Shades of Torch Red #F40914
Tints of Torch Red #F40914
RGB
CMYK
RGB Variations
Color information
#F40914 (or 0xF40914) is known color: Torch Red. HEX triplet: F4, 09 and 14. RGB value is (244,9,20). Sum of RGB (Red+Green+Blue) = 244+9+20=273 (36% of max value = 765). Red value is 244 (95.70% from 255 or 89.38% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 244 - color contains mainly: red. Hex color #F40914 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40914 is #0BF6EB. Grayscale: #505050. Windows color (decimal): -784108 or 1313268. OLE color: 1313268.
HSL color Cylindrical-coordinate representation of color #F40914: hue angle of 357.19º 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 #F40914 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 20 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.04 |
| HSL | 357.19º | 0.93% | 0.5% | - |
| HSV(B) | 357.19º | 0.96% | 0.96% | - |
| XYZ | 37.53 | 19.48 | 2.44 | - |
| YUV | 80.52 | 93.86 | 244.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 20 | 0 | 0.96 | 0.92 | 0.04 | 357.19 | 0.93 | 0.5 |
| Hex | F4 | 9 | 14 | 0 | 60 | 5C | 4 | 165 | 5D | 32 |
| Octal | 364 | 11 | 24 | 0 | 140 | 134 | 4 | 545 | 135 | 62 |
| Binary | 11110100 | 1001 | 10100 | 0 | 1100000 | 1011100 | 100 | 101100101 | 1011101 | 110010 |
Color Harmonies of #F40914
Complementary color
Monochromatic Colors of #F40914
Black with #F40914
Text Example
Text Example
White with #F40914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40914; }
p { color: rgb(244,9,20); }
H1.HeaderClassName
{
color: #F40914;
}
.AnyTagClassName
{
color: #F40914;
}
</style>
background-color css
<style>
a { background-color: #F40914; }
a { background-color: rgb(244,9,20); }
div.DivClassName
{
background-color: #F40914;
}
.BgClassName
{
background-color: #F40914;
}
</style>
border-color css
<style>
span { border-color: #F40914; }
span { border-color: rgb(244,9,20); }
td.TdClassName
{
border-color: #F40914;
}
.TagClassName
{
border-color: #F40914;
}
</style>