I have issue with border-color. It didn\'t work. I\'m new to css here is the fiddle. http://jsfiddle.net/zeburrehman/aFzKy/151/
Hello!
You can use hex color code for red as well, which is #ff0000 (RGB). 100% Red, 0% Green and 0% Blue if you want pure red color.
#ff0000
#box { border: 2px solid #ff0000; }