Shades of Torch Red #F71529
Tints of Torch Red #F71529
RGB
CMYK
RGB Variations
Color information
#F71529 (or 0xF71529) is known color: Torch Red. HEX triplet: F7, 15 and 29. RGB value is (247,21,41). Sum of RGB (Red+Green+Blue) = 247+21+41=309 (40% of max value = 765). Red value is 247 (96.88% from 255 or 79.94% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 247 - color contains mainly: red. Hex color #F71529 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71529 is #08EAD6. Grayscale: #5B5B5B. Windows color (decimal): -584407 or 2692599. OLE color: 2692599.
HSL color Cylindrical-coordinate representation of color #F71529: hue angle of 354.69º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F71529 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 41 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.03 |
| HSL | 354.69º | 0.93% | 0.53% | - |
| HSV(B) | 354.69º | 0.91% | 0.97% | - |
| XYZ | 39.03 | 20.47 | 3.99 | - |
| YUV | 90.85 | 99.87 | 239.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 41 | 0 | 0.91 | 0.83 | 0.03 | 354.69 | 0.93 | 0.53 |
| Hex | F7 | 15 | 29 | 0 | 5B | 53 | 3 | 163 | 5D | 35 |
| Octal | 367 | 25 | 51 | 0 | 133 | 123 | 3 | 543 | 135 | 65 |
| Binary | 11110111 | 10101 | 101001 | 0 | 1011011 | 1010011 | 11 | 101100011 | 1011101 | 110101 |
Color Harmonies of #F71529
Complementary color
Monochromatic Colors of #F71529
Black with #F71529
Text Example
Text Example
White with #F71529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71529; }
p { color: rgb(247,21,41); }
H1.HeaderClassName
{
color: #F71529;
}
.AnyTagClassName
{
color: #F71529;
}
</style>
background-color css
<style>
a { background-color: #F71529; }
a { background-color: rgb(247,21,41); }
div.DivClassName
{
background-color: #F71529;
}
.BgClassName
{
background-color: #F71529;
}
</style>
border-color css
<style>
span { border-color: #F71529; }
span { border-color: rgb(247,21,41); }
td.TdClassName
{
border-color: #F71529;
}
.TagClassName
{
border-color: #F71529;
}
</style>