Shades of Torch Red #F80E34
Tints of Torch Red #F80E34
RGB
CMYK
RGB Variations
Color information
#F80E34 (or 0xF80E34) is known color: Torch Red. HEX triplet: F8, 0E and 34. RGB value is (248,14,52). Sum of RGB (Red+Green+Blue) = 248+14+52=314 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.98% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 248 - color contains mainly: red. Hex color #F80E34 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80E34 is #07F1CB. Grayscale: #585858. Windows color (decimal): -520652 or 3411704. OLE color: 3411704.
HSL color Cylindrical-coordinate representation of color #F80E34: hue angle of 350.26º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80E34 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 14 | 52 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.03 |
| HSL | 350.26º | 0.94% | 0.51% | - |
| HSV(B) | 350.26º | 0.94% | 0.97% | - |
| XYZ | 39.49 | 20.52 | 5.13 | - |
| YUV | 88.3 | 107.52 | 241.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 14 | 52 | 0 | 0.94 | 0.79 | 0.03 | 350.26 | 0.94 | 0.51 |
| Hex | F8 | E | 34 | 0 | 5E | 4F | 3 | 15E | 5E | 33 |
| Octal | 370 | 16 | 64 | 0 | 136 | 117 | 3 | 536 | 136 | 63 |
| Binary | 11111000 | 1110 | 110100 | 0 | 1011110 | 1001111 | 11 | 101011110 | 1011110 | 110011 |
Color Harmonies of #F80E34
Complementary color
Monochromatic Colors of #F80E34
Black with #F80E34
Text Example
Text Example
White with #F80E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80E34; }
p { color: rgb(248,14,52); }
H1.HeaderClassName
{
color: #F80E34;
}
.AnyTagClassName
{
color: #F80E34;
}
</style>
background-color css
<style>
a { background-color: #F80E34; }
a { background-color: rgb(248,14,52); }
div.DivClassName
{
background-color: #F80E34;
}
.BgClassName
{
background-color: #F80E34;
}
</style>
border-color css
<style>
span { border-color: #F80E34; }
span { border-color: rgb(248,14,52); }
td.TdClassName
{
border-color: #F80E34;
}
.TagClassName
{
border-color: #F80E34;
}
</style>