Shades of Torch Red #F71C32
Tints of Torch Red #F71C32
RGB
CMYK
RGB Variations
Color information
#F71C32 (or 0xF71C32) is known color: Torch Red. HEX triplet: F7, 1C and 32. RGB value is (247,28,50). Sum of RGB (Red+Green+Blue) = 247+28+50=325 (43% of max value = 765). Red value is 247 (96.88% from 255 or 76% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71C32 is #08E3CD. Grayscale: #606060. Windows color (decimal): -582606 or 3284215. OLE color: 3284215.
HSL color Cylindrical-coordinate representation of color #F71C32: hue angle of 353.97º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F71C32 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 28 | 50 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.03 |
| HSL | 353.97º | 0.93% | 0.54% | - |
| HSV(B) | 353.97º | 0.89% | 0.97% | - |
| XYZ | 39.35 | 20.83 | 4.97 | - |
| YUV | 95.99 | 102.05 | 235.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 50 | 0 | 0.89 | 0.80 | 0.03 | 353.97 | 0.93 | 0.54 |
| Hex | F7 | 1C | 32 | 0 | 59 | 50 | 3 | 162 | 5D | 36 |
| Octal | 367 | 34 | 62 | 0 | 131 | 120 | 3 | 542 | 135 | 66 |
| Binary | 11110111 | 11100 | 110010 | 0 | 1011001 | 1010000 | 11 | 101100010 | 1011101 | 110110 |
Color Harmonies of #F71C32
Complementary color
Monochromatic Colors of #F71C32
Black with #F71C32
Text Example
Text Example
White with #F71C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71C32; }
p { color: rgb(247,28,50); }
H1.HeaderClassName
{
color: #F71C32;
}
.AnyTagClassName
{
color: #F71C32;
}
</style>
background-color css
<style>
a { background-color: #F71C32; }
a { background-color: rgb(247,28,50); }
div.DivClassName
{
background-color: #F71C32;
}
.BgClassName
{
background-color: #F71C32;
}
</style>
border-color css
<style>
span { border-color: #F71C32; }
span { border-color: rgb(247,28,50); }
td.TdClassName
{
border-color: #F71C32;
}
.TagClassName
{
border-color: #F71C32;
}
</style>