Shades of Torch Red #F70518
Tints of Torch Red #F70518
RGB
CMYK
RGB Variations
Color information
#F70518 (or 0xF70518) is known color: Torch Red. HEX triplet: F7, 05 and 18. RGB value is (247,5,24). Sum of RGB (Red+Green+Blue) = 247+5+24=276 (36% of max value = 765). Red value is 247 (96.88% from 255 or 89.49% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 247 - color contains mainly: red. Hex color #F70518 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70518 is #08FAE7. Grayscale: #4F4F4F. Windows color (decimal): -588520 or 1574391. OLE color: 1574391.
HSL color Cylindrical-coordinate representation of color #F70518: hue angle of 355.29º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F70518 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 24 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.03 |
| HSL | 355.29º | 0.96% | 0.49% | - |
| HSV(B) | 355.29º | 0.98% | 0.97% | - |
| XYZ | 38.58 | 19.95 | 2.68 | - |
| YUV | 79.52 | 96.67 | 247.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 24 | 0 | 0.98 | 0.90 | 0.03 | 355.29 | 0.96 | 0.49 |
| Hex | F7 | 5 | 18 | 0 | 62 | 5A | 3 | 163 | 60 | 31 |
| Octal | 367 | 5 | 30 | 0 | 142 | 132 | 3 | 543 | 140 | 61 |
| Binary | 11110111 | 101 | 11000 | 0 | 1100010 | 1011010 | 11 | 101100011 | 1100000 | 110001 |
Color Harmonies of #F70518
Complementary color
Monochromatic Colors of #F70518
Black with #F70518
Text Example
Text Example
White with #F70518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70518; }
p { color: rgb(247,5,24); }
H1.HeaderClassName
{
color: #F70518;
}
.AnyTagClassName
{
color: #F70518;
}
</style>
background-color css
<style>
a { background-color: #F70518; }
a { background-color: rgb(247,5,24); }
div.DivClassName
{
background-color: #F70518;
}
.BgClassName
{
background-color: #F70518;
}
</style>
border-color css
<style>
span { border-color: #F70518; }
span { border-color: rgb(247,5,24); }
td.TdClassName
{
border-color: #F70518;
}
.TagClassName
{
border-color: #F70518;
}
</style>