All these define the color as red
h1 { color:#f00; color:#ff0000; color:#FF0000; }
p {color:rgb(255,0,0); color:rgb(100%,0%,0%); color:red }
These are the same colour:
h1 { color: #f7a; color: #ff77aa }
Using decimal percentage values (37.432%) does not work in some browsers