Shades of Torch Red #EC0521
Tints of Torch Red #EC0521
RGB
CMYK
RGB Variations
Color information
#EC0521 (or 0xEC0521) is known color: Torch Red. HEX triplet: EC, 05 and 21. RGB value is (236,5,33). Sum of RGB (Red+Green+Blue) = 236+5+33=274 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.13% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0521 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0521 is #13FADE. Grayscale: #4D4D4D. Windows color (decimal): -1309407 or 2164204. OLE color: 2164204.
HSL color Cylindrical-coordinate representation of color #EC0521: hue angle of 352.73º 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 #EC0521 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 33 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.07 |
| HSL | 352.73º | 0.96% | 0.47% | - |
| HSV(B) | 352.73º | 0.98% | 0.93% | - |
| XYZ | 34.92 | 18.05 | 3.08 | - |
| YUV | 77.26 | 103.03 | 241.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 33 | 0 | 0.98 | 0.86 | 0.07 | 352.73 | 0.96 | 0.47 |
| Hex | EC | 5 | 21 | 0 | 62 | 56 | 7 | 161 | 60 | 2F |
| Octal | 354 | 5 | 41 | 0 | 142 | 126 | 7 | 541 | 140 | 57 |
| Binary | 11101100 | 101 | 100001 | 0 | 1100010 | 1010110 | 111 | 101100001 | 1100000 | 101111 |
Color Harmonies of #EC0521
Complementary color
Monochromatic Colors of #EC0521
Black with #EC0521
Text Example
Text Example
White with #EC0521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0521; }
p { color: rgb(236,5,33); }
H1.HeaderClassName
{
color: #EC0521;
}
.AnyTagClassName
{
color: #EC0521;
}
</style>
background-color css
<style>
a { background-color: #EC0521; }
a { background-color: rgb(236,5,33); }
div.DivClassName
{
background-color: #EC0521;
}
.BgClassName
{
background-color: #EC0521;
}
</style>
border-color css
<style>
span { border-color: #EC0521; }
span { border-color: rgb(236,5,33); }
td.TdClassName
{
border-color: #EC0521;
}
.TagClassName
{
border-color: #EC0521;
}
</style>