Shades of Torch Red #F40920
Tints of Torch Red #F40920
RGB
CMYK
RGB Variations
Color information
#F40920 (or 0xF40920) is known color: Torch Red. HEX triplet: F4, 09 and 20. RGB value is (244,9,32). Sum of RGB (Red+Green+Blue) = 244+9+32=285 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.61% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 244 - color contains mainly: red. Hex color #F40920 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40920 is #0BF6DF. Grayscale: #525252. Windows color (decimal): -784096 or 2099700. OLE color: 2099700.
HSL color Cylindrical-coordinate representation of color #F40920: hue angle of 354.13º 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 #F40920 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 32 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.04 |
| HSL | 354.13º | 0.93% | 0.5% | - |
| HSV(B) | 354.13º | 0.96% | 0.96% | - |
| XYZ | 37.67 | 19.53 | 3.15 | - |
| YUV | 81.89 | 99.86 | 243.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 32 | 0 | 0.96 | 0.87 | 0.04 | 354.13 | 0.93 | 0.5 |
| Hex | F4 | 9 | 20 | 0 | 60 | 57 | 4 | 162 | 5D | 32 |
| Octal | 364 | 11 | 40 | 0 | 140 | 127 | 4 | 542 | 135 | 62 |
| Binary | 11110100 | 1001 | 100000 | 0 | 1100000 | 1010111 | 100 | 101100010 | 1011101 | 110010 |
Color Harmonies of #F40920
Complementary color
Monochromatic Colors of #F40920
Black with #F40920
Text Example
Text Example
White with #F40920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40920; }
p { color: rgb(244,9,32); }
H1.HeaderClassName
{
color: #F40920;
}
.AnyTagClassName
{
color: #F40920;
}
</style>
background-color css
<style>
a { background-color: #F40920; }
a { background-color: rgb(244,9,32); }
div.DivClassName
{
background-color: #F40920;
}
.BgClassName
{
background-color: #F40920;
}
</style>
border-color css
<style>
span { border-color: #F40920; }
span { border-color: rgb(244,9,32); }
td.TdClassName
{
border-color: #F40920;
}
.TagClassName
{
border-color: #F40920;
}
</style>