Shades of Torch Red #F80C0E
Tints of Torch Red #F80C0E
RGB
CMYK
RGB Variations
Color information
#F80C0E (or 0xF80C0E) is known color: Torch Red. HEX triplet: F8, 0C and 0E. RGB value is (248,12,14). Sum of RGB (Red+Green+Blue) = 248+12+14=274 (36% of max value = 765). Red value is 248 (97.27% from 255 or 90.51% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 248 - color contains mainly: red. Hex color #F80C0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80C0E is #07F3F1. Grayscale: #535353. Windows color (decimal): -521202 or 920824. OLE color: 920824.
HSL color Cylindrical-coordinate representation of color #F80C0E: hue angle of 359.49º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80C0E is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 12 | 14 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.03 |
| HSL | 359.49º | 0.94% | 0.51% | - |
| HSV(B) | 359.49º | 0.95% | 0.97% | - |
| XYZ | 38.92 | 20.25 | 2.27 | - |
| YUV | 82.79 | 89.19 | 245.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 12 | 14 | 0 | 0.95 | 0.94 | 0.03 | 359.49 | 0.94 | 0.51 |
| Hex | F8 | C | E | 0 | 5F | 5E | 3 | 167 | 5E | 33 |
| Octal | 370 | 14 | 16 | 0 | 137 | 136 | 3 | 547 | 136 | 63 |
| Binary | 11111000 | 1100 | 1110 | 0 | 1011111 | 1011110 | 11 | 101100111 | 1011110 | 110011 |
Color Harmonies of #F80C0E
Complementary color
Monochromatic Colors of #F80C0E
Black with #F80C0E
Text Example
Text Example
White with #F80C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80C0E; }
p { color: rgb(248,12,14); }
H1.HeaderClassName
{
color: #F80C0E;
}
.AnyTagClassName
{
color: #F80C0E;
}
</style>
background-color css
<style>
a { background-color: #F80C0E; }
a { background-color: rgb(248,12,14); }
div.DivClassName
{
background-color: #F80C0E;
}
.BgClassName
{
background-color: #F80C0E;
}
</style>
border-color css
<style>
span { border-color: #F80C0E; }
span { border-color: rgb(248,12,14); }
td.TdClassName
{
border-color: #F80C0E;
}
.TagClassName
{
border-color: #F80C0E;
}
</style>