Shades of Torch Red #FF0721
Tints of Torch Red #FF0721
RGB
CMYK
RGB Variations
Color information
#FF0721 (or 0xFF0721) is known color: Torch Red. HEX triplet: FF, 07 and 21. RGB value is (255,7,33). Sum of RGB (Red+Green+Blue) = 255+7+33=295 (39% of max value = 765). Red value is 255 (100% from 255 or 86.44% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0721 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0721 is #00F8DE. Grayscale: #545454. Windows color (decimal): -63711 or 2164735. OLE color: 2164735.
HSL color Cylindrical-coordinate representation of color #FF0721: hue angle of 353.71º 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 #FF0721 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 33 | - |
| CMYK | 0 | 0.97 | 0.87 | 0 |
| HSL | 353.71º | 1% | 0.51% | - |
| HSV(B) | 353.71º | 0.97% | 1% | - |
| XYZ | 41.59 | 21.52 | 3.4 | - |
| YUV | 84.12 | 99.16 | 249.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 33 | 0 | 0.97 | 0.87 | 0 | 353.71 | 1 | 0.51 |
| Hex | FF | 7 | 21 | 0 | 61 | 57 | 0 | 162 | 64 | 33 |
| Octal | 377 | 7 | 41 | 0 | 141 | 127 | 0 | 542 | 144 | 63 |
| Binary | 11111111 | 111 | 100001 | 0 | 1100001 | 1010111 | 0 | 101100010 | 1100100 | 110011 |
Color Harmonies of #FF0721
Complementary color
Monochromatic Colors of #FF0721
Black with #FF0721
Text Example
Text Example
White with #FF0721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0721; }
p { color: rgb(255,7,33); }
H1.HeaderClassName
{
color: #FF0721;
}
.AnyTagClassName
{
color: #FF0721;
}
</style>
background-color css
<style>
a { background-color: #FF0721; }
a { background-color: rgb(255,7,33); }
div.DivClassName
{
background-color: #FF0721;
}
.BgClassName
{
background-color: #FF0721;
}
</style>
border-color css
<style>
span { border-color: #FF0721; }
span { border-color: rgb(255,7,33); }
td.TdClassName
{
border-color: #FF0721;
}
.TagClassName
{
border-color: #FF0721;
}
</style>