Shades of Torch Red #F70A29
Tints of Torch Red #F70A29
RGB
CMYK
RGB Variations
Color information
#F70A29 (or 0xF70A29) is known color: Torch Red. HEX triplet: F7, 0A and 29. RGB value is (247,10,41). Sum of RGB (Red+Green+Blue) = 247+10+41=298 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.89% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 247 - color contains mainly: red. Hex color #F70A29 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70A29 is #08F5D6. Grayscale: #545454. Windows color (decimal): -587223 or 2689783. OLE color: 2689783.
HSL color Cylindrical-coordinate representation of color #F70A29: hue angle of 352.15º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70A29 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 10 | 41 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.03 |
| HSL | 352.15º | 0.94% | 0.5% | - |
| HSV(B) | 352.15º | 0.96% | 0.97% | - |
| XYZ | 38.87 | 20.15 | 3.94 | - |
| YUV | 84.4 | 103.52 | 243.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 10 | 41 | 0 | 0.96 | 0.83 | 0.03 | 352.15 | 0.94 | 0.5 |
| Hex | F7 | A | 29 | 0 | 60 | 53 | 3 | 160 | 5E | 32 |
| Octal | 367 | 12 | 51 | 0 | 140 | 123 | 3 | 540 | 136 | 62 |
| Binary | 11110111 | 1010 | 101001 | 0 | 1100000 | 1010011 | 11 | 101100000 | 1011110 | 110010 |
Color Harmonies of #F70A29
Complementary color
Monochromatic Colors of #F70A29
Black with #F70A29
Text Example
Text Example
White with #F70A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70A29; }
p { color: rgb(247,10,41); }
H1.HeaderClassName
{
color: #F70A29;
}
.AnyTagClassName
{
color: #F70A29;
}
</style>
background-color css
<style>
a { background-color: #F70A29; }
a { background-color: rgb(247,10,41); }
div.DivClassName
{
background-color: #F70A29;
}
.BgClassName
{
background-color: #F70A29;
}
</style>
border-color css
<style>
span { border-color: #F70A29; }
span { border-color: rgb(247,10,41); }
td.TdClassName
{
border-color: #F70A29;
}
.TagClassName
{
border-color: #F70A29;
}
</style>