Shades of Torch Red #F71127
Tints of Torch Red #F71127
RGB
CMYK
RGB Variations
Color information
#F71127 (or 0xF71127) is known color: Torch Red. HEX triplet: F7, 11 and 27. RGB value is (247,17,39). Sum of RGB (Red+Green+Blue) = 247+17+39=303 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.52% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 247 - color contains mainly: red. Hex color #F71127 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71127 is #08EED8. Grayscale: #585858. Windows color (decimal): -585433 or 2560503. OLE color: 2560503.
HSL color Cylindrical-coordinate representation of color #F71127: hue angle of 354.26º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F71127 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 17 | 39 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.03 |
| HSL | 354.26º | 0.93% | 0.52% | - |
| HSV(B) | 354.26º | 0.93% | 0.97% | - |
| XYZ | 38.92 | 20.32 | 3.79 | - |
| YUV | 88.28 | 100.2 | 241.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 17 | 39 | 0 | 0.93 | 0.84 | 0.03 | 354.26 | 0.93 | 0.52 |
| Hex | F7 | 11 | 27 | 0 | 5D | 54 | 3 | 162 | 5D | 34 |
| Octal | 367 | 21 | 47 | 0 | 135 | 124 | 3 | 542 | 135 | 64 |
| Binary | 11110111 | 10001 | 100111 | 0 | 1011101 | 1010100 | 11 | 101100010 | 1011101 | 110100 |
Color Harmonies of #F71127
Complementary color
Monochromatic Colors of #F71127
Black with #F71127
Text Example
Text Example
White with #F71127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71127; }
p { color: rgb(247,17,39); }
H1.HeaderClassName
{
color: #F71127;
}
.AnyTagClassName
{
color: #F71127;
}
</style>
background-color css
<style>
a { background-color: #F71127; }
a { background-color: rgb(247,17,39); }
div.DivClassName
{
background-color: #F71127;
}
.BgClassName
{
background-color: #F71127;
}
</style>
border-color css
<style>
span { border-color: #F71127; }
span { border-color: rgb(247,17,39); }
td.TdClassName
{
border-color: #F71127;
}
.TagClassName
{
border-color: #F71127;
}
</style>