Shades of Torch Red #F41118
Tints of Torch Red #F41118
RGB
CMYK
RGB Variations
Color information
#F41118 (or 0xF41118) is known color: Torch Red. HEX triplet: F4, 11 and 18. RGB value is (244,17,24). Sum of RGB (Red+Green+Blue) = 244+17+24=285 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.61% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 244 - color contains mainly: red. Hex color #F41118 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41118 is #0BEEE7. Grayscale: #555555. Windows color (decimal): -782056 or 1577460. OLE color: 1577460.
HSL color Cylindrical-coordinate representation of color #F41118: hue angle of 358.15º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F41118 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 24 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.04 |
| HSL | 358.15º | 0.91% | 0.51% | - |
| HSV(B) | 358.15º | 0.93% | 0.96% | - |
| XYZ | 37.67 | 19.7 | 2.68 | - |
| YUV | 85.67 | 93.21 | 240.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 24 | 0 | 0.93 | 0.90 | 0.04 | 358.15 | 0.91 | 0.51 |
| Hex | F4 | 11 | 18 | 0 | 5D | 5A | 4 | 166 | 5B | 33 |
| Octal | 364 | 21 | 30 | 0 | 135 | 132 | 4 | 546 | 133 | 63 |
| Binary | 11110100 | 10001 | 11000 | 0 | 1011101 | 1011010 | 100 | 101100110 | 1011011 | 110011 |
Color Harmonies of #F41118
Complementary color
Monochromatic Colors of #F41118
Black with #F41118
Text Example
Text Example
White with #F41118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41118; }
p { color: rgb(244,17,24); }
H1.HeaderClassName
{
color: #F41118;
}
.AnyTagClassName
{
color: #F41118;
}
</style>
background-color css
<style>
a { background-color: #F41118; }
a { background-color: rgb(244,17,24); }
div.DivClassName
{
background-color: #F41118;
}
.BgClassName
{
background-color: #F41118;
}
</style>
border-color css
<style>
span { border-color: #F41118; }
span { border-color: rgb(244,17,24); }
td.TdClassName
{
border-color: #F41118;
}
.TagClassName
{
border-color: #F41118;
}
</style>