Shades of Torch Red #EC0532
Tints of Torch Red #EC0532
RGB
CMYK
RGB Variations
Color information
#EC0532 (or 0xEC0532) is known color: Torch Red. HEX triplet: EC, 05 and 32. RGB value is (236,5,50). Sum of RGB (Red+Green+Blue) = 236+5+50=291 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.10% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0532 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0532 is #13FACD. Grayscale: #4F4F4F. Windows color (decimal): -1309390 or 3278316. OLE color: 3278316.
HSL color Cylindrical-coordinate representation of color #EC0532: hue angle of 348.31º 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 #EC0532 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 50 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.07 |
| HSL | 348.31º | 0.96% | 0.47% | - |
| HSV(B) | 348.31º | 0.98% | 0.93% | - |
| XYZ | 35.22 | 18.17 | 4.67 | - |
| YUV | 79.2 | 111.53 | 239.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 50 | 0 | 0.98 | 0.79 | 0.07 | 348.31 | 0.96 | 0.47 |
| Hex | EC | 5 | 32 | 0 | 62 | 4F | 7 | 15C | 60 | 2F |
| Octal | 354 | 5 | 62 | 0 | 142 | 117 | 7 | 534 | 140 | 57 |
| Binary | 11101100 | 101 | 110010 | 0 | 1100010 | 1001111 | 111 | 101011100 | 1100000 | 101111 |
Color Harmonies of #EC0532
Complementary color
Monochromatic Colors of #EC0532
Black with #EC0532
Text Example
Text Example
White with #EC0532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0532; }
p { color: rgb(236,5,50); }
H1.HeaderClassName
{
color: #EC0532;
}
.AnyTagClassName
{
color: #EC0532;
}
</style>
background-color css
<style>
a { background-color: #EC0532; }
a { background-color: rgb(236,5,50); }
div.DivClassName
{
background-color: #EC0532;
}
.BgClassName
{
background-color: #EC0532;
}
</style>
border-color css
<style>
span { border-color: #EC0532; }
span { border-color: rgb(236,5,50); }
td.TdClassName
{
border-color: #EC0532;
}
.TagClassName
{
border-color: #EC0532;
}
</style>