Shades of Torch Red #F71949
Tints of Torch Red #F71949
RGB
CMYK
RGB Variations
Color information
#F71949 (or 0xF71949) is known color: Torch Red. HEX triplet: F7, 19 and 49. RGB value is (247,25,73). Sum of RGB (Red+Green+Blue) = 247+25+73=345 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.59% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 247 - color contains mainly: red. Hex color #F71949 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71949 is #08E6B6. Grayscale: #606060. Windows color (decimal): -583351 or 4790775. OLE color: 4790775.
HSL color Cylindrical-coordinate representation of color #F71949: hue angle of 347.03º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F71949 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 73 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.03 |
| HSL | 347.03º | 0.93% | 0.53% | - |
| HSV(B) | 347.03º | 0.9% | 0.97% | - |
| XYZ | 39.91 | 20.95 | 8.24 | - |
| YUV | 96.85 | 114.55 | 235.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 73 | 0 | 0.90 | 0.70 | 0.03 | 347.03 | 0.93 | 0.53 |
| Hex | F7 | 19 | 49 | 0 | 5A | 46 | 3 | 15B | 5D | 35 |
| Octal | 367 | 31 | 111 | 0 | 132 | 106 | 3 | 533 | 135 | 65 |
| Binary | 11110111 | 11001 | 1001001 | 0 | 1011010 | 1000110 | 11 | 101011011 | 1011101 | 110101 |
Color Harmonies of #F71949
Complementary color
Monochromatic Colors of #F71949
Black with #F71949
Text Example
Text Example
White with #F71949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71949; }
p { color: rgb(247,25,73); }
H1.HeaderClassName
{
color: #F71949;
}
.AnyTagClassName
{
color: #F71949;
}
</style>
background-color css
<style>
a { background-color: #F71949; }
a { background-color: rgb(247,25,73); }
div.DivClassName
{
background-color: #F71949;
}
.BgClassName
{
background-color: #F71949;
}
</style>
border-color css
<style>
span { border-color: #F71949; }
span { border-color: rgb(247,25,73); }
td.TdClassName
{
border-color: #F71949;
}
.TagClassName
{
border-color: #F71949;
}
</style>