Shades of Torch Red #F70D29
Tints of Torch Red #F70D29
RGB
CMYK
RGB Variations
Color information
#F70D29 (or 0xF70D29) is known color: Torch Red. HEX triplet: F7, 0D and 29. RGB value is (247,13,41). Sum of RGB (Red+Green+Blue) = 247+13+41=301 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.06% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 247 - color contains mainly: red. Hex color #F70D29 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70D29 is #08F2D6. Grayscale: #565656. Windows color (decimal): -586455 or 2690551. OLE color: 2690551.
HSL color Cylindrical-coordinate representation of color #F70D29: hue angle of 352.82º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70D29 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 13 | 41 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.03 |
| HSL | 352.82º | 0.94% | 0.51% | - |
| HSV(B) | 352.82º | 0.95% | 0.97% | - |
| XYZ | 38.9 | 20.22 | 3.95 | - |
| YUV | 86.16 | 102.52 | 242.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 13 | 41 | 0 | 0.95 | 0.83 | 0.03 | 352.82 | 0.94 | 0.51 |
| Hex | F7 | D | 29 | 0 | 5F | 53 | 3 | 161 | 5E | 33 |
| Octal | 367 | 15 | 51 | 0 | 137 | 123 | 3 | 541 | 136 | 63 |
| Binary | 11110111 | 1101 | 101001 | 0 | 1011111 | 1010011 | 11 | 101100001 | 1011110 | 110011 |
Color Harmonies of #F70D29
Complementary color
Monochromatic Colors of #F70D29
Black with #F70D29
Text Example
Text Example
White with #F70D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70D29; }
p { color: rgb(247,13,41); }
H1.HeaderClassName
{
color: #F70D29;
}
.AnyTagClassName
{
color: #F70D29;
}
</style>
background-color css
<style>
a { background-color: #F70D29; }
a { background-color: rgb(247,13,41); }
div.DivClassName
{
background-color: #F70D29;
}
.BgClassName
{
background-color: #F70D29;
}
</style>
border-color css
<style>
span { border-color: #F70D29; }
span { border-color: rgb(247,13,41); }
td.TdClassName
{
border-color: #F70D29;
}
.TagClassName
{
border-color: #F70D29;
}
</style>