Shades of Torch Red #F80721
Tints of Torch Red #F80721
RGB
CMYK
RGB Variations
Color information
#F80721 (or 0xF80721) is known color: Torch Red. HEX triplet: F8, 07 and 21. RGB value is (248,7,33). Sum of RGB (Red+Green+Blue) = 248+7+33=288 (38% of max value = 765). Red value is 248 (97.27% from 255 or 86.11% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 248 - color contains mainly: red. Hex color #F80721 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80721 is #07F8DE. Grayscale: #525252. Windows color (decimal): -522463 or 2164728. OLE color: 2164728.
HSL color Cylindrical-coordinate representation of color #F80721: hue angle of 353.53º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F80721 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 33 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.03 |
| HSL | 353.53º | 0.95% | 0.5% | - |
| HSV(B) | 353.53º | 0.97% | 0.97% | - |
| XYZ | 39.06 | 20.22 | 3.28 | - |
| YUV | 82.02 | 100.34 | 246.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 33 | 0 | 0.97 | 0.87 | 0.03 | 353.53 | 0.95 | 0.5 |
| Hex | F8 | 7 | 21 | 0 | 61 | 57 | 3 | 162 | 5F | 32 |
| Octal | 370 | 7 | 41 | 0 | 141 | 127 | 3 | 542 | 137 | 62 |
| Binary | 11111000 | 111 | 100001 | 0 | 1100001 | 1010111 | 11 | 101100010 | 1011111 | 110010 |
Color Harmonies of #F80721
Complementary color
Monochromatic Colors of #F80721
Black with #F80721
Text Example
Text Example
White with #F80721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80721; }
p { color: rgb(248,7,33); }
H1.HeaderClassName
{
color: #F80721;
}
.AnyTagClassName
{
color: #F80721;
}
</style>
background-color css
<style>
a { background-color: #F80721; }
a { background-color: rgb(248,7,33); }
div.DivClassName
{
background-color: #F80721;
}
.BgClassName
{
background-color: #F80721;
}
</style>
border-color css
<style>
span { border-color: #F80721; }
span { border-color: rgb(248,7,33); }
td.TdClassName
{
border-color: #F80721;
}
.TagClassName
{
border-color: #F80721;
}
</style>