Shades of Torch Red #F80B0E
Tints of Torch Red #F80B0E
RGB
CMYK
RGB Variations
Color information
#F80B0E (or 0xF80B0E) is known color: Torch Red. HEX triplet: F8, 0B and 0E. RGB value is (248,11,14). Sum of RGB (Red+Green+Blue) = 248+11+14=273 (36% of max value = 765). Red value is 248 (97.27% from 255 or 90.84% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 248 - color contains mainly: red. Hex color #F80B0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80B0E is #07F4F1. Grayscale: #525252. Windows color (decimal): -521458 or 920568. OLE color: 920568.
HSL color Cylindrical-coordinate representation of color #F80B0E: hue angle of 359.24º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80B0E is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 14 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.03 |
| HSL | 359.24º | 0.94% | 0.51% | - |
| HSV(B) | 359.24º | 0.96% | 0.97% | - |
| XYZ | 38.91 | 20.23 | 2.27 | - |
| YUV | 82.21 | 89.52 | 246.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 14 | 0 | 0.96 | 0.94 | 0.03 | 359.24 | 0.94 | 0.51 |
| Hex | F8 | B | E | 0 | 60 | 5E | 3 | 167 | 5E | 33 |
| Octal | 370 | 13 | 16 | 0 | 140 | 136 | 3 | 547 | 136 | 63 |
| Binary | 11111000 | 1011 | 1110 | 0 | 1100000 | 1011110 | 11 | 101100111 | 1011110 | 110011 |
Color Harmonies of #F80B0E
Complementary color
Monochromatic Colors of #F80B0E
Black with #F80B0E
Text Example
Text Example
White with #F80B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80B0E; }
p { color: rgb(248,11,14); }
H1.HeaderClassName
{
color: #F80B0E;
}
.AnyTagClassName
{
color: #F80B0E;
}
</style>
background-color css
<style>
a { background-color: #F80B0E; }
a { background-color: rgb(248,11,14); }
div.DivClassName
{
background-color: #F80B0E;
}
.BgClassName
{
background-color: #F80B0E;
}
</style>
border-color css
<style>
span { border-color: #F80B0E; }
span { border-color: rgb(248,11,14); }
td.TdClassName
{
border-color: #F80B0E;
}
.TagClassName
{
border-color: #F80B0E;
}
</style>