Shades of Torch Red #F40112
Tints of Torch Red #F40112
RGB
CMYK
RGB Variations
Color information
#F40112 (or 0xF40112) is known color: Torch Red. HEX triplet: F4, 01 and 12. RGB value is (244,1,18). Sum of RGB (Red+Green+Blue) = 244+1+18=263 (34% of max value = 765). Red value is 244 (95.70% from 255 or 92.78% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 244 - color contains mainly: red. Hex color #F40112 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40112 is #0BFEED. Grayscale: #4B4B4B. Windows color (decimal): -786158 or 1180148. OLE color: 1180148.
HSL color Cylindrical-coordinate representation of color #F40112: hue angle of 355.8º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40112 is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 18 | - |
| CMYK | 0 | 1.00 | 0.93 | 0.04 |
| HSL | 355.8º | 0.99% | 0.48% | - |
| HSV(B) | 355.8º | 1% | 0.96% | - |
| XYZ | 37.43 | 19.3 | 2.32 | - |
| YUV | 75.6 | 95.51 | 248.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 18 | 0 | 1.00 | 0.93 | 0.04 | 355.8 | 0.99 | 0.48 |
| Hex | F4 | 1 | 12 | 0 | 64 | 5D | 4 | 164 | 63 | 30 |
| Octal | 364 | 1 | 22 | 0 | 144 | 135 | 4 | 544 | 143 | 60 |
| Binary | 11110100 | 1 | 10010 | 0 | 1100100 | 1011101 | 100 | 101100100 | 1100011 | 110000 |
Color Harmonies of #F40112
Complementary color
Monochromatic Colors of #F40112
Black with #F40112
Text Example
Text Example
White with #F40112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40112; }
p { color: rgb(244,1,18); }
H1.HeaderClassName
{
color: #F40112;
}
.AnyTagClassName
{
color: #F40112;
}
</style>
background-color css
<style>
a { background-color: #F40112; }
a { background-color: rgb(244,1,18); }
div.DivClassName
{
background-color: #F40112;
}
.BgClassName
{
background-color: #F40112;
}
</style>
border-color css
<style>
span { border-color: #F40112; }
span { border-color: rgb(244,1,18); }
td.TdClassName
{
border-color: #F40112;
}
.TagClassName
{
border-color: #F40112;
}
</style>