The border-right-color property sets the color of an element's right border.Note: Always declare the border-style property before the border-right-color property. An element must have borders before you can change the color.
border-right-color: color|transparent|initial|inherit;
p { border-style: solid; border-right-color: #ff0000 }