Shades of Torch Red #F70F19
Tints of Torch Red #F70F19
RGB
CMYK
RGB Variations
Color information
#F70F19 (or 0xF70F19) is known color: Torch Red. HEX triplet: F7, 0F and 19. RGB value is (247,15,25). Sum of RGB (Red+Green+Blue) = 247+15+25=287 (38% of max value = 765). Red value is 247 (96.88% from 255 or 86.06% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 247 - color contains mainly: red. Hex color #F70F19 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70F19 is #08F0E6. Grayscale: #555555. Windows color (decimal): -585959 or 1642487. OLE color: 1642487.
HSL color Cylindrical-coordinate representation of color #F70F19: hue angle of 357.41º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F70F19 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 25 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.03 |
| HSL | 357.41º | 0.94% | 0.51% | - |
| HSV(B) | 357.41º | 0.94% | 0.97% | - |
| XYZ | 38.7 | 20.19 | 2.78 | - |
| YUV | 85.51 | 93.86 | 243.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 25 | 0 | 0.94 | 0.90 | 0.03 | 357.41 | 0.94 | 0.51 |
| Hex | F7 | F | 19 | 0 | 5E | 5A | 3 | 165 | 5E | 33 |
| Octal | 367 | 17 | 31 | 0 | 136 | 132 | 3 | 545 | 136 | 63 |
| Binary | 11110111 | 1111 | 11001 | 0 | 1011110 | 1011010 | 11 | 101100101 | 1011110 | 110011 |
Color Harmonies of #F70F19
Complementary color
Monochromatic Colors of #F70F19
Black with #F70F19
Text Example
Text Example
White with #F70F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70F19; }
p { color: rgb(247,15,25); }
H1.HeaderClassName
{
color: #F70F19;
}
.AnyTagClassName
{
color: #F70F19;
}
</style>
background-color css
<style>
a { background-color: #F70F19; }
a { background-color: rgb(247,15,25); }
div.DivClassName
{
background-color: #F70F19;
}
.BgClassName
{
background-color: #F70F19;
}
</style>
border-color css
<style>
span { border-color: #F70F19; }
span { border-color: rgb(247,15,25); }
td.TdClassName
{
border-color: #F70F19;
}
.TagClassName
{
border-color: #F70F19;
}
</style>