Shades of Alizarin #EC2832
Tints of Alizarin #EC2832
RGB
CMYK
RGB Variations
Color information
#EC2832 (or 0xEC2832) is known color: Alizarin. HEX triplet: EC, 28 and 32. RGB value is (236,40,50). Sum of RGB (Red+Green+Blue) = 236+40+50=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2832 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2832 is #13D7CD. Grayscale: #636363. Windows color (decimal): -1300430 or 3287276. OLE color: 3287276.
HSL color Cylindrical-coordinate representation of color #EC2832: hue angle of 356.94º 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 #EC2832 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 50 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.07 |
| HSL | 356.94º | 0.84% | 0.54% | - |
| HSV(B) | 356.94º | 0.83% | 0.93% | - |
| XYZ | 35.93 | 19.58 | 4.9 | - |
| YUV | 99.74 | 99.93 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 50 | 0 | 0.83 | 0.79 | 0.07 | 356.94 | 0.84 | 0.54 |
| Hex | EC | 28 | 32 | 0 | 53 | 4F | 7 | 165 | 54 | 36 |
| Octal | 354 | 50 | 62 | 0 | 123 | 117 | 7 | 545 | 124 | 66 |
| Binary | 11101100 | 101000 | 110010 | 0 | 1010011 | 1001111 | 111 | 101100101 | 1010100 | 110110 |
Color Harmonies of #EC2832
Complementary color
Monochromatic Colors of #EC2832
Black with #EC2832
Text Example
Text Example
White with #EC2832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2832; }
p { color: rgb(236,40,50); }
H1.HeaderClassName
{
color: #EC2832;
}
.AnyTagClassName
{
color: #EC2832;
}
</style>
background-color css
<style>
a { background-color: #EC2832; }
a { background-color: rgb(236,40,50); }
div.DivClassName
{
background-color: #EC2832;
}
.BgClassName
{
background-color: #EC2832;
}
</style>
border-color css
<style>
span { border-color: #EC2832; }
span { border-color: rgb(236,40,50); }
td.TdClassName
{
border-color: #EC2832;
}
.TagClassName
{
border-color: #EC2832;
}
</style>