Shades of Torch Red #F71A40
Tints of Torch Red #F71A40
RGB
CMYK
RGB Variations
Color information
#F71A40 (or 0xF71A40) is known color: Torch Red. HEX triplet: F7, 1A and 40. RGB value is (247,26,64). Sum of RGB (Red+Green+Blue) = 247+26+64=337 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.29% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 247 - color contains mainly: red. Hex color #F71A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71A40 is #08E5BF. Grayscale: #606060. Windows color (decimal): -583104 or 4201207. OLE color: 4201207.
HSL color Cylindrical-coordinate representation of color #F71A40: hue angle of 349.68º 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 #F71A40 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 26 | 64 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.03 |
| HSL | 349.68º | 0.93% | 0.54% | - |
| HSV(B) | 349.68º | 0.89% | 0.97% | - |
| XYZ | 39.65 | 20.88 | 6.79 | - |
| YUV | 96.41 | 109.72 | 235.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 26 | 64 | 0 | 0.89 | 0.74 | 0.03 | 349.68 | 0.93 | 0.54 |
| Hex | F7 | 1A | 40 | 0 | 59 | 4A | 3 | 15E | 5D | 36 |
| Octal | 367 | 32 | 100 | 0 | 131 | 112 | 3 | 536 | 135 | 66 |
| Binary | 11110111 | 11010 | 1000000 | 0 | 1011001 | 1001010 | 11 | 101011110 | 1011101 | 110110 |
Color Harmonies of #F71A40
Complementary color
Monochromatic Colors of #F71A40
Black with #F71A40
Text Example
Text Example
White with #F71A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71A40; }
p { color: rgb(247,26,64); }
H1.HeaderClassName
{
color: #F71A40;
}
.AnyTagClassName
{
color: #F71A40;
}
</style>
background-color css
<style>
a { background-color: #F71A40; }
a { background-color: rgb(247,26,64); }
div.DivClassName
{
background-color: #F71A40;
}
.BgClassName
{
background-color: #F71A40;
}
</style>
border-color css
<style>
span { border-color: #F71A40; }
span { border-color: rgb(247,26,64); }
td.TdClassName
{
border-color: #F71A40;
}
.TagClassName
{
border-color: #F71A40;
}
</style>