Shades of Torch Red #F40912
Tints of Torch Red #F40912
RGB
CMYK
RGB Variations
Color information
#F40912 (or 0xF40912) is known color: Torch Red. HEX triplet: F4, 09 and 12. RGB value is (244,9,18). Sum of RGB (Red+Green+Blue) = 244+9+18=271 (35% of max value = 765). Red value is 244 (95.70% from 255 or 90.04% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 244 - color contains mainly: red. Hex color #F40912 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40912 is #0BF6ED. Grayscale: #505050. Windows color (decimal): -784110 or 1182196. OLE color: 1182196.
HSL color Cylindrical-coordinate representation of color #F40912: hue angle of 357.7º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40912 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 18 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.04 |
| HSL | 357.7º | 0.93% | 0.5% | - |
| HSV(B) | 357.7º | 0.96% | 0.96% | - |
| XYZ | 37.52 | 19.47 | 2.35 | - |
| YUV | 80.29 | 92.86 | 244.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 18 | 0 | 0.96 | 0.93 | 0.04 | 357.7 | 0.93 | 0.5 |
| Hex | F4 | 9 | 12 | 0 | 60 | 5D | 4 | 166 | 5D | 32 |
| Octal | 364 | 11 | 22 | 0 | 140 | 135 | 4 | 546 | 135 | 62 |
| Binary | 11110100 | 1001 | 10010 | 0 | 1100000 | 1011101 | 100 | 101100110 | 1011101 | 110010 |
Color Harmonies of #F40912
Complementary color
Monochromatic Colors of #F40912
Black with #F40912
Text Example
Text Example
White with #F40912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40912; }
p { color: rgb(244,9,18); }
H1.HeaderClassName
{
color: #F40912;
}
.AnyTagClassName
{
color: #F40912;
}
</style>
background-color css
<style>
a { background-color: #F40912; }
a { background-color: rgb(244,9,18); }
div.DivClassName
{
background-color: #F40912;
}
.BgClassName
{
background-color: #F40912;
}
</style>
border-color css
<style>
span { border-color: #F40912; }
span { border-color: rgb(244,9,18); }
td.TdClassName
{
border-color: #F40912;
}
.TagClassName
{
border-color: #F40912;
}
</style>