Shades of Torch Red #F70A11
Tints of Torch Red #F70A11
RGB
CMYK
RGB Variations
Color information
#F70A11 (or 0xF70A11) is known color: Torch Red. HEX triplet: F7, 0A and 11. RGB value is (247,10,17). Sum of RGB (Red+Green+Blue) = 247+10+17=274 (36% of max value = 765). Red value is 247 (96.88% from 255 or 90.15% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 247 - color contains mainly: red. Hex color #F70A11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70A11 is #08F5EE. Grayscale: #515151. Windows color (decimal): -587247 or 1116919. OLE color: 1116919.
HSL color Cylindrical-coordinate representation of color #F70A11: hue angle of 358.23º 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 #F70A11 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 10 | 17 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.03 |
| HSL | 358.23º | 0.94% | 0.5% | - |
| HSV(B) | 358.23º | 0.96% | 0.97% | - |
| XYZ | 38.57 | 20.03 | 2.36 | - |
| YUV | 81.66 | 91.52 | 245.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 10 | 17 | 0 | 0.96 | 0.93 | 0.03 | 358.23 | 0.94 | 0.5 |
| Hex | F7 | A | 11 | 0 | 60 | 5D | 3 | 166 | 5E | 32 |
| Octal | 367 | 12 | 21 | 0 | 140 | 135 | 3 | 546 | 136 | 62 |
| Binary | 11110111 | 1010 | 10001 | 0 | 1100000 | 1011101 | 11 | 101100110 | 1011110 | 110010 |
Color Harmonies of #F70A11
Complementary color
Monochromatic Colors of #F70A11
Black with #F70A11
Text Example
Text Example
White with #F70A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70A11; }
p { color: rgb(247,10,17); }
H1.HeaderClassName
{
color: #F70A11;
}
.AnyTagClassName
{
color: #F70A11;
}
</style>
background-color css
<style>
a { background-color: #F70A11; }
a { background-color: rgb(247,10,17); }
div.DivClassName
{
background-color: #F70A11;
}
.BgClassName
{
background-color: #F70A11;
}
</style>
border-color css
<style>
span { border-color: #F70A11; }
span { border-color: rgb(247,10,17); }
td.TdClassName
{
border-color: #F70A11;
}
.TagClassName
{
border-color: #F70A11;
}
</style>