Shades of Torch Red #F80A2A
Tints of Torch Red #F80A2A
RGB
CMYK
RGB Variations
Color information
#F80A2A (or 0xF80A2A) is known color: Torch Red. HEX triplet: F8, 0A and 2A. RGB value is (248,10,42). Sum of RGB (Red+Green+Blue) = 248+10+42=300 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.67% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80A2A is #07F5D5. Grayscale: #545454. Windows color (decimal): -521686 or 2755320. OLE color: 2755320.
HSL color Cylindrical-coordinate representation of color #F80A2A: hue angle of 351.93º 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 #F80A2A is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 42 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.03 |
| HSL | 351.93º | 0.94% | 0.51% | - |
| HSV(B) | 351.93º | 0.96% | 0.97% | - |
| XYZ | 39.24 | 20.34 | 4.05 | - |
| YUV | 84.81 | 103.85 | 244.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 42 | 0 | 0.96 | 0.83 | 0.03 | 351.93 | 0.94 | 0.51 |
| Hex | F8 | A | 2A | 0 | 60 | 53 | 3 | 160 | 5E | 33 |
| Octal | 370 | 12 | 52 | 0 | 140 | 123 | 3 | 540 | 136 | 63 |
| Binary | 11111000 | 1010 | 101010 | 0 | 1100000 | 1010011 | 11 | 101100000 | 1011110 | 110011 |
Color Harmonies of #F80A2A
Complementary color
Monochromatic Colors of #F80A2A
Black with #F80A2A
Text Example
Text Example
White with #F80A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80A2A; }
p { color: rgb(248,10,42); }
H1.HeaderClassName
{
color: #F80A2A;
}
.AnyTagClassName
{
color: #F80A2A;
}
</style>
background-color css
<style>
a { background-color: #F80A2A; }
a { background-color: rgb(248,10,42); }
div.DivClassName
{
background-color: #F80A2A;
}
.BgClassName
{
background-color: #F80A2A;
}
</style>
border-color css
<style>
span { border-color: #F80A2A; }
span { border-color: rgb(248,10,42); }
td.TdClassName
{
border-color: #F80A2A;
}
.TagClassName
{
border-color: #F80A2A;
}
</style>