Shades of Torch Red #F70F29
Tints of Torch Red #F70F29
RGB
CMYK
RGB Variations
Color information
#F70F29 (or 0xF70F29) is known color: Torch Red. HEX triplet: F7, 0F and 29. RGB value is (247,15,41). Sum of RGB (Red+Green+Blue) = 247+15+41=303 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.52% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 247 - color contains mainly: red. Hex color #F70F29 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70F29 is #08F0D6. Grayscale: #575757. Windows color (decimal): -585943 or 2691063. OLE color: 2691063.
HSL color Cylindrical-coordinate representation of color #F70F29: hue angle of 353.28º 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 #F70F29 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 41 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.03 |
| HSL | 353.28º | 0.94% | 0.51% | - |
| HSV(B) | 353.28º | 0.94% | 0.97% | - |
| XYZ | 38.93 | 20.28 | 3.96 | - |
| YUV | 87.33 | 101.86 | 241.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 41 | 0 | 0.94 | 0.83 | 0.03 | 353.28 | 0.94 | 0.51 |
| Hex | F7 | F | 29 | 0 | 5E | 53 | 3 | 161 | 5E | 33 |
| Octal | 367 | 17 | 51 | 0 | 136 | 123 | 3 | 541 | 136 | 63 |
| Binary | 11110111 | 1111 | 101001 | 0 | 1011110 | 1010011 | 11 | 101100001 | 1011110 | 110011 |
Color Harmonies of #F70F29
Complementary color
Monochromatic Colors of #F70F29
Black with #F70F29
Text Example
Text Example
White with #F70F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70F29; }
p { color: rgb(247,15,41); }
H1.HeaderClassName
{
color: #F70F29;
}
.AnyTagClassName
{
color: #F70F29;
}
</style>
background-color css
<style>
a { background-color: #F70F29; }
a { background-color: rgb(247,15,41); }
div.DivClassName
{
background-color: #F70F29;
}
.BgClassName
{
background-color: #F70F29;
}
</style>
border-color css
<style>
span { border-color: #F70F29; }
span { border-color: rgb(247,15,41); }
td.TdClassName
{
border-color: #F70F29;
}
.TagClassName
{
border-color: #F70F29;
}
</style>