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