Shades of Alizarin #EC1827
Tints of Alizarin #EC1827
RGB
CMYK
RGB Variations
Color information
#EC1827 (or 0xEC1827) is known color: Alizarin. HEX triplet: EC, 18 and 27. RGB value is (236,24,39). Sum of RGB (Red+Green+Blue) = 236+24+39=299 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.93% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 39 (15.62% from 255 or 13.04% from 299); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1827 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1827 is #13E7D8. Grayscale: #595959. Windows color (decimal): -1304537 or 2562284. OLE color: 2562284.
HSL color Cylindrical-coordinate representation of color #EC1827: hue angle of 355.75º 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 #EC1827 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 39 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.07 |
| HSL | 355.75º | 0.85% | 0.51% | - |
| HSV(B) | 355.75º | 0.9% | 0.93% | - |
| XYZ | 35.28 | 18.63 | 3.66 | - |
| YUV | 89.1 | 99.74 | 232.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 39 | 0 | 0.90 | 0.83 | 0.07 | 355.75 | 0.85 | 0.51 |
| Hex | EC | 18 | 27 | 0 | 5A | 53 | 7 | 164 | 55 | 33 |
| Octal | 354 | 30 | 47 | 0 | 132 | 123 | 7 | 544 | 125 | 63 |
| Binary | 11101100 | 11000 | 100111 | 0 | 1011010 | 1010011 | 111 | 101100100 | 1010101 | 110011 |
Color Harmonies of #EC1827
Complementary color
Monochromatic Colors of #EC1827
Black with #EC1827
Text Example
Text Example
White with #EC1827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1827; }
p { color: rgb(236,24,39); }
H1.HeaderClassName
{
color: #EC1827;
}
.AnyTagClassName
{
color: #EC1827;
}
</style>
background-color css
<style>
a { background-color: #EC1827; }
a { background-color: rgb(236,24,39); }
div.DivClassName
{
background-color: #EC1827;
}
.BgClassName
{
background-color: #EC1827;
}
</style>
border-color css
<style>
span { border-color: #EC1827; }
span { border-color: rgb(236,24,39); }
td.TdClassName
{
border-color: #EC1827;
}
.TagClassName
{
border-color: #EC1827;
}
</style>