Shades of Torch Red #F72029
Tints of Torch Red #F72029
RGB
CMYK
RGB Variations
Color information
#F72029 (or 0xF72029) is known color: Torch Red. HEX triplet: F7, 20 and 29. RGB value is (247,32,41). Sum of RGB (Red+Green+Blue) = 247+32+41=320 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.19% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 247 - color contains mainly: red. Hex color #F72029 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72029 is #08DFD6. Grayscale: #616161. Windows color (decimal): -581591 or 2695415. OLE color: 2695415.
HSL color Cylindrical-coordinate representation of color #F72029: hue angle of 357.49º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F72029 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 32 | 41 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.03 |
| HSL | 357.49º | 0.93% | 0.55% | - |
| HSV(B) | 357.49º | 0.87% | 0.97% | - |
| XYZ | 39.27 | 20.97 | 4.07 | - |
| YUV | 97.31 | 96.23 | 234.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 32 | 41 | 0 | 0.87 | 0.83 | 0.03 | 357.49 | 0.93 | 0.55 |
| Hex | F7 | 20 | 29 | 0 | 57 | 53 | 3 | 165 | 5D | 37 |
| Octal | 367 | 40 | 51 | 0 | 127 | 123 | 3 | 545 | 135 | 67 |
| Binary | 11110111 | 100000 | 101001 | 0 | 1010111 | 1010011 | 11 | 101100101 | 1011101 | 110111 |
Color Harmonies of #F72029
Complementary color
Monochromatic Colors of #F72029
Black with #F72029
Text Example
Text Example
White with #F72029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72029; }
p { color: rgb(247,32,41); }
H1.HeaderClassName
{
color: #F72029;
}
.AnyTagClassName
{
color: #F72029;
}
</style>
background-color css
<style>
a { background-color: #F72029; }
a { background-color: rgb(247,32,41); }
div.DivClassName
{
background-color: #F72029;
}
.BgClassName
{
background-color: #F72029;
}
</style>
border-color css
<style>
span { border-color: #F72029; }
span { border-color: rgb(247,32,41); }
td.TdClassName
{
border-color: #F72029;
}
.TagClassName
{
border-color: #F72029;
}
</style>