Shades of Torch Red #F70F18
Tints of Torch Red #F70F18
RGB
CMYK
RGB Variations
Color information
#F70F18 (or 0xF70F18) is known color: Torch Red. HEX triplet: F7, 0F and 18. RGB value is (247,15,24). Sum of RGB (Red+Green+Blue) = 247+15+24=286 (37% of max value = 765). Red value is 247 (96.88% from 255 or 86.36% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 247 - color contains mainly: red. Hex color #F70F18 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70F18 is #08F0E7. Grayscale: #555555. Windows color (decimal): -585960 or 1576951. OLE color: 1576951.
HSL color Cylindrical-coordinate representation of color #F70F18: hue angle of 357.67º 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 #F70F18 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 24 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.03 |
| HSL | 357.67º | 0.94% | 0.51% | - |
| HSV(B) | 357.67º | 0.94% | 0.97% | - |
| XYZ | 38.69 | 20.18 | 2.72 | - |
| YUV | 85.39 | 93.36 | 243.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 24 | 0 | 0.94 | 0.90 | 0.03 | 357.67 | 0.94 | 0.51 |
| Hex | F7 | F | 18 | 0 | 5E | 5A | 3 | 166 | 5E | 33 |
| Octal | 367 | 17 | 30 | 0 | 136 | 132 | 3 | 546 | 136 | 63 |
| Binary | 11110111 | 1111 | 11000 | 0 | 1011110 | 1011010 | 11 | 101100110 | 1011110 | 110011 |
Color Harmonies of #F70F18
Complementary color
Monochromatic Colors of #F70F18
Black with #F70F18
Text Example
Text Example
White with #F70F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70F18; }
p { color: rgb(247,15,24); }
H1.HeaderClassName
{
color: #F70F18;
}
.AnyTagClassName
{
color: #F70F18;
}
</style>
background-color css
<style>
a { background-color: #F70F18; }
a { background-color: rgb(247,15,24); }
div.DivClassName
{
background-color: #F70F18;
}
.BgClassName
{
background-color: #F70F18;
}
</style>
border-color css
<style>
span { border-color: #F70F18; }
span { border-color: rgb(247,15,24); }
td.TdClassName
{
border-color: #F70F18;
}
.TagClassName
{
border-color: #F70F18;
}
</style>