shades of red hex code example
Example 1: rgba red color
rgb(255,0,0) /*red*/ Hex #FF0000
Example 2: color #f00
color: #F00 // RED
Example 3: rgb yellow color
rgb(255,255,0) /* yellow*/ Hex #FFFF00
rgb(255,0,0) /*red*/ Hex #FF0000
color: #F00 // RED
rgb(255,255,0) /* yellow*/ Hex #FFFF00