Shades of Torch Red #FF022E
Tints of Torch Red #FF022E
RGB
CMYK
RGB Variations
Color information
#FF022E (or 0xFF022E) is known color: Torch Red. HEX triplet: FF, 02 and 2E. RGB value is (255,2,46). Sum of RGB (Red+Green+Blue) = 255+2+46=303 (40% of max value = 765). Red value is 255 (100% from 255 or 84.16% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 255 - color contains mainly: red. Hex color #FF022E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF022E is #00FDD1. Grayscale: #525252. Windows color (decimal): -64978 or 3015423. OLE color: 3015423.
HSL color Cylindrical-coordinate representation of color #FF022E: hue angle of 349.57º 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 #FF022E is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 46 | - |
| CMYK | 0 | 0.99 | 0.82 | 0 |
| HSL | 349.57º | 1% | 0.5% | - |
| HSV(B) | 349.57º | 0.99% | 1% | - |
| XYZ | 41.75 | 21.5 | 4.53 | - |
| YUV | 82.66 | 107.32 | 250.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 46 | 0 | 0.99 | 0.82 | 0 | 349.57 | 1 | 0.5 |
| Hex | FF | 2 | 2E | 0 | 63 | 52 | 0 | 15E | 64 | 32 |
| Octal | 377 | 2 | 56 | 0 | 143 | 122 | 0 | 536 | 144 | 62 |
| Binary | 11111111 | 10 | 101110 | 0 | 1100011 | 1010010 | 0 | 101011110 | 1100100 | 110010 |
Color Harmonies of #FF022E
Complementary color
Monochromatic Colors of #FF022E
Black with #FF022E
Text Example
Text Example
White with #FF022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF022E; }
p { color: rgb(255,2,46); }
H1.HeaderClassName
{
color: #FF022E;
}
.AnyTagClassName
{
color: #FF022E;
}
</style>
background-color css
<style>
a { background-color: #FF022E; }
a { background-color: rgb(255,2,46); }
div.DivClassName
{
background-color: #FF022E;
}
.BgClassName
{
background-color: #FF022E;
}
</style>
border-color css
<style>
span { border-color: #FF022E; }
span { border-color: rgb(255,2,46); }
td.TdClassName
{
border-color: #FF022E;
}
.TagClassName
{
border-color: #FF022E;
}
</style>