Shades of Alizarin #EC1727
Tints of Alizarin #EC1727
RGB
CMYK
RGB Variations
Color information
#EC1727 (or 0xEC1727) is known color: Alizarin. HEX triplet: EC, 17 and 27. RGB value is (236,23,39). Sum of RGB (Red+Green+Blue) = 236+23+39=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1727 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1727 is #13E8D8. Grayscale: #585858. Windows color (decimal): -1304793 or 2562028. OLE color: 2562028.
HSL color Cylindrical-coordinate representation of color #EC1727: hue angle of 355.49º 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 #EC1727 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 39 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.07 |
| HSL | 355.49º | 0.85% | 0.51% | - |
| HSV(B) | 355.49º | 0.9% | 0.93% | - |
| XYZ | 35.26 | 18.59 | 3.65 | - |
| YUV | 88.51 | 100.07 | 233.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 39 | 0 | 0.90 | 0.83 | 0.07 | 355.49 | 0.85 | 0.51 |
| Hex | EC | 17 | 27 | 0 | 5A | 53 | 7 | 163 | 55 | 33 |
| Octal | 354 | 27 | 47 | 0 | 132 | 123 | 7 | 543 | 125 | 63 |
| Binary | 11101100 | 10111 | 100111 | 0 | 1011010 | 1010011 | 111 | 101100011 | 1010101 | 110011 |
Color Harmonies of #EC1727
Complementary color
Monochromatic Colors of #EC1727
Black with #EC1727
Text Example
Text Example
White with #EC1727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1727; }
p { color: rgb(236,23,39); }
H1.HeaderClassName
{
color: #EC1727;
}
.AnyTagClassName
{
color: #EC1727;
}
</style>
background-color css
<style>
a { background-color: #EC1727; }
a { background-color: rgb(236,23,39); }
div.DivClassName
{
background-color: #EC1727;
}
.BgClassName
{
background-color: #EC1727;
}
</style>
border-color css
<style>
span { border-color: #EC1727; }
span { border-color: rgb(236,23,39); }
td.TdClassName
{
border-color: #EC1727;
}
.TagClassName
{
border-color: #EC1727;
}
</style>