Shades of Torch Red #F71D32
Tints of Torch Red #F71D32
RGB
CMYK
RGB Variations
Color information
#F71D32 (or 0xF71D32) is known color: Torch Red. HEX triplet: F7, 1D and 32. RGB value is (247,29,50). Sum of RGB (Red+Green+Blue) = 247+29+50=326 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.77% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 247 - color contains mainly: red. Hex color #F71D32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71D32 is #08E2CD. Grayscale: #606060. Windows color (decimal): -582350 or 3284471. OLE color: 3284471.
HSL color Cylindrical-coordinate representation of color #F71D32: hue angle of 354.22º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71D32 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 29 | 50 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.03 |
| HSL | 354.22º | 0.93% | 0.54% | - |
| HSV(B) | 354.22º | 0.88% | 0.97% | - |
| XYZ | 39.37 | 20.88 | 4.97 | - |
| YUV | 96.58 | 101.72 | 235.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 29 | 50 | 0 | 0.88 | 0.80 | 0.03 | 354.22 | 0.93 | 0.54 |
| Hex | F7 | 1D | 32 | 0 | 58 | 50 | 3 | 162 | 5D | 36 |
| Octal | 367 | 35 | 62 | 0 | 130 | 120 | 3 | 542 | 135 | 66 |
| Binary | 11110111 | 11101 | 110010 | 0 | 1011000 | 1010000 | 11 | 101100010 | 1011101 | 110110 |
Color Harmonies of #F71D32
Complementary color
Monochromatic Colors of #F71D32
Black with #F71D32
Text Example
Text Example
White with #F71D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71D32; }
p { color: rgb(247,29,50); }
H1.HeaderClassName
{
color: #F71D32;
}
.AnyTagClassName
{
color: #F71D32;
}
</style>
background-color css
<style>
a { background-color: #F71D32; }
a { background-color: rgb(247,29,50); }
div.DivClassName
{
background-color: #F71D32;
}
.BgClassName
{
background-color: #F71D32;
}
</style>
border-color css
<style>
span { border-color: #F71D32; }
span { border-color: rgb(247,29,50); }
td.TdClassName
{
border-color: #F71D32;
}
.TagClassName
{
border-color: #F71D32;
}
</style>