Shades of Torch Red #F80713
Tints of Torch Red #F80713
RGB
CMYK
RGB Variations
Color information
#F80713 (or 0xF80713) is known color: Torch Red. HEX triplet: F8, 07 and 13. RGB value is (248,7,19). Sum of RGB (Red+Green+Blue) = 248+7+19=274 (36% of max value = 765). Red value is 248 (97.27% from 255 or 90.51% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 248 - color contains mainly: red. Hex color #F80713 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80713 is #07F8EC. Grayscale: #505050. Windows color (decimal): -522477 or 1247224. OLE color: 1247224.
HSL color Cylindrical-coordinate representation of color #F80713: hue angle of 357.01º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F80713 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 19 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.03 |
| HSL | 357.01º | 0.95% | 0.5% | - |
| HSV(B) | 357.01º | 0.97% | 0.97% | - |
| XYZ | 38.9 | 20.16 | 2.46 | - |
| YUV | 80.43 | 93.34 | 247.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 19 | 0 | 0.97 | 0.92 | 0.03 | 357.01 | 0.95 | 0.5 |
| Hex | F8 | 7 | 13 | 0 | 61 | 5C | 3 | 165 | 5F | 32 |
| Octal | 370 | 7 | 23 | 0 | 141 | 134 | 3 | 545 | 137 | 62 |
| Binary | 11111000 | 111 | 10011 | 0 | 1100001 | 1011100 | 11 | 101100101 | 1011111 | 110010 |
Color Harmonies of #F80713
Complementary color
Monochromatic Colors of #F80713
Black with #F80713
Text Example
Text Example
White with #F80713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80713; }
p { color: rgb(248,7,19); }
H1.HeaderClassName
{
color: #F80713;
}
.AnyTagClassName
{
color: #F80713;
}
</style>
background-color css
<style>
a { background-color: #F80713; }
a { background-color: rgb(248,7,19); }
div.DivClassName
{
background-color: #F80713;
}
.BgClassName
{
background-color: #F80713;
}
</style>
border-color css
<style>
span { border-color: #F80713; }
span { border-color: rgb(248,7,19); }
td.TdClassName
{
border-color: #F80713;
}
.TagClassName
{
border-color: #F80713;
}
</style>