Shades of Torch Red #F40720
Tints of Torch Red #F40720
RGB
CMYK
RGB Variations
Color information
#F40720 (or 0xF40720) is known color: Torch Red. HEX triplet: F4, 07 and 20. RGB value is (244,7,32). Sum of RGB (Red+Green+Blue) = 244+7+32=283 (37% of max value = 765). Red value is 244 (95.70% from 255 or 86.22% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 244 - color contains mainly: red. Hex color #F40720 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40720 is #0BF8DF. Grayscale: #505050. Windows color (decimal): -784608 or 2099188. OLE color: 2099188.
HSL color Cylindrical-coordinate representation of color #F40720: hue angle of 353.67º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F40720 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 32 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.04 |
| HSL | 353.67º | 0.94% | 0.49% | - |
| HSV(B) | 353.67º | 0.97% | 0.96% | - |
| XYZ | 37.64 | 19.49 | 3.14 | - |
| YUV | 80.71 | 100.52 | 244.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 32 | 0 | 0.97 | 0.87 | 0.04 | 353.67 | 0.94 | 0.49 |
| Hex | F4 | 7 | 20 | 0 | 61 | 57 | 4 | 162 | 5E | 31 |
| Octal | 364 | 7 | 40 | 0 | 141 | 127 | 4 | 542 | 136 | 61 |
| Binary | 11110100 | 111 | 100000 | 0 | 1100001 | 1010111 | 100 | 101100010 | 1011110 | 110001 |
Color Harmonies of #F40720
Complementary color
Monochromatic Colors of #F40720
Black with #F40720
Text Example
Text Example
White with #F40720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40720; }
p { color: rgb(244,7,32); }
H1.HeaderClassName
{
color: #F40720;
}
.AnyTagClassName
{
color: #F40720;
}
</style>
background-color css
<style>
a { background-color: #F40720; }
a { background-color: rgb(244,7,32); }
div.DivClassName
{
background-color: #F40720;
}
.BgClassName
{
background-color: #F40720;
}
</style>
border-color css
<style>
span { border-color: #F40720; }
span { border-color: rgb(244,7,32); }
td.TdClassName
{
border-color: #F40720;
}
.TagClassName
{
border-color: #F40720;
}
</style>