rgba red color code example
Example 1: rgba red
rgba(240, 52, 52, 1) /*red*/
Example 2: rgba red color
rgb(255,0,0) /*red*/ Hex #FF0000
Example 3: rgba green color
rgb(0,128,0) /*green*/ Hex #008000
Example 4: rgba blue color
rgb(0,0,255) /*blue*/ Hex #0000FF