Shades of Alizarin #EC1C23
Tints of Alizarin #EC1C23
RGB
CMYK
RGB Variations
Color information
#EC1C23 (or 0xEC1C23) is known color: Alizarin. HEX triplet: EC, 1C and 23. RGB value is (236,28,35). Sum of RGB (Red+Green+Blue) = 236+28+35=299 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.93% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1C23 is #13E3DC. Grayscale: #5B5B5B. Windows color (decimal): -1303517 or 2301164. OLE color: 2301164.
HSL color Cylindrical-coordinate representation of color #EC1C23: hue angle of 357.98º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1C23 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 35 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.07 |
| HSL | 357.98º | 0.85% | 0.52% | - |
| HSV(B) | 357.98º | 0.88% | 0.93% | - |
| XYZ | 35.31 | 18.78 | 3.35 | - |
| YUV | 90.99 | 96.41 | 231.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 35 | 0 | 0.88 | 0.85 | 0.07 | 357.98 | 0.85 | 0.52 |
| Hex | EC | 1C | 23 | 0 | 58 | 55 | 7 | 166 | 55 | 34 |
| Octal | 354 | 34 | 43 | 0 | 130 | 125 | 7 | 546 | 125 | 64 |
| Binary | 11101100 | 11100 | 100011 | 0 | 1011000 | 1010101 | 111 | 101100110 | 1010101 | 110100 |
Color Harmonies of #EC1C23
Complementary color
Monochromatic Colors of #EC1C23
Black with #EC1C23
Text Example
Text Example
White with #EC1C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1C23; }
p { color: rgb(236,28,35); }
H1.HeaderClassName
{
color: #EC1C23;
}
.AnyTagClassName
{
color: #EC1C23;
}
</style>
background-color css
<style>
a { background-color: #EC1C23; }
a { background-color: rgb(236,28,35); }
div.DivClassName
{
background-color: #EC1C23;
}
.BgClassName
{
background-color: #EC1C23;
}
</style>
border-color css
<style>
span { border-color: #EC1C23; }
span { border-color: rgb(236,28,35); }
td.TdClassName
{
border-color: #EC1C23;
}
.TagClassName
{
border-color: #EC1C23;
}
</style>