Shades of Alizarin #EC2837
Tints of Alizarin #EC2837
RGB
CMYK
RGB Variations
Color information
#EC2837 (or 0xEC2837) is known color: Alizarin. HEX triplet: EC, 28 and 37. RGB value is (236,40,55). Sum of RGB (Red+Green+Blue) = 236+40+55=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2837 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2837 is #13D7C8. Grayscale: #646464. Windows color (decimal): -1300425 or 3614956. OLE color: 3614956.
HSL color Cylindrical-coordinate representation of color #EC2837: hue angle of 355.41º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC2837 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 55 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.07 |
| HSL | 355.41º | 0.84% | 0.54% | - |
| HSV(B) | 355.41º | 0.83% | 0.93% | - |
| XYZ | 36.04 | 19.63 | 5.5 | - |
| YUV | 100.31 | 102.43 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 55 | 0 | 0.83 | 0.77 | 0.07 | 355.41 | 0.84 | 0.54 |
| Hex | EC | 28 | 37 | 0 | 53 | 4D | 7 | 163 | 54 | 36 |
| Octal | 354 | 50 | 67 | 0 | 123 | 115 | 7 | 543 | 124 | 66 |
| Binary | 11101100 | 101000 | 110111 | 0 | 1010011 | 1001101 | 111 | 101100011 | 1010100 | 110110 |
Color Harmonies of #EC2837
Complementary color
Monochromatic Colors of #EC2837
Black with #EC2837
Text Example
Text Example
White with #EC2837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2837; }
p { color: rgb(236,40,55); }
H1.HeaderClassName
{
color: #EC2837;
}
.AnyTagClassName
{
color: #EC2837;
}
</style>
background-color css
<style>
a { background-color: #EC2837; }
a { background-color: rgb(236,40,55); }
div.DivClassName
{
background-color: #EC2837;
}
.BgClassName
{
background-color: #EC2837;
}
</style>
border-color css
<style>
span { border-color: #EC2837; }
span { border-color: rgb(236,40,55); }
td.TdClassName
{
border-color: #EC2837;
}
.TagClassName
{
border-color: #EC2837;
}
</style>