Shades of Torch Red #F41112
Tints of Torch Red #F41112
RGB
CMYK
RGB Variations
Color information
#F41112 (or 0xF41112) is known color: Torch Red. HEX triplet: F4, 11 and 12. RGB value is (244,17,18). Sum of RGB (Red+Green+Blue) = 244+17+18=279 (36% of max value = 765). Red value is 244 (95.70% from 255 or 87.46% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 244 - color contains mainly: red. Hex color #F41112 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41112 is #0BEEED. Grayscale: #555555. Windows color (decimal): -782062 or 1184244. OLE color: 1184244.
HSL color Cylindrical-coordinate representation of color #F41112: hue angle of 359.74º 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 #F41112 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 18 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.04 |
| HSL | 359.74º | 0.91% | 0.51% | - |
| HSV(B) | 359.74º | 0.93% | 0.96% | - |
| XYZ | 37.62 | 19.68 | 2.39 | - |
| YUV | 84.99 | 90.21 | 241.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 18 | 0 | 0.93 | 0.93 | 0.04 | 359.74 | 0.91 | 0.51 |
| Hex | F4 | 11 | 12 | 0 | 5D | 5D | 4 | 168 | 5B | 33 |
| Octal | 364 | 21 | 22 | 0 | 135 | 135 | 4 | 550 | 133 | 63 |
| Binary | 11110100 | 10001 | 10010 | 0 | 1011101 | 1011101 | 100 | 101101000 | 1011011 | 110011 |
Color Harmonies of #F41112
Complementary color
Monochromatic Colors of #F41112
Black with #F41112
Text Example
Text Example
White with #F41112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41112; }
p { color: rgb(244,17,18); }
H1.HeaderClassName
{
color: #F41112;
}
.AnyTagClassName
{
color: #F41112;
}
</style>
background-color css
<style>
a { background-color: #F41112; }
a { background-color: rgb(244,17,18); }
div.DivClassName
{
background-color: #F41112;
}
.BgClassName
{
background-color: #F41112;
}
</style>
border-color css
<style>
span { border-color: #F41112; }
span { border-color: rgb(244,17,18); }
td.TdClassName
{
border-color: #F41112;
}
.TagClassName
{
border-color: #F41112;
}
</style>