Shades of Torch Red #F80A1E
Tints of Torch Red #F80A1E
RGB
CMYK
RGB Variations
Color information
#F80A1E (or 0xF80A1E) is known color: Torch Red. HEX triplet: F8, 0A and 1E. RGB value is (248,10,30). Sum of RGB (Red+Green+Blue) = 248+10+30=288 (38% of max value = 765). Red value is 248 (97.27% from 255 or 86.11% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A1E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80A1E is #07F5E1. Grayscale: #535353. Windows color (decimal): -521698 or 1968888. OLE color: 1968888.
HSL color Cylindrical-coordinate representation of color #F80A1E: hue angle of 354.96º 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 #F80A1E is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 30 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.03 |
| HSL | 354.96º | 0.94% | 0.51% | - |
| HSV(B) | 354.96º | 0.96% | 0.97% | - |
| XYZ | 39.05 | 20.27 | 3.08 | - |
| YUV | 83.44 | 97.85 | 245.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 30 | 0 | 0.96 | 0.88 | 0.03 | 354.96 | 0.94 | 0.51 |
| Hex | F8 | A | 1E | 0 | 60 | 58 | 3 | 163 | 5E | 33 |
| Octal | 370 | 12 | 36 | 0 | 140 | 130 | 3 | 543 | 136 | 63 |
| Binary | 11111000 | 1010 | 11110 | 0 | 1100000 | 1011000 | 11 | 101100011 | 1011110 | 110011 |
Color Harmonies of #F80A1E
Complementary color
Monochromatic Colors of #F80A1E
Black with #F80A1E
Text Example
Text Example
White with #F80A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80A1E; }
p { color: rgb(248,10,30); }
H1.HeaderClassName
{
color: #F80A1E;
}
.AnyTagClassName
{
color: #F80A1E;
}
</style>
background-color css
<style>
a { background-color: #F80A1E; }
a { background-color: rgb(248,10,30); }
div.DivClassName
{
background-color: #F80A1E;
}
.BgClassName
{
background-color: #F80A1E;
}
</style>
border-color css
<style>
span { border-color: #F80A1E; }
span { border-color: rgb(248,10,30); }
td.TdClassName
{
border-color: #F80A1E;
}
.TagClassName
{
border-color: #F80A1E;
}
</style>