Shades of Alizarin #EC2137
Tints of Alizarin #EC2137
RGB
CMYK
RGB Variations
Color information
#EC2137 (or 0xEC2137) is known color: Alizarin. HEX triplet: EC, 21 and 37. RGB value is (236,33,55). Sum of RGB (Red+Green+Blue) = 236+33+55=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2137 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2137 is #13DEC8. Grayscale: #606060. Windows color (decimal): -1302217 or 3613164. OLE color: 3613164.
HSL color Cylindrical-coordinate representation of color #EC2137: hue angle of 353.5º 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 #EC2137 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 55 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.07 |
| HSL | 353.5º | 0.84% | 0.53% | - |
| HSV(B) | 353.5º | 0.86% | 0.93% | - |
| XYZ | 35.83 | 19.2 | 5.43 | - |
| YUV | 96.21 | 104.75 | 227.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 55 | 0 | 0.86 | 0.77 | 0.07 | 353.5 | 0.84 | 0.53 |
| Hex | EC | 21 | 37 | 0 | 56 | 4D | 7 | 161 | 54 | 35 |
| Octal | 354 | 41 | 67 | 0 | 126 | 115 | 7 | 541 | 124 | 65 |
| Binary | 11101100 | 100001 | 110111 | 0 | 1010110 | 1001101 | 111 | 101100001 | 1010100 | 110101 |
Color Harmonies of #EC2137
Complementary color
Monochromatic Colors of #EC2137
Black with #EC2137
Text Example
Text Example
White with #EC2137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2137; }
p { color: rgb(236,33,55); }
H1.HeaderClassName
{
color: #EC2137;
}
.AnyTagClassName
{
color: #EC2137;
}
</style>
background-color css
<style>
a { background-color: #EC2137; }
a { background-color: rgb(236,33,55); }
div.DivClassName
{
background-color: #EC2137;
}
.BgClassName
{
background-color: #EC2137;
}
</style>
border-color css
<style>
span { border-color: #EC2137; }
span { border-color: rgb(236,33,55); }
td.TdClassName
{
border-color: #EC2137;
}
.TagClassName
{
border-color: #EC2137;
}
</style>