Shades of Alizarin #EC1831
Tints of Alizarin #EC1831
RGB
CMYK
RGB Variations
Color information
#EC1831 (or 0xEC1831) is known color: Alizarin. HEX triplet: EC, 18 and 31. RGB value is (236,24,49). Sum of RGB (Red+Green+Blue) = 236+24+49=309 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.38% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1831 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1831 is #13E7CE. Grayscale: #5A5A5A. Windows color (decimal): -1304527 or 3217644. OLE color: 3217644.
HSL color Cylindrical-coordinate representation of color #EC1831: hue angle of 352.92º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1831 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 49 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.07 |
| HSL | 352.92º | 0.85% | 0.51% | - |
| HSV(B) | 352.92º | 0.9% | 0.93% | - |
| XYZ | 35.47 | 18.71 | 4.65 | - |
| YUV | 90.24 | 104.74 | 231.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 49 | 0 | 0.90 | 0.79 | 0.07 | 352.92 | 0.85 | 0.51 |
| Hex | EC | 18 | 31 | 0 | 5A | 4F | 7 | 161 | 55 | 33 |
| Octal | 354 | 30 | 61 | 0 | 132 | 117 | 7 | 541 | 125 | 63 |
| Binary | 11101100 | 11000 | 110001 | 0 | 1011010 | 1001111 | 111 | 101100001 | 1010101 | 110011 |
Color Harmonies of #EC1831
Complementary color
Monochromatic Colors of #EC1831
Black with #EC1831
Text Example
Text Example
White with #EC1831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1831; }
p { color: rgb(236,24,49); }
H1.HeaderClassName
{
color: #EC1831;
}
.AnyTagClassName
{
color: #EC1831;
}
</style>
background-color css
<style>
a { background-color: #EC1831; }
a { background-color: rgb(236,24,49); }
div.DivClassName
{
background-color: #EC1831;
}
.BgClassName
{
background-color: #EC1831;
}
</style>
border-color css
<style>
span { border-color: #EC1831; }
span { border-color: rgb(236,24,49); }
td.TdClassName
{
border-color: #EC1831;
}
.TagClassName
{
border-color: #EC1831;
}
</style>