Shades of Torch Red #F70118
Tints of Torch Red #F70118
RGB
CMYK
RGB Variations
Color information
#F70118 (or 0xF70118) is known color: Torch Red. HEX triplet: F7, 01 and 18. RGB value is (247,1,24). Sum of RGB (Red+Green+Blue) = 247+1+24=272 (36% of max value = 765). Red value is 247 (96.88% from 255 or 90.81% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 247 - color contains mainly: red. Hex color #F70118 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70118 is #08FEE7. Grayscale: #4D4D4D. Windows color (decimal): -589544 or 1573367. OLE color: 1573367.
HSL color Cylindrical-coordinate representation of color #F70118: hue angle of 354.39º 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 #F70118 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 24 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.03 |
| HSL | 354.39º | 0.99% | 0.49% | - |
| HSV(B) | 354.39º | 1% | 0.97% | - |
| XYZ | 38.53 | 19.86 | 2.67 | - |
| YUV | 77.18 | 98 | 249.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 24 | 0 | 1.00 | 0.90 | 0.03 | 354.39 | 0.99 | 0.49 |
| Hex | F7 | 1 | 18 | 0 | 64 | 5A | 3 | 162 | 63 | 31 |
| Octal | 367 | 1 | 30 | 0 | 144 | 132 | 3 | 542 | 143 | 61 |
| Binary | 11110111 | 1 | 11000 | 0 | 1100100 | 1011010 | 11 | 101100010 | 1100011 | 110001 |
Color Harmonies of #F70118
Complementary color
Monochromatic Colors of #F70118
Black with #F70118
Text Example
Text Example
White with #F70118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70118; }
p { color: rgb(247,1,24); }
H1.HeaderClassName
{
color: #F70118;
}
.AnyTagClassName
{
color: #F70118;
}
</style>
background-color css
<style>
a { background-color: #F70118; }
a { background-color: rgb(247,1,24); }
div.DivClassName
{
background-color: #F70118;
}
.BgClassName
{
background-color: #F70118;
}
</style>
border-color css
<style>
span { border-color: #F70118; }
span { border-color: rgb(247,1,24); }
td.TdClassName
{
border-color: #F70118;
}
.TagClassName
{
border-color: #F70118;
}
</style>