Shades of Torch Red #F80E16
Tints of Torch Red #F80E16
RGB
CMYK
RGB Variations
Color information
#F80E16 (or 0xF80E16) is known color: Torch Red. HEX triplet: F8, 0E and 16. RGB value is (248,14,22). Sum of RGB (Red+Green+Blue) = 248+14+22=284 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.32% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 248 - color contains mainly: red. Hex color #F80E16 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80E16 is #07F1E9. Grayscale: #555555. Windows color (decimal): -520682 or 1445624. OLE color: 1445624.
HSL color Cylindrical-coordinate representation of color #F80E16: hue angle of 357.95º 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 #F80E16 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 14 | 22 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.03 |
| HSL | 357.95º | 0.94% | 0.51% | - |
| HSV(B) | 357.95º | 0.94% | 0.97% | - |
| XYZ | 39.01 | 20.33 | 2.63 | - |
| YUV | 84.88 | 92.52 | 244.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 14 | 22 | 0 | 0.94 | 0.91 | 0.03 | 357.95 | 0.94 | 0.51 |
| Hex | F8 | E | 16 | 0 | 5E | 5B | 3 | 166 | 5E | 33 |
| Octal | 370 | 16 | 26 | 0 | 136 | 133 | 3 | 546 | 136 | 63 |
| Binary | 11111000 | 1110 | 10110 | 0 | 1011110 | 1011011 | 11 | 101100110 | 1011110 | 110011 |
Color Harmonies of #F80E16
Complementary color
Monochromatic Colors of #F80E16
Black with #F80E16
Text Example
Text Example
White with #F80E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80E16; }
p { color: rgb(248,14,22); }
H1.HeaderClassName
{
color: #F80E16;
}
.AnyTagClassName
{
color: #F80E16;
}
</style>
background-color css
<style>
a { background-color: #F80E16; }
a { background-color: rgb(248,14,22); }
div.DivClassName
{
background-color: #F80E16;
}
.BgClassName
{
background-color: #F80E16;
}
</style>
border-color css
<style>
span { border-color: #F80E16; }
span { border-color: rgb(248,14,22); }
td.TdClassName
{
border-color: #F80E16;
}
.TagClassName
{
border-color: #F80E16;
}
</style>