Shades of Torch Red #FF0720
Tints of Torch Red #FF0720
RGB
CMYK
RGB Variations
Color information
#FF0720 (or 0xFF0720) is known color: Torch Red. HEX triplet: FF, 07 and 20. RGB value is (255,7,32). Sum of RGB (Red+Green+Blue) = 255+7+32=294 (38% of max value = 765). Red value is 255 (100% from 255 or 86.73% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0720 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0720 is #00F8DF. Grayscale: #545454. Windows color (decimal): -63712 or 2099199. OLE color: 2099199.
HSL color Cylindrical-coordinate representation of color #FF0720: hue angle of 353.95º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF0720 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 32 | - |
| CMYK | 0 | 0.97 | 0.87 | 0 |
| HSL | 353.95º | 1% | 0.51% | - |
| HSV(B) | 353.95º | 0.97% | 1% | - |
| XYZ | 41.58 | 21.52 | 3.33 | - |
| YUV | 84 | 98.66 | 249.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 32 | 0 | 0.97 | 0.87 | 0 | 353.95 | 1 | 0.51 |
| Hex | FF | 7 | 20 | 0 | 61 | 57 | 0 | 162 | 64 | 33 |
| Octal | 377 | 7 | 40 | 0 | 141 | 127 | 0 | 542 | 144 | 63 |
| Binary | 11111111 | 111 | 100000 | 0 | 1100001 | 1010111 | 0 | 101100010 | 1100100 | 110011 |
Color Harmonies of #FF0720
Complementary color
Monochromatic Colors of #FF0720
Black with #FF0720
Text Example
Text Example
White with #FF0720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0720; }
p { color: rgb(255,7,32); }
H1.HeaderClassName
{
color: #FF0720;
}
.AnyTagClassName
{
color: #FF0720;
}
</style>
background-color css
<style>
a { background-color: #FF0720; }
a { background-color: rgb(255,7,32); }
div.DivClassName
{
background-color: #FF0720;
}
.BgClassName
{
background-color: #FF0720;
}
</style>
border-color css
<style>
span { border-color: #FF0720; }
span { border-color: rgb(255,7,32); }
td.TdClassName
{
border-color: #FF0720;
}
.TagClassName
{
border-color: #FF0720;
}
</style>