Shades of Torch Red #F11718
Tints of Torch Red #F11718
RGB
CMYK
RGB Variations
Color information
#F11718 (or 0xF11718) is known color: Torch Red. HEX triplet: F1, 17 and 18. RGB value is (241,23,24). Sum of RGB (Red+Green+Blue) = 241+23+24=288 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.68% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 241 - color contains mainly: red. Hex color #F11718 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11718 is #0EE8E7. Grayscale: #585858. Windows color (decimal): -977128 or 1578993. OLE color: 1578993.
HSL color Cylindrical-coordinate representation of color #F11718: hue angle of 359.72º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11718 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 24 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.05 |
| HSL | 359.72º | 0.89% | 0.52% | - |
| HSV(B) | 359.72º | 0.9% | 0.95% | - |
| XYZ | 36.75 | 19.38 | 2.67 | - |
| YUV | 88.3 | 91.72 | 236.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 24 | 0 | 0.90 | 0.90 | 0.05 | 359.72 | 0.89 | 0.52 |
| Hex | F1 | 17 | 18 | 0 | 5A | 5A | 5 | 168 | 59 | 34 |
| Octal | 361 | 27 | 30 | 0 | 132 | 132 | 5 | 550 | 131 | 64 |
| Binary | 11110001 | 10111 | 11000 | 0 | 1011010 | 1011010 | 101 | 101101000 | 1011001 | 110100 |
Color Harmonies of #F11718
Complementary color
Monochromatic Colors of #F11718
Black with #F11718
Text Example
Text Example
White with #F11718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11718; }
p { color: rgb(241,23,24); }
H1.HeaderClassName
{
color: #F11718;
}
.AnyTagClassName
{
color: #F11718;
}
</style>
background-color css
<style>
a { background-color: #F11718; }
a { background-color: rgb(241,23,24); }
div.DivClassName
{
background-color: #F11718;
}
.BgClassName
{
background-color: #F11718;
}
</style>
border-color css
<style>
span { border-color: #F11718; }
span { border-color: rgb(241,23,24); }
td.TdClassName
{
border-color: #F11718;
}
.TagClassName
{
border-color: #F11718;
}
</style>