Shades of Torch Red #F80A36
Tints of Torch Red #F80A36
RGB
CMYK
RGB Variations
Color information
#F80A36 (or 0xF80A36) is known color: Torch Red. HEX triplet: F8, 0A and 36. RGB value is (248,10,54). Sum of RGB (Red+Green+Blue) = 248+10+54=312 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.49% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A36 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80A36 is #07F5C9. Grayscale: #565656. Windows color (decimal): -521674 or 3541752. OLE color: 3541752.
HSL color Cylindrical-coordinate representation of color #F80A36: hue angle of 348.91º 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 #F80A36 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 54 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.03 |
| HSL | 348.91º | 0.94% | 0.51% | - |
| HSV(B) | 348.91º | 0.96% | 0.97% | - |
| XYZ | 39.49 | 20.44 | 5.35 | - |
| YUV | 86.18 | 109.85 | 243.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 54 | 0 | 0.96 | 0.78 | 0.03 | 348.91 | 0.94 | 0.51 |
| Hex | F8 | A | 36 | 0 | 60 | 4E | 3 | 15D | 5E | 33 |
| Octal | 370 | 12 | 66 | 0 | 140 | 116 | 3 | 535 | 136 | 63 |
| Binary | 11111000 | 1010 | 110110 | 0 | 1100000 | 1001110 | 11 | 101011101 | 1011110 | 110011 |
Color Harmonies of #F80A36
Complementary color
Monochromatic Colors of #F80A36
Black with #F80A36
Text Example
Text Example
White with #F80A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80A36; }
p { color: rgb(248,10,54); }
H1.HeaderClassName
{
color: #F80A36;
}
.AnyTagClassName
{
color: #F80A36;
}
</style>
background-color css
<style>
a { background-color: #F80A36; }
a { background-color: rgb(248,10,54); }
div.DivClassName
{
background-color: #F80A36;
}
.BgClassName
{
background-color: #F80A36;
}
</style>
border-color css
<style>
span { border-color: #F80A36; }
span { border-color: rgb(248,10,54); }
td.TdClassName
{
border-color: #F80A36;
}
.TagClassName
{
border-color: #F80A36;
}
</style>