Shades of Torch Red #F71518
Tints of Torch Red #F71518
RGB
CMYK
RGB Variations
Color information
#F71518 (or 0xF71518) is known color: Torch Red. HEX triplet: F7, 15 and 18. RGB value is (247,21,24). Sum of RGB (Red+Green+Blue) = 247+21+24=292 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.59% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 247 - color contains mainly: red. Hex color #F71518 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71518 is #08EAE7. Grayscale: #595959. Windows color (decimal): -584424 or 1578487. OLE color: 1578487.
HSL color Cylindrical-coordinate representation of color #F71518: hue angle of 359.2º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F71518 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 24 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.03 |
| HSL | 359.2º | 0.93% | 0.53% | - |
| HSV(B) | 359.2º | 0.91% | 0.97% | - |
| XYZ | 38.79 | 20.38 | 2.75 | - |
| YUV | 88.92 | 91.37 | 240.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 24 | 0 | 0.91 | 0.90 | 0.03 | 359.2 | 0.93 | 0.53 |
| Hex | F7 | 15 | 18 | 0 | 5B | 5A | 3 | 167 | 5D | 35 |
| Octal | 367 | 25 | 30 | 0 | 133 | 132 | 3 | 547 | 135 | 65 |
| Binary | 11110111 | 10101 | 11000 | 0 | 1011011 | 1011010 | 11 | 101100111 | 1011101 | 110101 |
Color Harmonies of #F71518
Complementary color
Monochromatic Colors of #F71518
Black with #F71518
Text Example
Text Example
White with #F71518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71518; }
p { color: rgb(247,21,24); }
H1.HeaderClassName
{
color: #F71518;
}
.AnyTagClassName
{
color: #F71518;
}
</style>
background-color css
<style>
a { background-color: #F71518; }
a { background-color: rgb(247,21,24); }
div.DivClassName
{
background-color: #F71518;
}
.BgClassName
{
background-color: #F71518;
}
</style>
border-color css
<style>
span { border-color: #F71518; }
span { border-color: rgb(247,21,24); }
td.TdClassName
{
border-color: #F71518;
}
.TagClassName
{
border-color: #F71518;
}
</style>