Shades of Torch Red #F70E25
Tints of Torch Red #F70E25
RGB
CMYK
RGB Variations
Color information
#F70E25 (or 0xF70E25) is known color: Torch Red. HEX triplet: F7, 0E and 25. RGB value is (247,14,37). Sum of RGB (Red+Green+Blue) = 247+14+37=298 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.89% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 247 - color contains mainly: red. Hex color #F70E25 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70E25 is #08F1DA. Grayscale: #565656. Windows color (decimal): -586203 or 2428663. OLE color: 2428663.
HSL color Cylindrical-coordinate representation of color #F70E25: hue angle of 354.08º 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 #F70E25 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 14 | 37 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.03 |
| HSL | 354.08º | 0.94% | 0.51% | - |
| HSV(B) | 354.08º | 0.94% | 0.97% | - |
| XYZ | 38.85 | 20.22 | 3.61 | - |
| YUV | 86.29 | 100.19 | 242.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 14 | 37 | 0 | 0.94 | 0.85 | 0.03 | 354.08 | 0.94 | 0.51 |
| Hex | F7 | E | 25 | 0 | 5E | 55 | 3 | 162 | 5E | 33 |
| Octal | 367 | 16 | 45 | 0 | 136 | 125 | 3 | 542 | 136 | 63 |
| Binary | 11110111 | 1110 | 100101 | 0 | 1011110 | 1010101 | 11 | 101100010 | 1011110 | 110011 |
Color Harmonies of #F70E25
Complementary color
Monochromatic Colors of #F70E25
Black with #F70E25
Text Example
Text Example
White with #F70E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70E25; }
p { color: rgb(247,14,37); }
H1.HeaderClassName
{
color: #F70E25;
}
.AnyTagClassName
{
color: #F70E25;
}
</style>
background-color css
<style>
a { background-color: #F70E25; }
a { background-color: rgb(247,14,37); }
div.DivClassName
{
background-color: #F70E25;
}
.BgClassName
{
background-color: #F70E25;
}
</style>
border-color css
<style>
span { border-color: #F70E25; }
span { border-color: rgb(247,14,37); }
td.TdClassName
{
border-color: #F70E25;
}
.TagClassName
{
border-color: #F70E25;
}
</style>