Shades of Torch Red #F40F12
Tints of Torch Red #F40F12
RGB
CMYK
RGB Variations
Color information
#F40F12 (or 0xF40F12) is known color: Torch Red. HEX triplet: F4, 0F and 12. RGB value is (244,15,18). Sum of RGB (Red+Green+Blue) = 244+15+18=277 (36% of max value = 765). Red value is 244 (95.70% from 255 or 88.09% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 244 - color contains mainly: red. Hex color #F40F12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40F12 is #0BF0ED. Grayscale: #545454. Windows color (decimal): -782574 or 1183732. OLE color: 1183732.
HSL color Cylindrical-coordinate representation of color #F40F12: hue angle of 359.21º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40F12 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 15 | 18 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.04 |
| HSL | 359.21º | 0.91% | 0.51% | - |
| HSV(B) | 359.21º | 0.94% | 0.96% | - |
| XYZ | 37.59 | 19.62 | 2.38 | - |
| YUV | 83.81 | 90.87 | 242.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 15 | 18 | 0 | 0.94 | 0.93 | 0.04 | 359.21 | 0.91 | 0.51 |
| Hex | F4 | F | 12 | 0 | 5E | 5D | 4 | 167 | 5B | 33 |
| Octal | 364 | 17 | 22 | 0 | 136 | 135 | 4 | 547 | 133 | 63 |
| Binary | 11110100 | 1111 | 10010 | 0 | 1011110 | 1011101 | 100 | 101100111 | 1011011 | 110011 |
Color Harmonies of #F40F12
Complementary color
Monochromatic Colors of #F40F12
Black with #F40F12
Text Example
Text Example
White with #F40F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40F12; }
p { color: rgb(244,15,18); }
H1.HeaderClassName
{
color: #F40F12;
}
.AnyTagClassName
{
color: #F40F12;
}
</style>
background-color css
<style>
a { background-color: #F40F12; }
a { background-color: rgb(244,15,18); }
div.DivClassName
{
background-color: #F40F12;
}
.BgClassName
{
background-color: #F40F12;
}
</style>
border-color css
<style>
span { border-color: #F40F12; }
span { border-color: rgb(244,15,18); }
td.TdClassName
{
border-color: #F40F12;
}
.TagClassName
{
border-color: #F40F12;
}
</style>