Shades of Torch Red #F71436
Tints of Torch Red #F71436
RGB
CMYK
RGB Variations
Color information
#F71436 (or 0xF71436) is known color: Torch Red. HEX triplet: F7, 14 and 36. RGB value is (247,20,54). Sum of RGB (Red+Green+Blue) = 247+20+54=321 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.95% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 247 - color contains mainly: red. Hex color #F71436 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71436 is #08EBC9. Grayscale: #5B5B5B. Windows color (decimal): -584650 or 3544311. OLE color: 3544311.
HSL color Cylindrical-coordinate representation of color #F71436: hue angle of 351.01º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F71436 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 54 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.03 |
| HSL | 351.01º | 0.93% | 0.52% | - |
| HSV(B) | 351.01º | 0.92% | 0.97% | - |
| XYZ | 39.27 | 20.54 | 5.38 | - |
| YUV | 91.75 | 106.71 | 238.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 54 | 0 | 0.92 | 0.78 | 0.03 | 351.01 | 0.93 | 0.52 |
| Hex | F7 | 14 | 36 | 0 | 5C | 4E | 3 | 15F | 5D | 34 |
| Octal | 367 | 24 | 66 | 0 | 134 | 116 | 3 | 537 | 135 | 64 |
| Binary | 11110111 | 10100 | 110110 | 0 | 1011100 | 1001110 | 11 | 101011111 | 1011101 | 110100 |
Color Harmonies of #F71436
Complementary color
Monochromatic Colors of #F71436
Black with #F71436
Text Example
Text Example
White with #F71436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71436; }
p { color: rgb(247,20,54); }
H1.HeaderClassName
{
color: #F71436;
}
.AnyTagClassName
{
color: #F71436;
}
</style>
background-color css
<style>
a { background-color: #F71436; }
a { background-color: rgb(247,20,54); }
div.DivClassName
{
background-color: #F71436;
}
.BgClassName
{
background-color: #F71436;
}
</style>
border-color css
<style>
span { border-color: #F71436; }
span { border-color: rgb(247,20,54); }
td.TdClassName
{
border-color: #F71436;
}
.TagClassName
{
border-color: #F71436;
}
</style>