Shades of Torch Red #F80212
Tints of Torch Red #F80212
RGB
CMYK
RGB Variations
Color information
#F80212 (or 0xF80212) is known color: Torch Red. HEX triplet: F8, 02 and 12. RGB value is (248,2,18). Sum of RGB (Red+Green+Blue) = 248+2+18=268 (35% of max value = 765). Red value is 248 (97.27% from 255 or 92.54% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 248 - color contains mainly: red. Hex color #F80212 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80212 is #07FDED. Grayscale: #4D4D4D. Windows color (decimal): -523758 or 1180408. OLE color: 1180408.
HSL color Cylindrical-coordinate representation of color #F80212: hue angle of 356.1º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F80212 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 18 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.03 |
| HSL | 356.1º | 0.98% | 0.49% | - |
| HSV(B) | 356.1º | 0.99% | 0.97% | - |
| XYZ | 38.84 | 20.04 | 2.39 | - |
| YUV | 77.38 | 94.5 | 249.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 18 | 0 | 0.99 | 0.93 | 0.03 | 356.1 | 0.98 | 0.49 |
| Hex | F8 | 2 | 12 | 0 | 63 | 5D | 3 | 164 | 62 | 31 |
| Octal | 370 | 2 | 22 | 0 | 143 | 135 | 3 | 544 | 142 | 61 |
| Binary | 11111000 | 10 | 10010 | 0 | 1100011 | 1011101 | 11 | 101100100 | 1100010 | 110001 |
Color Harmonies of #F80212
Complementary color
Monochromatic Colors of #F80212
Black with #F80212
Text Example
Text Example
White with #F80212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80212; }
p { color: rgb(248,2,18); }
H1.HeaderClassName
{
color: #F80212;
}
.AnyTagClassName
{
color: #F80212;
}
</style>
background-color css
<style>
a { background-color: #F80212; }
a { background-color: rgb(248,2,18); }
div.DivClassName
{
background-color: #F80212;
}
.BgClassName
{
background-color: #F80212;
}
</style>
border-color css
<style>
span { border-color: #F80212; }
span { border-color: rgb(248,2,18); }
td.TdClassName
{
border-color: #F80212;
}
.TagClassName
{
border-color: #F80212;
}
</style>