Shades of Torch Red #F70412
Tints of Torch Red #F70412
RGB
CMYK
RGB Variations
Color information
#F70412 (or 0xF70412) is known color: Torch Red. HEX triplet: F7, 04 and 12. RGB value is (247,4,18). Sum of RGB (Red+Green+Blue) = 247+4+18=269 (35% of max value = 765). Red value is 247 (96.88% from 255 or 91.82% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 247 - color contains mainly: red. Hex color #F70412 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70412 is #08FBED. Grayscale: #4E4E4E. Windows color (decimal): -588782 or 1180919. OLE color: 1180919.
HSL color Cylindrical-coordinate representation of color #F70412: hue angle of 356.54º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F70412 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 4 | 18 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.03 |
| HSL | 356.54º | 0.97% | 0.49% | - |
| HSV(B) | 356.54º | 0.98% | 0.97% | - |
| XYZ | 38.51 | 19.9 | 2.38 | - |
| YUV | 78.25 | 94.01 | 248.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 4 | 18 | 0 | 0.98 | 0.93 | 0.03 | 356.54 | 0.97 | 0.49 |
| Hex | F7 | 4 | 12 | 0 | 62 | 5D | 3 | 165 | 61 | 31 |
| Octal | 367 | 4 | 22 | 0 | 142 | 135 | 3 | 545 | 141 | 61 |
| Binary | 11110111 | 100 | 10010 | 0 | 1100010 | 1011101 | 11 | 101100101 | 1100001 | 110001 |
Color Harmonies of #F70412
Complementary color
Monochromatic Colors of #F70412
Black with #F70412
Text Example
Text Example
White with #F70412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70412; }
p { color: rgb(247,4,18); }
H1.HeaderClassName
{
color: #F70412;
}
.AnyTagClassName
{
color: #F70412;
}
</style>
background-color css
<style>
a { background-color: #F70412; }
a { background-color: rgb(247,4,18); }
div.DivClassName
{
background-color: #F70412;
}
.BgClassName
{
background-color: #F70412;
}
</style>
border-color css
<style>
span { border-color: #F70412; }
span { border-color: rgb(247,4,18); }
td.TdClassName
{
border-color: #F70412;
}
.TagClassName
{
border-color: #F70412;
}
</style>