Shades of Alizarin #EC1723
Tints of Alizarin #EC1723
RGB
CMYK
RGB Variations
Color information
#EC1723 (or 0xEC1723) is known color: Alizarin. HEX triplet: EC, 17 and 23. RGB value is (236,23,35). Sum of RGB (Red+Green+Blue) = 236+23+35=294 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.27% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1723 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1723 is #13E8DC. Grayscale: #585858. Windows color (decimal): -1304797 or 2299884. OLE color: 2299884.
HSL color Cylindrical-coordinate representation of color #EC1723: hue angle of 356.62º 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 #EC1723 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 35 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.07 |
| HSL | 356.62º | 0.85% | 0.51% | - |
| HSV(B) | 356.62º | 0.9% | 0.93% | - |
| XYZ | 35.2 | 18.57 | 3.32 | - |
| YUV | 88.06 | 98.07 | 233.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 35 | 0 | 0.90 | 0.85 | 0.07 | 356.62 | 0.85 | 0.51 |
| Hex | EC | 17 | 23 | 0 | 5A | 55 | 7 | 165 | 55 | 33 |
| Octal | 354 | 27 | 43 | 0 | 132 | 125 | 7 | 545 | 125 | 63 |
| Binary | 11101100 | 10111 | 100011 | 0 | 1011010 | 1010101 | 111 | 101100101 | 1010101 | 110011 |
Color Harmonies of #EC1723
Complementary color
Monochromatic Colors of #EC1723
Black with #EC1723
Text Example
Text Example
White with #EC1723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1723; }
p { color: rgb(236,23,35); }
H1.HeaderClassName
{
color: #EC1723;
}
.AnyTagClassName
{
color: #EC1723;
}
</style>
background-color css
<style>
a { background-color: #EC1723; }
a { background-color: rgb(236,23,35); }
div.DivClassName
{
background-color: #EC1723;
}
.BgClassName
{
background-color: #EC1723;
}
</style>
border-color css
<style>
span { border-color: #EC1723; }
span { border-color: rgb(236,23,35); }
td.TdClassName
{
border-color: #EC1723;
}
.TagClassName
{
border-color: #EC1723;
}
</style>