Shades of Torch Red #F80B11
Tints of Torch Red #F80B11
RGB
CMYK
RGB Variations
Color information
#F80B11 (or 0xF80B11) is known color: Torch Red. HEX triplet: F8, 0B and 11. RGB value is (248,11,17). Sum of RGB (Red+Green+Blue) = 248+11+17=276 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.86% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 248 - color contains mainly: red. Hex color #F80B11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80B11 is #07F4EE. Grayscale: #525252. Windows color (decimal): -521455 or 1117176. OLE color: 1117176.
HSL color Cylindrical-coordinate representation of color #F80B11: hue angle of 358.48º 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 #F80B11 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 17 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.03 |
| HSL | 358.48º | 0.94% | 0.51% | - |
| HSV(B) | 358.48º | 0.96% | 0.97% | - |
| XYZ | 38.93 | 20.24 | 2.38 | - |
| YUV | 82.55 | 91.02 | 246.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 17 | 0 | 0.96 | 0.93 | 0.03 | 358.48 | 0.94 | 0.51 |
| Hex | F8 | B | 11 | 0 | 60 | 5D | 3 | 166 | 5E | 33 |
| Octal | 370 | 13 | 21 | 0 | 140 | 135 | 3 | 546 | 136 | 63 |
| Binary | 11111000 | 1011 | 10001 | 0 | 1100000 | 1011101 | 11 | 101100110 | 1011110 | 110011 |
Color Harmonies of #F80B11
Complementary color
Monochromatic Colors of #F80B11
Black with #F80B11
Text Example
Text Example
White with #F80B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80B11; }
p { color: rgb(248,11,17); }
H1.HeaderClassName
{
color: #F80B11;
}
.AnyTagClassName
{
color: #F80B11;
}
</style>
background-color css
<style>
a { background-color: #F80B11; }
a { background-color: rgb(248,11,17); }
div.DivClassName
{
background-color: #F80B11;
}
.BgClassName
{
background-color: #F80B11;
}
</style>
border-color css
<style>
span { border-color: #F80B11; }
span { border-color: rgb(248,11,17); }
td.TdClassName
{
border-color: #F80B11;
}
.TagClassName
{
border-color: #F80B11;
}
</style>