Shades of Alizarin #EC1B21
Tints of Alizarin #EC1B21
RGB
CMYK
RGB Variations
Color information
#EC1B21 (or 0xEC1B21) is known color: Alizarin. HEX triplet: EC, 1B and 21. RGB value is (236,27,33). Sum of RGB (Red+Green+Blue) = 236+27+33=296 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.73% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1B21 is #13E4DE. Grayscale: #5A5A5A. Windows color (decimal): -1303775 or 2169836. OLE color: 2169836.
HSL color Cylindrical-coordinate representation of color #EC1B21: hue angle of 358.28º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1B21 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 33 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.07 |
| HSL | 358.28º | 0.85% | 0.52% | - |
| HSV(B) | 358.28º | 0.89% | 0.93% | - |
| XYZ | 35.26 | 18.73 | 3.2 | - |
| YUV | 90.18 | 95.74 | 232.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 33 | 0 | 0.89 | 0.86 | 0.07 | 358.28 | 0.85 | 0.52 |
| Hex | EC | 1B | 21 | 0 | 59 | 56 | 7 | 166 | 55 | 34 |
| Octal | 354 | 33 | 41 | 0 | 131 | 126 | 7 | 546 | 125 | 64 |
| Binary | 11101100 | 11011 | 100001 | 0 | 1011001 | 1010110 | 111 | 101100110 | 1010101 | 110100 |
Color Harmonies of #EC1B21
Complementary color
Monochromatic Colors of #EC1B21
Black with #EC1B21
Text Example
Text Example
White with #EC1B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1B21; }
p { color: rgb(236,27,33); }
H1.HeaderClassName
{
color: #EC1B21;
}
.AnyTagClassName
{
color: #EC1B21;
}
</style>
background-color css
<style>
a { background-color: #EC1B21; }
a { background-color: rgb(236,27,33); }
div.DivClassName
{
background-color: #EC1B21;
}
.BgClassName
{
background-color: #EC1B21;
}
</style>
border-color css
<style>
span { border-color: #EC1B21; }
span { border-color: rgb(236,27,33); }
td.TdClassName
{
border-color: #EC1B21;
}
.TagClassName
{
border-color: #EC1B21;
}
</style>