Shades of Torch Red #FE0E11
Tints of Torch Red #FE0E11
RGB
CMYK
RGB Variations
Color information
#FE0E11 (or 0xFE0E11) is known color: Torch Red. HEX triplet: FE, 0E and 11. RGB value is (254,14,17). Sum of RGB (Red+Green+Blue) = 254+14+17=285 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.12% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0E11 is #01F1EE. Grayscale: #565656. Windows color (decimal): -127471 or 1117950. OLE color: 1117950.
HSL color Cylindrical-coordinate representation of color #FE0E11: hue angle of 359.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0E11 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 17 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.00 |
| HSL | 359.25º | 0.99% | 0.53% | - |
| HSV(B) | 359.25º | 0.94% | 1% | - |
| XYZ | 41.13 | 21.43 | 2.5 | - |
| YUV | 86.1 | 89.01 | 247.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 17 | 0 | 0.94 | 0.93 | 0.00 | 359.25 | 0.99 | 0.53 |
| Hex | FE | E | 11 | 0 | 5E | 5D | 0 | 167 | 63 | 35 |
| Octal | 376 | 16 | 21 | 0 | 136 | 135 | 0 | 547 | 143 | 65 |
| Binary | 11111110 | 1110 | 10001 | 0 | 1011110 | 1011101 | 0 | 101100111 | 1100011 | 110101 |
Color Harmonies of #FE0E11
Complementary color
Monochromatic Colors of #FE0E11
Black with #FE0E11
Text Example
Text Example
White with #FE0E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0E11; }
p { color: rgb(254,14,17); }
H1.HeaderClassName
{
color: #FE0E11;
}
.AnyTagClassName
{
color: #FE0E11;
}
</style>
background-color css
<style>
a { background-color: #FE0E11; }
a { background-color: rgb(254,14,17); }
div.DivClassName
{
background-color: #FE0E11;
}
.BgClassName
{
background-color: #FE0E11;
}
</style>
border-color css
<style>
span { border-color: #FE0E11; }
span { border-color: rgb(254,14,17); }
td.TdClassName
{
border-color: #FE0E11;
}
.TagClassName
{
border-color: #FE0E11;
}
</style>