Shades of Torch Red #F80711
Tints of Torch Red #F80711
RGB
CMYK
RGB Variations
Color information
#F80711 (or 0xF80711) is known color: Torch Red. HEX triplet: F8, 07 and 11. RGB value is (248,7,17). Sum of RGB (Red+Green+Blue) = 248+7+17=272 (36% of max value = 765). Red value is 248 (97.27% from 255 or 91.18% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 248 - color contains mainly: red. Hex color #F80711 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80711 is #07F8EE. Grayscale: #505050. Windows color (decimal): -522479 or 1116152. OLE color: 1116152.
HSL color Cylindrical-coordinate representation of color #F80711: hue angle of 357.51º 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 #F80711 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 17 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.03 |
| HSL | 357.51º | 0.95% | 0.5% | - |
| HSV(B) | 357.51º | 0.97% | 0.97% | - |
| XYZ | 38.89 | 20.15 | 2.37 | - |
| YUV | 80.2 | 92.34 | 247.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 17 | 0 | 0.97 | 0.93 | 0.03 | 357.51 | 0.95 | 0.5 |
| Hex | F8 | 7 | 11 | 0 | 61 | 5D | 3 | 166 | 5F | 32 |
| Octal | 370 | 7 | 21 | 0 | 141 | 135 | 3 | 546 | 137 | 62 |
| Binary | 11111000 | 111 | 10001 | 0 | 1100001 | 1011101 | 11 | 101100110 | 1011111 | 110010 |
Color Harmonies of #F80711
Complementary color
Monochromatic Colors of #F80711
Black with #F80711
Text Example
Text Example
White with #F80711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80711; }
p { color: rgb(248,7,17); }
H1.HeaderClassName
{
color: #F80711;
}
.AnyTagClassName
{
color: #F80711;
}
</style>
background-color css
<style>
a { background-color: #F80711; }
a { background-color: rgb(248,7,17); }
div.DivClassName
{
background-color: #F80711;
}
.BgClassName
{
background-color: #F80711;
}
</style>
border-color css
<style>
span { border-color: #F80711; }
span { border-color: rgb(248,7,17); }
td.TdClassName
{
border-color: #F80711;
}
.TagClassName
{
border-color: #F80711;
}
</style>