Shades of Torch Red #F00520
Tints of Torch Red #F00520
RGB
CMYK
RGB Variations
Color information
#F00520 (or 0xF00520) is known color: Torch Red. HEX triplet: F0, 05 and 20. RGB value is (240,5,32). Sum of RGB (Red+Green+Blue) = 240+5+32=277 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.64% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 240 - color contains mainly: red. Hex color #F00520 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00520 is #0FFADF. Grayscale: #4E4E4E. Windows color (decimal): -1047264 or 2098672. OLE color: 2098672.
HSL color Cylindrical-coordinate representation of color #F00520: hue angle of 353.11º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00520 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 32 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.06 |
| HSL | 353.11º | 0.96% | 0.48% | - |
| HSV(B) | 353.11º | 0.98% | 0.94% | - |
| XYZ | 36.25 | 18.74 | 3.07 | - |
| YUV | 78.34 | 101.86 | 243.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 32 | 0 | 0.98 | 0.87 | 0.06 | 353.11 | 0.96 | 0.48 |
| Hex | F0 | 5 | 20 | 0 | 62 | 57 | 6 | 161 | 60 | 30 |
| Octal | 360 | 5 | 40 | 0 | 142 | 127 | 6 | 541 | 140 | 60 |
| Binary | 11110000 | 101 | 100000 | 0 | 1100010 | 1010111 | 110 | 101100001 | 1100000 | 110000 |
Color Harmonies of #F00520
Complementary color
Monochromatic Colors of #F00520
Black with #F00520
Text Example
Text Example
White with #F00520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00520; }
p { color: rgb(240,5,32); }
H1.HeaderClassName
{
color: #F00520;
}
.AnyTagClassName
{
color: #F00520;
}
</style>
background-color css
<style>
a { background-color: #F00520; }
a { background-color: rgb(240,5,32); }
div.DivClassName
{
background-color: #F00520;
}
.BgClassName
{
background-color: #F00520;
}
</style>
border-color css
<style>
span { border-color: #F00520; }
span { border-color: rgb(240,5,32); }
td.TdClassName
{
border-color: #F00520;
}
.TagClassName
{
border-color: #F00520;
}
</style>