rgb color picker code example
Example 1: rgba red color
rgb(255,0,0) /*red*/ Hex #FF0000
Example 2: red css color codes
Following could be the CSS color codes which you can use in your CSS File
1. You can write simply "Red".
2. #FF0000
3. #F00
4. RGB(255, 0, 0)
Example 3: rgb yellow color
rgb(255,255,0) /* yellow*/ Hex #FFFF00
Example 4: dark blue rgb
I like (0,0,205) but it isn't super dark
Example 5: rgb color picker
rgb(37, 150, 190)
Example 6: rgb color picker
rgb(37, 150, 0)