Shades of Torch Red #F70811
Tints of Torch Red #F70811
RGB
CMYK
RGB Variations
Color information
#F70811 (or 0xF70811) is known color: Torch Red. HEX triplet: F7, 08 and 11. RGB value is (247,8,17). Sum of RGB (Red+Green+Blue) = 247+8+17=272 (36% of max value = 765). Red value is 247 (96.88% from 255 or 90.81% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 247 - color contains mainly: red. Hex color #F70811 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70811 is #08F7EE. Grayscale: #505050. Windows color (decimal): -587759 or 1116407. OLE color: 1116407.
HSL color Cylindrical-coordinate representation of color #F70811: hue angle of 357.74º degrees, saturation: 0.94, 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 #F70811 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 17 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.03 |
| HSL | 357.74º | 0.94% | 0.5% | - |
| HSV(B) | 357.74º | 0.97% | 0.97% | - |
| XYZ | 38.55 | 19.99 | 2.36 | - |
| YUV | 80.49 | 92.18 | 246.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 17 | 0 | 0.97 | 0.93 | 0.03 | 357.74 | 0.94 | 0.5 |
| Hex | F7 | 8 | 11 | 0 | 61 | 5D | 3 | 166 | 5E | 32 |
| Octal | 367 | 10 | 21 | 0 | 141 | 135 | 3 | 546 | 136 | 62 |
| Binary | 11110111 | 1000 | 10001 | 0 | 1100001 | 1011101 | 11 | 101100110 | 1011110 | 110010 |
Color Harmonies of #F70811
Complementary color
Monochromatic Colors of #F70811
Black with #F70811
Text Example
Text Example
White with #F70811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70811; }
p { color: rgb(247,8,17); }
H1.HeaderClassName
{
color: #F70811;
}
.AnyTagClassName
{
color: #F70811;
}
</style>
background-color css
<style>
a { background-color: #F70811; }
a { background-color: rgb(247,8,17); }
div.DivClassName
{
background-color: #F70811;
}
.BgClassName
{
background-color: #F70811;
}
</style>
border-color css
<style>
span { border-color: #F70811; }
span { border-color: rgb(247,8,17); }
td.TdClassName
{
border-color: #F70811;
}
.TagClassName
{
border-color: #F70811;
}
</style>