Shades of Torch Red #F80E19
Tints of Torch Red #F80E19
RGB
CMYK
RGB Variations
Color information
#F80E19 (or 0xF80E19) is known color: Torch Red. HEX triplet: F8, 0E and 19. RGB value is (248,14,25). Sum of RGB (Red+Green+Blue) = 248+14+25=287 (38% of max value = 765). Red value is 248 (97.27% from 255 or 86.41% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 248 - color contains mainly: red. Hex color #F80E19 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80E19 is #07F1E6. Grayscale: #555555. Windows color (decimal): -520679 or 1642232. OLE color: 1642232.
HSL color Cylindrical-coordinate representation of color #F80E19: hue angle of 357.18º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80E19 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 14 | 25 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.03 |
| HSL | 357.18º | 0.94% | 0.51% | - |
| HSV(B) | 357.18º | 0.94% | 0.97% | - |
| XYZ | 39.04 | 20.34 | 2.79 | - |
| YUV | 85.22 | 94.02 | 244.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 14 | 25 | 0 | 0.94 | 0.90 | 0.03 | 357.18 | 0.94 | 0.51 |
| Hex | F8 | E | 19 | 0 | 5E | 5A | 3 | 165 | 5E | 33 |
| Octal | 370 | 16 | 31 | 0 | 136 | 132 | 3 | 545 | 136 | 63 |
| Binary | 11111000 | 1110 | 11001 | 0 | 1011110 | 1011010 | 11 | 101100101 | 1011110 | 110011 |
Color Harmonies of #F80E19
Complementary color
Monochromatic Colors of #F80E19
Black with #F80E19
Text Example
Text Example
White with #F80E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80E19; }
p { color: rgb(248,14,25); }
H1.HeaderClassName
{
color: #F80E19;
}
.AnyTagClassName
{
color: #F80E19;
}
</style>
background-color css
<style>
a { background-color: #F80E19; }
a { background-color: rgb(248,14,25); }
div.DivClassName
{
background-color: #F80E19;
}
.BgClassName
{
background-color: #F80E19;
}
</style>
border-color css
<style>
span { border-color: #F80E19; }
span { border-color: rgb(248,14,25); }
td.TdClassName
{
border-color: #F80E19;
}
.TagClassName
{
border-color: #F80E19;
}
</style>