Shades of Torch Red #FF021E
Tints of Torch Red #FF021E
RGB
CMYK
RGB Variations
Color information
#FF021E (or 0xFF021E) is known color: Torch Red. HEX triplet: FF, 02 and 1E. RGB value is (255,2,30). Sum of RGB (Red+Green+Blue) = 255+2+30=287 (38% of max value = 765). Red value is 255 (100% from 255 or 88.85% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 255 - color contains mainly: red. Hex color #FF021E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF021E is #00FDE1. Grayscale: #505050. Windows color (decimal): -64994 or 1966847. OLE color: 1966847.
HSL color Cylindrical-coordinate representation of color #FF021E: hue angle of 353.36º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF021E is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 30 | - |
| CMYK | 0 | 0.99 | 0.88 | 0 |
| HSL | 353.36º | 1% | 0.5% | - |
| HSV(B) | 353.36º | 0.99% | 1% | - |
| XYZ | 41.5 | 21.4 | 3.17 | - |
| YUV | 80.84 | 99.32 | 252.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 30 | 0 | 0.99 | 0.88 | 0 | 353.36 | 1 | 0.5 |
| Hex | FF | 2 | 1E | 0 | 63 | 58 | 0 | 161 | 64 | 32 |
| Octal | 377 | 2 | 36 | 0 | 143 | 130 | 0 | 541 | 144 | 62 |
| Binary | 11111111 | 10 | 11110 | 0 | 1100011 | 1011000 | 0 | 101100001 | 1100100 | 110010 |
Color Harmonies of #FF021E
Complementary color
Monochromatic Colors of #FF021E
Black with #FF021E
Text Example
Text Example
White with #FF021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF021E; }
p { color: rgb(255,2,30); }
H1.HeaderClassName
{
color: #FF021E;
}
.AnyTagClassName
{
color: #FF021E;
}
</style>
background-color css
<style>
a { background-color: #FF021E; }
a { background-color: rgb(255,2,30); }
div.DivClassName
{
background-color: #FF021E;
}
.BgClassName
{
background-color: #FF021E;
}
</style>
border-color css
<style>
span { border-color: #FF021E; }
span { border-color: rgb(255,2,30); }
td.TdClassName
{
border-color: #FF021E;
}
.TagClassName
{
border-color: #FF021E;
}
</style>