Shades of Torch Red #F80716
Tints of Torch Red #F80716
RGB
CMYK
RGB Variations
Color information
#F80716 (or 0xF80716) is known color: Torch Red. HEX triplet: F8, 07 and 16. RGB value is (248,7,22). Sum of RGB (Red+Green+Blue) = 248+7+22=277 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.53% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 248 - color contains mainly: red. Hex color #F80716 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80716 is #07F8E9. Grayscale: #505050. Windows color (decimal): -522474 or 1443832. OLE color: 1443832.
HSL color Cylindrical-coordinate representation of color #F80716: hue angle of 356.27º 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 #F80716 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 22 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.03 |
| HSL | 356.27º | 0.95% | 0.5% | - |
| HSV(B) | 356.27º | 0.97% | 0.97% | - |
| XYZ | 38.93 | 20.17 | 2.6 | - |
| YUV | 80.77 | 94.84 | 247.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 22 | 0 | 0.97 | 0.91 | 0.03 | 356.27 | 0.95 | 0.5 |
| Hex | F8 | 7 | 16 | 0 | 61 | 5B | 3 | 164 | 5F | 32 |
| Octal | 370 | 7 | 26 | 0 | 141 | 133 | 3 | 544 | 137 | 62 |
| Binary | 11111000 | 111 | 10110 | 0 | 1100001 | 1011011 | 11 | 101100100 | 1011111 | 110010 |
Color Harmonies of #F80716
Complementary color
Monochromatic Colors of #F80716
Black with #F80716
Text Example
Text Example
White with #F80716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80716; }
p { color: rgb(248,7,22); }
H1.HeaderClassName
{
color: #F80716;
}
.AnyTagClassName
{
color: #F80716;
}
</style>
background-color css
<style>
a { background-color: #F80716; }
a { background-color: rgb(248,7,22); }
div.DivClassName
{
background-color: #F80716;
}
.BgClassName
{
background-color: #F80716;
}
</style>
border-color css
<style>
span { border-color: #F80716; }
span { border-color: rgb(248,7,22); }
td.TdClassName
{
border-color: #F80716;
}
.TagClassName
{
border-color: #F80716;
}
</style>