Shades of Torch Red #F71E40
Tints of Torch Red #F71E40
RGB
CMYK
RGB Variations
Color information
#F71E40 (or 0xF71E40) is known color: Torch Red. HEX triplet: F7, 1E and 40. RGB value is (247,30,64). Sum of RGB (Red+Green+Blue) = 247+30+64=341 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.43% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71E40 is #08E1BF. Grayscale: #626262. Windows color (decimal): -582080 or 4202231. OLE color: 4202231.
HSL color Cylindrical-coordinate representation of color #F71E40: hue angle of 350.6º 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 #F71E40 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 30 | 64 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.03 |
| HSL | 350.6º | 0.93% | 0.54% | - |
| HSV(B) | 350.6º | 0.88% | 0.97% | - |
| XYZ | 39.75 | 21.07 | 6.82 | - |
| YUV | 98.76 | 108.39 | 233.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 30 | 64 | 0 | 0.88 | 0.74 | 0.03 | 350.6 | 0.93 | 0.54 |
| Hex | F7 | 1E | 40 | 0 | 58 | 4A | 3 | 15F | 5D | 36 |
| Octal | 367 | 36 | 100 | 0 | 130 | 112 | 3 | 537 | 135 | 66 |
| Binary | 11110111 | 11110 | 1000000 | 0 | 1011000 | 1001010 | 11 | 101011111 | 1011101 | 110110 |
Color Harmonies of #F71E40
Complementary color
Monochromatic Colors of #F71E40
Black with #F71E40
Text Example
Text Example
White with #F71E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71E40; }
p { color: rgb(247,30,64); }
H1.HeaderClassName
{
color: #F71E40;
}
.AnyTagClassName
{
color: #F71E40;
}
</style>
background-color css
<style>
a { background-color: #F71E40; }
a { background-color: rgb(247,30,64); }
div.DivClassName
{
background-color: #F71E40;
}
.BgClassName
{
background-color: #F71E40;
}
</style>
border-color css
<style>
span { border-color: #F71E40; }
span { border-color: rgb(247,30,64); }
td.TdClassName
{
border-color: #F71E40;
}
.TagClassName
{
border-color: #F71E40;
}
</style>