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