Shades of Torch Red #F70512
Tints of Torch Red #F70512
RGB
CMYK
RGB Variations
Color information
#F70512 (or 0xF70512) is known color: Torch Red. HEX triplet: F7, 05 and 12. RGB value is (247,5,18). Sum of RGB (Red+Green+Blue) = 247+5+18=270 (35% of max value = 765). Red value is 247 (96.88% from 255 or 91.48% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 247 - color contains mainly: red. Hex color #F70512 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70512 is #08FAED. Grayscale: #4F4F4F. Windows color (decimal): -588526 or 1181175. OLE color: 1181175.
HSL color Cylindrical-coordinate representation of color #F70512: hue angle of 356.78º degrees, saturation: 0.96, 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 #F70512 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 18 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.03 |
| HSL | 356.78º | 0.96% | 0.49% | - |
| HSV(B) | 356.78º | 0.98% | 0.97% | - |
| XYZ | 38.52 | 19.93 | 2.39 | - |
| YUV | 78.84 | 93.67 | 247.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 18 | 0 | 0.98 | 0.93 | 0.03 | 356.78 | 0.96 | 0.49 |
| Hex | F7 | 5 | 12 | 0 | 62 | 5D | 3 | 165 | 60 | 31 |
| Octal | 367 | 5 | 22 | 0 | 142 | 135 | 3 | 545 | 140 | 61 |
| Binary | 11110111 | 101 | 10010 | 0 | 1100010 | 1011101 | 11 | 101100101 | 1100000 | 110001 |
Color Harmonies of #F70512
Complementary color
Monochromatic Colors of #F70512
Black with #F70512
Text Example
Text Example
White with #F70512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70512; }
p { color: rgb(247,5,18); }
H1.HeaderClassName
{
color: #F70512;
}
.AnyTagClassName
{
color: #F70512;
}
</style>
background-color css
<style>
a { background-color: #F70512; }
a { background-color: rgb(247,5,18); }
div.DivClassName
{
background-color: #F70512;
}
.BgClassName
{
background-color: #F70512;
}
</style>
border-color css
<style>
span { border-color: #F70512; }
span { border-color: rgb(247,5,18); }
td.TdClassName
{
border-color: #F70512;
}
.TagClassName
{
border-color: #F70512;
}
</style>