Shades of Torch Red #F00720
Tints of Torch Red #F00720
RGB
CMYK
RGB Variations
Color information
#F00720 (or 0xF00720) is known color: Torch Red. HEX triplet: F0, 07 and 20. RGB value is (240,7,32). Sum of RGB (Red+Green+Blue) = 240+7+32=279 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.02% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 240 - color contains mainly: red. Hex color #F00720 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00720 is #0FF8DF. Grayscale: #4F4F4F. Windows color (decimal): -1046752 or 2099184. OLE color: 2099184.
HSL color Cylindrical-coordinate representation of color #F00720: hue angle of 353.56º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F00720 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 32 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.06 |
| HSL | 353.56º | 0.94% | 0.48% | - |
| HSV(B) | 353.56º | 0.97% | 0.94% | - |
| XYZ | 36.27 | 18.78 | 3.08 | - |
| YUV | 79.52 | 101.19 | 242.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 32 | 0 | 0.97 | 0.87 | 0.06 | 353.56 | 0.94 | 0.48 |
| Hex | F0 | 7 | 20 | 0 | 61 | 57 | 6 | 162 | 5E | 30 |
| Octal | 360 | 7 | 40 | 0 | 141 | 127 | 6 | 542 | 136 | 60 |
| Binary | 11110000 | 111 | 100000 | 0 | 1100001 | 1010111 | 110 | 101100010 | 1011110 | 110000 |
Color Harmonies of #F00720
Complementary color
Monochromatic Colors of #F00720
Black with #F00720
Text Example
Text Example
White with #F00720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00720; }
p { color: rgb(240,7,32); }
H1.HeaderClassName
{
color: #F00720;
}
.AnyTagClassName
{
color: #F00720;
}
</style>
background-color css
<style>
a { background-color: #F00720; }
a { background-color: rgb(240,7,32); }
div.DivClassName
{
background-color: #F00720;
}
.BgClassName
{
background-color: #F00720;
}
</style>
border-color css
<style>
span { border-color: #F00720; }
span { border-color: rgb(240,7,32); }
td.TdClassName
{
border-color: #F00720;
}
.TagClassName
{
border-color: #F00720;
}
</style>