Shades of Alizarin #EC2134
Tints of Alizarin #EC2134
RGB
CMYK
RGB Variations
Color information
#EC2134 (or 0xEC2134) is known color: Alizarin. HEX triplet: EC, 21 and 34. RGB value is (236,33,52). Sum of RGB (Red+Green+Blue) = 236+33+52=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2134 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2134 is #13DECB. Grayscale: #5F5F5F. Windows color (decimal): -1302220 or 3416556. OLE color: 3416556.
HSL color Cylindrical-coordinate representation of color #EC2134: hue angle of 354.38º 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 #EC2134 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 52 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.07 |
| HSL | 354.38º | 0.84% | 0.53% | - |
| HSV(B) | 354.38º | 0.86% | 0.93% | - |
| XYZ | 35.76 | 19.17 | 5.06 | - |
| YUV | 95.86 | 103.25 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 52 | 0 | 0.86 | 0.78 | 0.07 | 354.38 | 0.84 | 0.53 |
| Hex | EC | 21 | 34 | 0 | 56 | 4E | 7 | 162 | 54 | 35 |
| Octal | 354 | 41 | 64 | 0 | 126 | 116 | 7 | 542 | 124 | 65 |
| Binary | 11101100 | 100001 | 110100 | 0 | 1010110 | 1001110 | 111 | 101100010 | 1010100 | 110101 |
Color Harmonies of #EC2134
Complementary color
Monochromatic Colors of #EC2134
Black with #EC2134
Text Example
Text Example
White with #EC2134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2134; }
p { color: rgb(236,33,52); }
H1.HeaderClassName
{
color: #EC2134;
}
.AnyTagClassName
{
color: #EC2134;
}
</style>
background-color css
<style>
a { background-color: #EC2134; }
a { background-color: rgb(236,33,52); }
div.DivClassName
{
background-color: #EC2134;
}
.BgClassName
{
background-color: #EC2134;
}
</style>
border-color css
<style>
span { border-color: #EC2134; }
span { border-color: rgb(236,33,52); }
td.TdClassName
{
border-color: #EC2134;
}
.TagClassName
{
border-color: #EC2134;
}
</style>