Shades of Torch Red #F40911
Tints of Torch Red #F40911
RGB
CMYK
RGB Variations
Color information
#F40911 (or 0xF40911) is known color: Torch Red. HEX triplet: F4, 09 and 11. RGB value is (244,9,17). Sum of RGB (Red+Green+Blue) = 244+9+17=270 (35% of max value = 765). Red value is 244 (95.70% from 255 or 90.37% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 244 - color contains mainly: red. Hex color #F40911 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40911 is #0BF6EE. Grayscale: #505050. Windows color (decimal): -784111 or 1116660. OLE color: 1116660.
HSL color Cylindrical-coordinate representation of color #F40911: hue angle of 357.96º 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 #F40911 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 17 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.04 |
| HSL | 357.96º | 0.93% | 0.5% | - |
| HSV(B) | 357.96º | 0.96% | 0.96% | - |
| XYZ | 37.51 | 19.47 | 2.31 | - |
| YUV | 80.18 | 92.36 | 244.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 17 | 0 | 0.96 | 0.93 | 0.04 | 357.96 | 0.93 | 0.5 |
| Hex | F4 | 9 | 11 | 0 | 60 | 5D | 4 | 166 | 5D | 32 |
| Octal | 364 | 11 | 21 | 0 | 140 | 135 | 4 | 546 | 135 | 62 |
| Binary | 11110100 | 1001 | 10001 | 0 | 1100000 | 1011101 | 100 | 101100110 | 1011101 | 110010 |
Color Harmonies of #F40911
Complementary color
Monochromatic Colors of #F40911
Black with #F40911
Text Example
Text Example
White with #F40911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40911; }
p { color: rgb(244,9,17); }
H1.HeaderClassName
{
color: #F40911;
}
.AnyTagClassName
{
color: #F40911;
}
</style>
background-color css
<style>
a { background-color: #F40911; }
a { background-color: rgb(244,9,17); }
div.DivClassName
{
background-color: #F40911;
}
.BgClassName
{
background-color: #F40911;
}
</style>
border-color css
<style>
span { border-color: #F40911; }
span { border-color: rgb(244,9,17); }
td.TdClassName
{
border-color: #F40911;
}
.TagClassName
{
border-color: #F40911;
}
</style>