Shades of Torch Red #FF022F
Tints of Torch Red #FF022F
RGB
CMYK
RGB Variations
Color information
#FF022F (or 0xFF022F) is known color: Torch Red. HEX triplet: FF, 02 and 2F. RGB value is (255,2,47). Sum of RGB (Red+Green+Blue) = 255+2+47=304 (40% of max value = 765). Red value is 255 (100% from 255 or 83.88% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 255 - color contains mainly: red. Hex color #FF022F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF022F is #00FDD0. Grayscale: #525252. Windows color (decimal): -64977 or 3080959. OLE color: 3080959.
HSL color Cylindrical-coordinate representation of color #FF022F: hue angle of 349.33º 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 #FF022F is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 47 | - |
| CMYK | 0 | 0.99 | 0.82 | 0 |
| HSL | 349.33º | 1% | 0.5% | - |
| HSV(B) | 349.33º | 0.99% | 1% | - |
| XYZ | 41.77 | 21.51 | 4.64 | - |
| YUV | 82.78 | 107.82 | 250.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 47 | 0 | 0.99 | 0.82 | 0 | 349.33 | 1 | 0.5 |
| Hex | FF | 2 | 2F | 0 | 63 | 52 | 0 | 15D | 64 | 32 |
| Octal | 377 | 2 | 57 | 0 | 143 | 122 | 0 | 535 | 144 | 62 |
| Binary | 11111111 | 10 | 101111 | 0 | 1100011 | 1010010 | 0 | 101011101 | 1100100 | 110010 |
Color Harmonies of #FF022F
Complementary color
Monochromatic Colors of #FF022F
Black with #FF022F
Text Example
Text Example
White with #FF022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF022F; }
p { color: rgb(255,2,47); }
H1.HeaderClassName
{
color: #FF022F;
}
.AnyTagClassName
{
color: #FF022F;
}
</style>
background-color css
<style>
a { background-color: #FF022F; }
a { background-color: rgb(255,2,47); }
div.DivClassName
{
background-color: #FF022F;
}
.BgClassName
{
background-color: #FF022F;
}
</style>
border-color css
<style>
span { border-color: #FF022F; }
span { border-color: rgb(255,2,47); }
td.TdClassName
{
border-color: #FF022F;
}
.TagClassName
{
border-color: #FF022F;
}
</style>