Shades of Torch Red #F01117
Tints of Torch Red #F01117
RGB
CMYK
RGB Variations
Color information
#F01117 (or 0xF01117) is known color: Torch Red. HEX triplet: F0, 11 and 17. RGB value is (240,17,23). Sum of RGB (Red+Green+Blue) = 240+17+23=280 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.71% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 240 - color contains mainly: red. Hex color #F01117 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01117 is #0FEEE8. Grayscale: #545454. Windows color (decimal): -1044201 or 1511920. OLE color: 1511920.
HSL color Cylindrical-coordinate representation of color #F01117: hue angle of 358.39º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01117 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 23 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.06 |
| HSL | 358.39º | 0.88% | 0.5% | - |
| HSV(B) | 358.39º | 0.93% | 0.94% | - |
| XYZ | 36.29 | 18.99 | 2.56 | - |
| YUV | 84.36 | 93.38 | 239.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 23 | 0 | 0.93 | 0.90 | 0.06 | 358.39 | 0.88 | 0.5 |
| Hex | F0 | 11 | 17 | 0 | 5D | 5A | 6 | 166 | 58 | 32 |
| Octal | 360 | 21 | 27 | 0 | 135 | 132 | 6 | 546 | 130 | 62 |
| Binary | 11110000 | 10001 | 10111 | 0 | 1011101 | 1011010 | 110 | 101100110 | 1011000 | 110010 |
Color Harmonies of #F01117
Complementary color
Monochromatic Colors of #F01117
Black with #F01117
Text Example
Text Example
White with #F01117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01117; }
p { color: rgb(240,17,23); }
H1.HeaderClassName
{
color: #F01117;
}
.AnyTagClassName
{
color: #F01117;
}
</style>
background-color css
<style>
a { background-color: #F01117; }
a { background-color: rgb(240,17,23); }
div.DivClassName
{
background-color: #F01117;
}
.BgClassName
{
background-color: #F01117;
}
</style>
border-color css
<style>
span { border-color: #F01117; }
span { border-color: rgb(240,17,23); }
td.TdClassName
{
border-color: #F01117;
}
.TagClassName
{
border-color: #F01117;
}
</style>