Lightness variants
| Lightness |
HEX |
RGB |
Swatch |
| 10% |
#330000 |
rgb(51,0,0) |
|
| 20% |
#660000 |
rgb(102,0,0) |
|
| 30% |
#990000 |
rgb(153,0,0) |
|
| 40% |
#CC0000 |
rgb(204,0,0) |
|
| 50% ◀ |
#FF0000 |
rgb(255,0,0) |
|
| 60% |
#FF3333 |
rgb(255,51,51) |
|
| 70% |
#FF6666 |
rgb(255,102,102) |
|
| 80% |
#FF9999 |
rgb(255,153,153) |
|
| 90% |
#FFCCCC |
rgb(255,204,204) |
|
Frequently Asked Questions
What is the RGB value of #FF0000?+
#FF0000 in RGB is rgb(255, 0, 0).
What is #FF0000 in HSL?+
#FF0000 in HSL is hsl(0°, 100%, 50%).
How do I use #FF0000 in CSS?+
Use color: #ff0000; or color: rgb(255,0,0); or color: hsl(0,100%,50%);
What kind of color is #FF0000?+
#FF0000 has R=255, G=0, B=0. Hue: 0°, Saturation: 100%, Lightness: 50%. It is a mid-lightness colour.