Shades of Torch Red #F70520
Tints of Torch Red #F70520
RGB
CMYK
RGB Variations
Color information
#F70520 (or 0xF70520) is known color: Torch Red. HEX triplet: F7, 05 and 20. RGB value is (247,5,32). Sum of RGB (Red+Green+Blue) = 247+5+32=284 (37% of max value = 765). Red value is 247 (96.88% from 255 or 86.97% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 247 - color contains mainly: red. Hex color #F70520 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70520 is #08FADF. Grayscale: #505050. Windows color (decimal): -588512 or 2098679. OLE color: 2098679.
HSL color Cylindrical-coordinate representation of color #F70520: hue angle of 353.31º 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 #F70520 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 32 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.03 |
| HSL | 353.31º | 0.96% | 0.49% | - |
| HSV(B) | 353.31º | 0.98% | 0.97% | - |
| XYZ | 38.67 | 19.99 | 3.19 | - |
| YUV | 80.44 | 100.67 | 246.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 32 | 0 | 0.98 | 0.87 | 0.03 | 353.31 | 0.96 | 0.49 |
| Hex | F7 | 5 | 20 | 0 | 62 | 57 | 3 | 161 | 60 | 31 |
| Octal | 367 | 5 | 40 | 0 | 142 | 127 | 3 | 541 | 140 | 61 |
| Binary | 11110111 | 101 | 100000 | 0 | 1100010 | 1010111 | 11 | 101100001 | 1100000 | 110001 |
Color Harmonies of #F70520
Complementary color
Monochromatic Colors of #F70520
Black with #F70520
Text Example
Text Example
White with #F70520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70520; }
p { color: rgb(247,5,32); }
H1.HeaderClassName
{
color: #F70520;
}
.AnyTagClassName
{
color: #F70520;
}
</style>
background-color css
<style>
a { background-color: #F70520; }
a { background-color: rgb(247,5,32); }
div.DivClassName
{
background-color: #F70520;
}
.BgClassName
{
background-color: #F70520;
}
</style>
border-color css
<style>
span { border-color: #F70520; }
span { border-color: rgb(247,5,32); }
td.TdClassName
{
border-color: #F70520;
}
.TagClassName
{
border-color: #F70520;
}
</style>