Shades of Torch Red #F80913
Tints of Torch Red #F80913
RGB
CMYK
RGB Variations
Color information
#F80913 (or 0xF80913) is known color: Torch Red. HEX triplet: F8, 09 and 13. RGB value is (248,9,19). Sum of RGB (Red+Green+Blue) = 248+9+19=276 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.86% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 248 - color contains mainly: red. Hex color #F80913 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80913 is #07F6EC. Grayscale: #515151. Windows color (decimal): -521965 or 1247736. OLE color: 1247736.
HSL color Cylindrical-coordinate representation of color #F80913: hue angle of 357.49º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80913 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 19 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.03 |
| HSL | 357.49º | 0.94% | 0.5% | - |
| HSV(B) | 357.49º | 0.96% | 0.97% | - |
| XYZ | 38.93 | 20.2 | 2.46 | - |
| YUV | 81.6 | 92.68 | 246.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 19 | 0 | 0.96 | 0.92 | 0.03 | 357.49 | 0.94 | 0.5 |
| Hex | F8 | 9 | 13 | 0 | 60 | 5C | 3 | 165 | 5E | 32 |
| Octal | 370 | 11 | 23 | 0 | 140 | 134 | 3 | 545 | 136 | 62 |
| Binary | 11111000 | 1001 | 10011 | 0 | 1100000 | 1011100 | 11 | 101100101 | 1011110 | 110010 |
Color Harmonies of #F80913
Complementary color
Monochromatic Colors of #F80913
Black with #F80913
Text Example
Text Example
White with #F80913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80913; }
p { color: rgb(248,9,19); }
H1.HeaderClassName
{
color: #F80913;
}
.AnyTagClassName
{
color: #F80913;
}
</style>
background-color css
<style>
a { background-color: #F80913; }
a { background-color: rgb(248,9,19); }
div.DivClassName
{
background-color: #F80913;
}
.BgClassName
{
background-color: #F80913;
}
</style>
border-color css
<style>
span { border-color: #F80913; }
span { border-color: rgb(248,9,19); }
td.TdClassName
{
border-color: #F80913;
}
.TagClassName
{
border-color: #F80913;
}
</style>