Shades of Alizarin #EC2032
Tints of Alizarin #EC2032
RGB
CMYK
RGB Variations
Color information
#EC2032 (or 0xEC2032) is known color: Alizarin. HEX triplet: EC, 20 and 32. RGB value is (236,32,50). Sum of RGB (Red+Green+Blue) = 236+32+50=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2032 is #13DFCD. Grayscale: #5F5F5F. Windows color (decimal): -1302478 or 3285228. OLE color: 3285228.
HSL color Cylindrical-coordinate representation of color #EC2032: hue angle of 354.71º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC2032 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 50 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.07 |
| HSL | 354.71º | 0.84% | 0.53% | - |
| HSV(B) | 354.71º | 0.86% | 0.93% | - |
| XYZ | 35.68 | 19.1 | 4.82 | - |
| YUV | 95.05 | 102.59 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 50 | 0 | 0.86 | 0.79 | 0.07 | 354.71 | 0.84 | 0.53 |
| Hex | EC | 20 | 32 | 0 | 56 | 4F | 7 | 163 | 54 | 35 |
| Octal | 354 | 40 | 62 | 0 | 126 | 117 | 7 | 543 | 124 | 65 |
| Binary | 11101100 | 100000 | 110010 | 0 | 1010110 | 1001111 | 111 | 101100011 | 1010100 | 110101 |
Color Harmonies of #EC2032
Complementary color
Monochromatic Colors of #EC2032
Black with #EC2032
Text Example
Text Example
White with #EC2032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2032; }
p { color: rgb(236,32,50); }
H1.HeaderClassName
{
color: #EC2032;
}
.AnyTagClassName
{
color: #EC2032;
}
</style>
background-color css
<style>
a { background-color: #EC2032; }
a { background-color: rgb(236,32,50); }
div.DivClassName
{
background-color: #EC2032;
}
.BgClassName
{
background-color: #EC2032;
}
</style>
border-color css
<style>
span { border-color: #EC2032; }
span { border-color: rgb(236,32,50); }
td.TdClassName
{
border-color: #EC2032;
}
.TagClassName
{
border-color: #EC2032;
}
</style>