Shades of Alizarin #EC2128
Tints of Alizarin #EC2128
RGB
CMYK
RGB Variations
Color information
#EC2128 (or 0xEC2128) is known color: Alizarin. HEX triplet: EC, 21 and 28. RGB value is (236,33,40). Sum of RGB (Red+Green+Blue) = 236+33+40=309 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.38% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2128 is #13DED7. Grayscale: #5E5E5E. Windows color (decimal): -1302232 or 2630124. OLE color: 2630124.
HSL color Cylindrical-coordinate representation of color #EC2128: hue angle of 357.93º 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 #EC2128 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 40 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.07 |
| HSL | 357.93º | 0.84% | 0.53% | - |
| HSV(B) | 357.93º | 0.86% | 0.93% | - |
| XYZ | 35.52 | 19.07 | 3.82 | - |
| YUV | 94.5 | 97.25 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 40 | 0 | 0.86 | 0.83 | 0.07 | 357.93 | 0.84 | 0.53 |
| Hex | EC | 21 | 28 | 0 | 56 | 53 | 7 | 166 | 54 | 35 |
| Octal | 354 | 41 | 50 | 0 | 126 | 123 | 7 | 546 | 124 | 65 |
| Binary | 11101100 | 100001 | 101000 | 0 | 1010110 | 1010011 | 111 | 101100110 | 1010100 | 110101 |
Color Harmonies of #EC2128
Complementary color
Monochromatic Colors of #EC2128
Black with #EC2128
Text Example
Text Example
White with #EC2128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2128; }
p { color: rgb(236,33,40); }
H1.HeaderClassName
{
color: #EC2128;
}
.AnyTagClassName
{
color: #EC2128;
}
</style>
background-color css
<style>
a { background-color: #EC2128; }
a { background-color: rgb(236,33,40); }
div.DivClassName
{
background-color: #EC2128;
}
.BgClassName
{
background-color: #EC2128;
}
</style>
border-color css
<style>
span { border-color: #EC2128; }
span { border-color: rgb(236,33,40); }
td.TdClassName
{
border-color: #EC2128;
}
.TagClassName
{
border-color: #EC2128;
}
</style>