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