Shades of Torch Red #F40F11
Tints of Torch Red #F40F11
RGB
CMYK
RGB Variations
Color information
#F40F11 (or 0xF40F11) is known color: Torch Red. HEX triplet: F4, 0F and 11. RGB value is (244,15,17). Sum of RGB (Red+Green+Blue) = 244+15+17=276 (36% of max value = 765). Red value is 244 (95.70% from 255 or 88.41% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 244 - color contains mainly: red. Hex color #F40F11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40F11 is #0BF0EE. Grayscale: #535353. Windows color (decimal): -782575 or 1118196. OLE color: 1118196.
HSL color Cylindrical-coordinate representation of color #F40F11: hue angle of 359.48º 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 #F40F11 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 15 | 17 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.04 |
| HSL | 359.48º | 0.91% | 0.51% | - |
| HSV(B) | 359.48º | 0.94% | 0.96% | - |
| XYZ | 37.58 | 19.62 | 2.34 | - |
| YUV | 83.7 | 90.37 | 242.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 15 | 17 | 0 | 0.94 | 0.93 | 0.04 | 359.48 | 0.91 | 0.51 |
| Hex | F4 | F | 11 | 0 | 5E | 5D | 4 | 167 | 5B | 33 |
| Octal | 364 | 17 | 21 | 0 | 136 | 135 | 4 | 547 | 133 | 63 |
| Binary | 11110100 | 1111 | 10001 | 0 | 1011110 | 1011101 | 100 | 101100111 | 1011011 | 110011 |
Color Harmonies of #F40F11
Complementary color
Monochromatic Colors of #F40F11
Black with #F40F11
Text Example
Text Example
White with #F40F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40F11; }
p { color: rgb(244,15,17); }
H1.HeaderClassName
{
color: #F40F11;
}
.AnyTagClassName
{
color: #F40F11;
}
</style>
background-color css
<style>
a { background-color: #F40F11; }
a { background-color: rgb(244,15,17); }
div.DivClassName
{
background-color: #F40F11;
}
.BgClassName
{
background-color: #F40F11;
}
</style>
border-color css
<style>
span { border-color: #F40F11; }
span { border-color: rgb(244,15,17); }
td.TdClassName
{
border-color: #F40F11;
}
.TagClassName
{
border-color: #F40F11;
}
</style>