Shades of Torch Red #F71239
Tints of Torch Red #F71239
RGB
CMYK
RGB Variations
Color information
#F71239 (or 0xF71239) is known color: Torch Red. HEX triplet: F7, 12 and 39. RGB value is (247,18,57). Sum of RGB (Red+Green+Blue) = 247+18+57=322 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.71% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 247 - color contains mainly: red. Hex color #F71239 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71239 is #08EDC6. Grayscale: #5A5A5A. Windows color (decimal): -585159 or 3740407. OLE color: 3740407.
HSL color Cylindrical-coordinate representation of color #F71239: hue angle of 349.78º 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 #F71239 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 57 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.03 |
| HSL | 349.78º | 0.93% | 0.52% | - |
| HSV(B) | 349.78º | 0.93% | 0.97% | - |
| XYZ | 39.31 | 20.5 | 5.76 | - |
| YUV | 90.92 | 108.87 | 239.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 57 | 0 | 0.93 | 0.77 | 0.03 | 349.78 | 0.93 | 0.52 |
| Hex | F7 | 12 | 39 | 0 | 5D | 4D | 3 | 15E | 5D | 34 |
| Octal | 367 | 22 | 71 | 0 | 135 | 115 | 3 | 536 | 135 | 64 |
| Binary | 11110111 | 10010 | 111001 | 0 | 1011101 | 1001101 | 11 | 101011110 | 1011101 | 110100 |
Color Harmonies of #F71239
Complementary color
Monochromatic Colors of #F71239
Black with #F71239
Text Example
Text Example
White with #F71239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71239; }
p { color: rgb(247,18,57); }
H1.HeaderClassName
{
color: #F71239;
}
.AnyTagClassName
{
color: #F71239;
}
</style>
background-color css
<style>
a { background-color: #F71239; }
a { background-color: rgb(247,18,57); }
div.DivClassName
{
background-color: #F71239;
}
.BgClassName
{
background-color: #F71239;
}
</style>
border-color css
<style>
span { border-color: #F71239; }
span { border-color: rgb(247,18,57); }
td.TdClassName
{
border-color: #F71239;
}
.TagClassName
{
border-color: #F71239;
}
</style>