Shades of Torch Red #F70119
Tints of Torch Red #F70119
RGB
CMYK
RGB Variations
Color information
#F70119 (or 0xF70119) is known color: Torch Red. HEX triplet: F7, 01 and 19. RGB value is (247,1,25). Sum of RGB (Red+Green+Blue) = 247+1+25=273 (36% of max value = 765). Red value is 247 (96.88% from 255 or 90.48% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 247 - color contains mainly: red. Hex color #F70119 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70119 is #08FEE6. Grayscale: #4D4D4D. Windows color (decimal): -589543 or 1638903. OLE color: 1638903.
HSL color Cylindrical-coordinate representation of color #F70119: hue angle of 354.15º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70119 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 25 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.03 |
| HSL | 354.15º | 0.99% | 0.49% | - |
| HSV(B) | 354.15º | 1% | 0.97% | - |
| XYZ | 38.54 | 19.87 | 2.72 | - |
| YUV | 77.29 | 98.5 | 249.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 25 | 0 | 1.00 | 0.90 | 0.03 | 354.15 | 0.99 | 0.49 |
| Hex | F7 | 1 | 19 | 0 | 64 | 5A | 3 | 162 | 63 | 31 |
| Octal | 367 | 1 | 31 | 0 | 144 | 132 | 3 | 542 | 143 | 61 |
| Binary | 11110111 | 1 | 11001 | 0 | 1100100 | 1011010 | 11 | 101100010 | 1100011 | 110001 |
Color Harmonies of #F70119
Complementary color
Monochromatic Colors of #F70119
Black with #F70119
Text Example
Text Example
White with #F70119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70119; }
p { color: rgb(247,1,25); }
H1.HeaderClassName
{
color: #F70119;
}
.AnyTagClassName
{
color: #F70119;
}
</style>
background-color css
<style>
a { background-color: #F70119; }
a { background-color: rgb(247,1,25); }
div.DivClassName
{
background-color: #F70119;
}
.BgClassName
{
background-color: #F70119;
}
</style>
border-color css
<style>
span { border-color: #F70119; }
span { border-color: rgb(247,1,25); }
td.TdClassName
{
border-color: #F70119;
}
.TagClassName
{
border-color: #F70119;
}
</style>