Shades of Torch Red #FF0E11
Tints of Torch Red #FF0E11
RGB
CMYK
RGB Variations
Color information
#FF0E11 (or 0xFF0E11) is known color: Torch Red. HEX triplet: FF, 0E and 11. RGB value is (255,14,17). Sum of RGB (Red+Green+Blue) = 255+14+17=286 (37% of max value = 765). Red value is 255 (100% from 255 or 89.16% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0E11 is #00F1EE. Grayscale: #565656. Windows color (decimal): -61935 or 1117951. OLE color: 1117951.
HSL color Cylindrical-coordinate representation of color #FF0E11: hue angle of 359.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0E11 is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 17 | - |
| CMYK | 0 | 0.95 | 0.93 | 0 |
| HSL | 359.25º | 1% | 0.53% | - |
| HSV(B) | 359.25º | 0.95% | 1% | - |
| XYZ | 41.5 | 21.61 | 2.52 | - |
| YUV | 86.4 | 88.84 | 248.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 17 | 0 | 0.95 | 0.93 | 0 | 359.25 | 1 | 0.53 |
| Hex | FF | E | 11 | 0 | 5F | 5D | 0 | 167 | 64 | 35 |
| Octal | 377 | 16 | 21 | 0 | 137 | 135 | 0 | 547 | 144 | 65 |
| Binary | 11111111 | 1110 | 10001 | 0 | 1011111 | 1011101 | 0 | 101100111 | 1100100 | 110101 |
Color Harmonies of #FF0E11
Complementary color
Monochromatic Colors of #FF0E11
Black with #FF0E11
Text Example
Text Example
White with #FF0E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0E11; }
p { color: rgb(255,14,17); }
H1.HeaderClassName
{
color: #FF0E11;
}
.AnyTagClassName
{
color: #FF0E11;
}
</style>
background-color css
<style>
a { background-color: #FF0E11; }
a { background-color: rgb(255,14,17); }
div.DivClassName
{
background-color: #FF0E11;
}
.BgClassName
{
background-color: #FF0E11;
}
</style>
border-color css
<style>
span { border-color: #FF0E11; }
span { border-color: rgb(255,14,17); }
td.TdClassName
{
border-color: #FF0E11;
}
.TagClassName
{
border-color: #FF0E11;
}
</style>