Shades of Torch Red #FF021F
Tints of Torch Red #FF021F
RGB
CMYK
RGB Variations
Color information
#FF021F (or 0xFF021F) is known color: Torch Red. HEX triplet: FF, 02 and 1F. RGB value is (255,2,31). Sum of RGB (Red+Green+Blue) = 255+2+31=288 (38% of max value = 765). Red value is 255 (100% from 255 or 88.54% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 255 - color contains mainly: red. Hex color #FF021F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF021F is #00FDE0. Grayscale: #515151. Windows color (decimal): -64993 or 2032383. OLE color: 2032383.
HSL color Cylindrical-coordinate representation of color #FF021F: hue angle of 353.12º 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 #FF021F is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 31 | - |
| CMYK | 0 | 0.99 | 0.88 | 0 |
| HSL | 353.12º | 1% | 0.5% | - |
| HSV(B) | 353.12º | 0.99% | 1% | - |
| XYZ | 41.51 | 21.4 | 3.24 | - |
| YUV | 80.95 | 99.82 | 252.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 31 | 0 | 0.99 | 0.88 | 0 | 353.12 | 1 | 0.5 |
| Hex | FF | 2 | 1F | 0 | 63 | 58 | 0 | 161 | 64 | 32 |
| Octal | 377 | 2 | 37 | 0 | 143 | 130 | 0 | 541 | 144 | 62 |
| Binary | 11111111 | 10 | 11111 | 0 | 1100011 | 1011000 | 0 | 101100001 | 1100100 | 110010 |
Color Harmonies of #FF021F
Complementary color
Monochromatic Colors of #FF021F
Black with #FF021F
Text Example
Text Example
White with #FF021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF021F; }
p { color: rgb(255,2,31); }
H1.HeaderClassName
{
color: #FF021F;
}
.AnyTagClassName
{
color: #FF021F;
}
</style>
background-color css
<style>
a { background-color: #FF021F; }
a { background-color: rgb(255,2,31); }
div.DivClassName
{
background-color: #FF021F;
}
.BgClassName
{
background-color: #FF021F;
}
</style>
border-color css
<style>
span { border-color: #FF021F; }
span { border-color: rgb(255,2,31); }
td.TdClassName
{
border-color: #FF021F;
}
.TagClassName
{
border-color: #FF021F;
}
</style>