Shades of Torch Red #F80718
Tints of Torch Red #F80718
RGB
CMYK
RGB Variations
Color information
#F80718 (or 0xF80718) is known color: Torch Red. HEX triplet: F8, 07 and 18. RGB value is (248,7,24). Sum of RGB (Red+Green+Blue) = 248+7+24=279 (36% of max value = 765). Red value is 248 (97.27% from 255 or 88.89% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 248 - color contains mainly: red. Hex color #F80718 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80718 is #07F8E7. Grayscale: #515151. Windows color (decimal): -522472 or 1574904. OLE color: 1574904.
HSL color Cylindrical-coordinate representation of color #F80718: hue angle of 355.77º 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 #F80718 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 24 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.03 |
| HSL | 355.77º | 0.95% | 0.5% | - |
| HSV(B) | 355.77º | 0.97% | 0.97% | - |
| XYZ | 38.95 | 20.17 | 2.71 | - |
| YUV | 81 | 95.84 | 247.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 24 | 0 | 0.97 | 0.90 | 0.03 | 355.77 | 0.95 | 0.5 |
| Hex | F8 | 7 | 18 | 0 | 61 | 5A | 3 | 164 | 5F | 32 |
| Octal | 370 | 7 | 30 | 0 | 141 | 132 | 3 | 544 | 137 | 62 |
| Binary | 11111000 | 111 | 11000 | 0 | 1100001 | 1011010 | 11 | 101100100 | 1011111 | 110010 |
Color Harmonies of #F80718
Complementary color
Monochromatic Colors of #F80718
Black with #F80718
Text Example
Text Example
White with #F80718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80718; }
p { color: rgb(248,7,24); }
H1.HeaderClassName
{
color: #F80718;
}
.AnyTagClassName
{
color: #F80718;
}
</style>
background-color css
<style>
a { background-color: #F80718; }
a { background-color: rgb(248,7,24); }
div.DivClassName
{
background-color: #F80718;
}
.BgClassName
{
background-color: #F80718;
}
</style>
border-color css
<style>
span { border-color: #F80718; }
span { border-color: rgb(248,7,24); }
td.TdClassName
{
border-color: #F80718;
}
.TagClassName
{
border-color: #F80718;
}
</style>