Shades of Torch Red #F40921
Tints of Torch Red #F40921
RGB
CMYK
RGB Variations
Color information
#F40921 (or 0xF40921) is known color: Torch Red. HEX triplet: F4, 09 and 21. RGB value is (244,9,33). Sum of RGB (Red+Green+Blue) = 244+9+33=286 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.31% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 244 - color contains mainly: red. Hex color #F40921 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40921 is #0BF6DE. Grayscale: #525252. Windows color (decimal): -784095 or 2165236. OLE color: 2165236.
HSL color Cylindrical-coordinate representation of color #F40921: hue angle of 353.87º 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 #F40921 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 33 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.04 |
| HSL | 353.87º | 0.93% | 0.5% | - |
| HSV(B) | 353.87º | 0.96% | 0.96% | - |
| XYZ | 37.68 | 19.54 | 3.22 | - |
| YUV | 82 | 100.36 | 243.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 33 | 0 | 0.96 | 0.86 | 0.04 | 353.87 | 0.93 | 0.5 |
| Hex | F4 | 9 | 21 | 0 | 60 | 56 | 4 | 162 | 5D | 32 |
| Octal | 364 | 11 | 41 | 0 | 140 | 126 | 4 | 542 | 135 | 62 |
| Binary | 11110100 | 1001 | 100001 | 0 | 1100000 | 1010110 | 100 | 101100010 | 1011101 | 110010 |
Color Harmonies of #F40921
Complementary color
Monochromatic Colors of #F40921
Black with #F40921
Text Example
Text Example
White with #F40921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40921; }
p { color: rgb(244,9,33); }
H1.HeaderClassName
{
color: #F40921;
}
.AnyTagClassName
{
color: #F40921;
}
</style>
background-color css
<style>
a { background-color: #F40921; }
a { background-color: rgb(244,9,33); }
div.DivClassName
{
background-color: #F40921;
}
.BgClassName
{
background-color: #F40921;
}
</style>
border-color css
<style>
span { border-color: #F40921; }
span { border-color: rgb(244,9,33); }
td.TdClassName
{
border-color: #F40921;
}
.TagClassName
{
border-color: #F40921;
}
</style>