Shades of Torch Red #F71E32
Tints of Torch Red #F71E32
RGB
CMYK
RGB Variations
Color information
#F71E32 (or 0xF71E32) is known color: Torch Red. HEX triplet: F7, 1E and 32. RGB value is (247,30,50). Sum of RGB (Red+Green+Blue) = 247+30+50=327 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.54% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71E32 is #08E1CD. Grayscale: #616161. Windows color (decimal): -582094 or 3284727. OLE color: 3284727.
HSL color Cylindrical-coordinate representation of color #F71E32: hue angle of 354.47º 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 #F71E32 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 30 | 50 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.03 |
| HSL | 354.47º | 0.93% | 0.54% | - |
| HSV(B) | 354.47º | 0.88% | 0.97% | - |
| XYZ | 39.4 | 20.93 | 4.98 | - |
| YUV | 97.16 | 101.39 | 234.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 30 | 50 | 0 | 0.88 | 0.80 | 0.03 | 354.47 | 0.93 | 0.54 |
| Hex | F7 | 1E | 32 | 0 | 58 | 50 | 3 | 162 | 5D | 36 |
| Octal | 367 | 36 | 62 | 0 | 130 | 120 | 3 | 542 | 135 | 66 |
| Binary | 11110111 | 11110 | 110010 | 0 | 1011000 | 1010000 | 11 | 101100010 | 1011101 | 110110 |
Color Harmonies of #F71E32
Complementary color
Monochromatic Colors of #F71E32
Black with #F71E32
Text Example
Text Example
White with #F71E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71E32; }
p { color: rgb(247,30,50); }
H1.HeaderClassName
{
color: #F71E32;
}
.AnyTagClassName
{
color: #F71E32;
}
</style>
background-color css
<style>
a { background-color: #F71E32; }
a { background-color: rgb(247,30,50); }
div.DivClassName
{
background-color: #F71E32;
}
.BgClassName
{
background-color: #F71E32;
}
</style>
border-color css
<style>
span { border-color: #F71E32; }
span { border-color: rgb(247,30,50); }
td.TdClassName
{
border-color: #F71E32;
}
.TagClassName
{
border-color: #F71E32;
}
</style>