Shades of Alizarin #EC1927
Tints of Alizarin #EC1927
RGB
CMYK
RGB Variations
Color information
#EC1927 (or 0xEC1927) is known color: Alizarin. HEX triplet: EC, 19 and 27. RGB value is (236,25,39). Sum of RGB (Red+Green+Blue) = 236+25+39=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1927 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1927 is #13E6D8. Grayscale: #595959. Windows color (decimal): -1304281 or 2562540. OLE color: 2562540.
HSL color Cylindrical-coordinate representation of color #EC1927: hue angle of 356.02º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1927 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 39 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.07 |
| HSL | 356.02º | 0.85% | 0.51% | - |
| HSV(B) | 356.02º | 0.89% | 0.93% | - |
| XYZ | 35.31 | 18.67 | 3.66 | - |
| YUV | 89.69 | 99.4 | 232.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 39 | 0 | 0.89 | 0.83 | 0.07 | 356.02 | 0.85 | 0.51 |
| Hex | EC | 19 | 27 | 0 | 59 | 53 | 7 | 164 | 55 | 33 |
| Octal | 354 | 31 | 47 | 0 | 131 | 123 | 7 | 544 | 125 | 63 |
| Binary | 11101100 | 11001 | 100111 | 0 | 1011001 | 1010011 | 111 | 101100100 | 1010101 | 110011 |
Color Harmonies of #EC1927
Complementary color
Monochromatic Colors of #EC1927
Black with #EC1927
Text Example
Text Example
White with #EC1927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1927; }
p { color: rgb(236,25,39); }
H1.HeaderClassName
{
color: #EC1927;
}
.AnyTagClassName
{
color: #EC1927;
}
</style>
background-color css
<style>
a { background-color: #EC1927; }
a { background-color: rgb(236,25,39); }
div.DivClassName
{
background-color: #EC1927;
}
.BgClassName
{
background-color: #EC1927;
}
</style>
border-color css
<style>
span { border-color: #EC1927; }
span { border-color: rgb(236,25,39); }
td.TdClassName
{
border-color: #EC1927;
}
.TagClassName
{
border-color: #EC1927;
}
</style>