Shades of Torch Red #F70519
Tints of Torch Red #F70519
RGB
CMYK
RGB Variations
Color information
#F70519 (or 0xF70519) is known color: Torch Red. HEX triplet: F7, 05 and 19. RGB value is (247,5,25). Sum of RGB (Red+Green+Blue) = 247+5+25=277 (36% of max value = 765). Red value is 247 (96.88% from 255 or 89.17% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 247 - color contains mainly: red. Hex color #F70519 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70519 is #08FAE6. Grayscale: #4F4F4F. Windows color (decimal): -588519 or 1639927. OLE color: 1639927.
HSL color Cylindrical-coordinate representation of color #F70519: hue angle of 355.04º 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 #F70519 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 25 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.03 |
| HSL | 355.04º | 0.96% | 0.49% | - |
| HSV(B) | 355.04º | 0.98% | 0.97% | - |
| XYZ | 38.59 | 19.95 | 2.74 | - |
| YUV | 79.64 | 97.17 | 247.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 25 | 0 | 0.98 | 0.90 | 0.03 | 355.04 | 0.96 | 0.49 |
| Hex | F7 | 5 | 19 | 0 | 62 | 5A | 3 | 163 | 60 | 31 |
| Octal | 367 | 5 | 31 | 0 | 142 | 132 | 3 | 543 | 140 | 61 |
| Binary | 11110111 | 101 | 11001 | 0 | 1100010 | 1011010 | 11 | 101100011 | 1100000 | 110001 |
Color Harmonies of #F70519
Complementary color
Monochromatic Colors of #F70519
Black with #F70519
Text Example
Text Example
White with #F70519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70519; }
p { color: rgb(247,5,25); }
H1.HeaderClassName
{
color: #F70519;
}
.AnyTagClassName
{
color: #F70519;
}
</style>
background-color css
<style>
a { background-color: #F70519; }
a { background-color: rgb(247,5,25); }
div.DivClassName
{
background-color: #F70519;
}
.BgClassName
{
background-color: #F70519;
}
</style>
border-color css
<style>
span { border-color: #F70519; }
span { border-color: rgb(247,5,25); }
td.TdClassName
{
border-color: #F70519;
}
.TagClassName
{
border-color: #F70519;
}
</style>