Shades of Torch Red #F71819
Tints of Torch Red #F71819
RGB
CMYK
RGB Variations
Color information
#F71819 (or 0xF71819) is known color: Torch Red. HEX triplet: F7, 18 and 19. RGB value is (247,24,25). Sum of RGB (Red+Green+Blue) = 247+24+25=296 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.45% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 247 - color contains mainly: red. Hex color #F71819 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71819 is #08E7E6. Grayscale: #5B5B5B. Windows color (decimal): -583655 or 1644791. OLE color: 1644791.
HSL color Cylindrical-coordinate representation of color #F71819: hue angle of 359.73º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F71819 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 25 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.03 |
| HSL | 359.73º | 0.93% | 0.53% | - |
| HSV(B) | 359.73º | 0.9% | 0.97% | - |
| XYZ | 38.86 | 20.5 | 2.83 | - |
| YUV | 90.79 | 90.88 | 239.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 25 | 0 | 0.90 | 0.90 | 0.03 | 359.73 | 0.93 | 0.53 |
| Hex | F7 | 18 | 19 | 0 | 5A | 5A | 3 | 168 | 5D | 35 |
| Octal | 367 | 30 | 31 | 0 | 132 | 132 | 3 | 550 | 135 | 65 |
| Binary | 11110111 | 11000 | 11001 | 0 | 1011010 | 1011010 | 11 | 101101000 | 1011101 | 110101 |
Color Harmonies of #F71819
Complementary color
Monochromatic Colors of #F71819
Black with #F71819
Text Example
Text Example
White with #F71819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71819; }
p { color: rgb(247,24,25); }
H1.HeaderClassName
{
color: #F71819;
}
.AnyTagClassName
{
color: #F71819;
}
</style>
background-color css
<style>
a { background-color: #F71819; }
a { background-color: rgb(247,24,25); }
div.DivClassName
{
background-color: #F71819;
}
.BgClassName
{
background-color: #F71819;
}
</style>
border-color css
<style>
span { border-color: #F71819; }
span { border-color: rgb(247,24,25); }
td.TdClassName
{
border-color: #F71819;
}
.TagClassName
{
border-color: #F71819;
}
</style>