Shades of Torch Red #F71A44
Tints of Torch Red #F71A44
RGB
CMYK
RGB Variations
Color information
#F71A44 (or 0xF71A44) is known color: Torch Red. HEX triplet: F7, 1A and 44. RGB value is (247,26,68). Sum of RGB (Red+Green+Blue) = 247+26+68=341 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.43% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 247 - color contains mainly: red. Hex color #F71A44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71A44 is #08E5BB. Grayscale: #606060. Windows color (decimal): -583100 or 4463351. OLE color: 4463351.
HSL color Cylindrical-coordinate representation of color #F71A44: hue angle of 348.6º 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 #F71A44 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 26 | 68 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.03 |
| HSL | 348.6º | 0.93% | 0.54% | - |
| HSV(B) | 348.6º | 0.89% | 0.97% | - |
| XYZ | 39.77 | 20.93 | 7.41 | - |
| YUV | 96.87 | 111.72 | 235.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 26 | 68 | 0 | 0.89 | 0.72 | 0.03 | 348.6 | 0.93 | 0.54 |
| Hex | F7 | 1A | 44 | 0 | 59 | 48 | 3 | 15D | 5D | 36 |
| Octal | 367 | 32 | 104 | 0 | 131 | 110 | 3 | 535 | 135 | 66 |
| Binary | 11110111 | 11010 | 1000100 | 0 | 1011001 | 1001000 | 11 | 101011101 | 1011101 | 110110 |
Color Harmonies of #F71A44
Complementary color
Monochromatic Colors of #F71A44
Black with #F71A44
Text Example
Text Example
White with #F71A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71A44; }
p { color: rgb(247,26,68); }
H1.HeaderClassName
{
color: #F71A44;
}
.AnyTagClassName
{
color: #F71A44;
}
</style>
background-color css
<style>
a { background-color: #F71A44; }
a { background-color: rgb(247,26,68); }
div.DivClassName
{
background-color: #F71A44;
}
.BgClassName
{
background-color: #F71A44;
}
</style>
border-color css
<style>
span { border-color: #F71A44; }
span { border-color: rgb(247,26,68); }
td.TdClassName
{
border-color: #F71A44;
}
.TagClassName
{
border-color: #F71A44;
}
</style>