Shades of Torch Red #FD0E11
Tints of Torch Red #FD0E11
RGB
CMYK
RGB Variations
Color information
#FD0E11 (or 0xFD0E11) is known color: Torch Red. HEX triplet: FD, 0E and 11. RGB value is (253,14,17). Sum of RGB (Red+Green+Blue) = 253+14+17=284 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.08% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0E11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0E11 is #02F1EE. Grayscale: #565656. Windows color (decimal): -193007 or 1117949. OLE color: 1117949.
HSL color Cylindrical-coordinate representation of color #FD0E11: hue angle of 359.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD0E11 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 14 | 17 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.01 |
| HSL | 359.25º | 0.98% | 0.52% | - |
| HSV(B) | 359.25º | 0.94% | 0.99% | - |
| XYZ | 40.77 | 21.24 | 2.48 | - |
| YUV | 85.8 | 89.18 | 247.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 14 | 17 | 0 | 0.94 | 0.93 | 0.01 | 359.25 | 0.98 | 0.52 |
| Hex | FD | E | 11 | 0 | 5E | 5D | 1 | 167 | 62 | 34 |
| Octal | 375 | 16 | 21 | 0 | 136 | 135 | 1 | 547 | 142 | 64 |
| Binary | 11111101 | 1110 | 10001 | 0 | 1011110 | 1011101 | 1 | 101100111 | 1100010 | 110100 |
Color Harmonies of #FD0E11
Complementary color
Monochromatic Colors of #FD0E11
Black with #FD0E11
Text Example
Text Example
White with #FD0E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0E11; }
p { color: rgb(253,14,17); }
H1.HeaderClassName
{
color: #FD0E11;
}
.AnyTagClassName
{
color: #FD0E11;
}
</style>
background-color css
<style>
a { background-color: #FD0E11; }
a { background-color: rgb(253,14,17); }
div.DivClassName
{
background-color: #FD0E11;
}
.BgClassName
{
background-color: #FD0E11;
}
</style>
border-color css
<style>
span { border-color: #FD0E11; }
span { border-color: rgb(253,14,17); }
td.TdClassName
{
border-color: #FD0E11;
}
.TagClassName
{
border-color: #FD0E11;
}
</style>