Shades of Torch Red #EC0520
Tints of Torch Red #EC0520
RGB
CMYK
RGB Variations
Color information
#EC0520 (or 0xEC0520) is known color: Torch Red. HEX triplet: EC, 05 and 20. RGB value is (236,5,32). Sum of RGB (Red+Green+Blue) = 236+5+32=273 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.45% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0520 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0520 is #13FADF. Grayscale: #4D4D4D. Windows color (decimal): -1309408 or 2098668. OLE color: 2098668.
HSL color Cylindrical-coordinate representation of color #EC0520: hue angle of 352.99º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC0520 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 32 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.07 |
| HSL | 352.99º | 0.96% | 0.47% | - |
| HSV(B) | 352.99º | 0.98% | 0.93% | - |
| XYZ | 34.91 | 18.05 | 3.01 | - |
| YUV | 77.15 | 102.53 | 241.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 32 | 0 | 0.98 | 0.86 | 0.07 | 352.99 | 0.96 | 0.47 |
| Hex | EC | 5 | 20 | 0 | 62 | 56 | 7 | 161 | 60 | 2F |
| Octal | 354 | 5 | 40 | 0 | 142 | 126 | 7 | 541 | 140 | 57 |
| Binary | 11101100 | 101 | 100000 | 0 | 1100010 | 1010110 | 111 | 101100001 | 1100000 | 101111 |
Color Harmonies of #EC0520
Complementary color
Monochromatic Colors of #EC0520
Black with #EC0520
Text Example
Text Example
White with #EC0520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0520; }
p { color: rgb(236,5,32); }
H1.HeaderClassName
{
color: #EC0520;
}
.AnyTagClassName
{
color: #EC0520;
}
</style>
background-color css
<style>
a { background-color: #EC0520; }
a { background-color: rgb(236,5,32); }
div.DivClassName
{
background-color: #EC0520;
}
.BgClassName
{
background-color: #EC0520;
}
</style>
border-color css
<style>
span { border-color: #EC0520; }
span { border-color: rgb(236,5,32); }
td.TdClassName
{
border-color: #EC0520;
}
.TagClassName
{
border-color: #EC0520;
}
</style>