Shades of Torch Red #FF020E
Tints of Torch Red #FF020E
RGB
CMYK
RGB Variations
Color information
#FF020E (or 0xFF020E) is known color: Torch Red. HEX triplet: FF, 02 and 0E. RGB value is (255,2,14). Sum of RGB (Red+Green+Blue) = 255+2+14=271 (35% of max value = 765). Red value is 255 (100% from 255 or 94.10% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 255 - color contains mainly: red. Hex color #FF020E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF020E is #00FDF1. Grayscale: #4F4F4F. Windows color (decimal): -65010 or 918271. OLE color: 918271.
HSL color Cylindrical-coordinate representation of color #FF020E: hue angle of 357.15º 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 #FF020E is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 14 | - |
| CMYK | 0 | 0.99 | 0.95 | 0 |
| HSL | 357.15º | 1% | 0.5% | - |
| HSV(B) | 357.15º | 0.99% | 1% | - |
| XYZ | 41.34 | 21.34 | 2.35 | - |
| YUV | 79.02 | 91.32 | 253.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 14 | 0 | 0.99 | 0.95 | 0 | 357.15 | 1 | 0.5 |
| Hex | FF | 2 | E | 0 | 63 | 5F | 0 | 165 | 64 | 32 |
| Octal | 377 | 2 | 16 | 0 | 143 | 137 | 0 | 545 | 144 | 62 |
| Binary | 11111111 | 10 | 1110 | 0 | 1100011 | 1011111 | 0 | 101100101 | 1100100 | 110010 |
Color Harmonies of #FF020E
Complementary color
Monochromatic Colors of #FF020E
Black with #FF020E
Text Example
Text Example
White with #FF020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF020E; }
p { color: rgb(255,2,14); }
H1.HeaderClassName
{
color: #FF020E;
}
.AnyTagClassName
{
color: #FF020E;
}
</style>
background-color css
<style>
a { background-color: #FF020E; }
a { background-color: rgb(255,2,14); }
div.DivClassName
{
background-color: #FF020E;
}
.BgClassName
{
background-color: #FF020E;
}
</style>
border-color css
<style>
span { border-color: #FF020E; }
span { border-color: rgb(255,2,14); }
td.TdClassName
{
border-color: #FF020E;
}
.TagClassName
{
border-color: #FF020E;
}
</style>