Shades of Alizarin #EC1E2C
Tints of Alizarin #EC1E2C
RGB
CMYK
RGB Variations
Color information
#EC1E2C (or 0xEC1E2C) is known color: Alizarin. HEX triplet: EC, 1E and 2C. RGB value is (236,30,44). Sum of RGB (Red+Green+Blue) = 236+30+44=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1E2C is #13E1D3. Grayscale: #5D5D5D. Windows color (decimal): -1302996 or 2891500. OLE color: 2891500.
HSL color Cylindrical-coordinate representation of color #EC1E2C: hue angle of 355.92º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1E2C is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 44 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.07 |
| HSL | 355.92º | 0.84% | 0.52% | - |
| HSV(B) | 355.92º | 0.87% | 0.93% | - |
| XYZ | 35.51 | 18.94 | 4.17 | - |
| YUV | 93.19 | 100.25 | 229.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 44 | 0 | 0.87 | 0.81 | 0.07 | 355.92 | 0.84 | 0.52 |
| Hex | EC | 1E | 2C | 0 | 57 | 51 | 7 | 164 | 54 | 34 |
| Octal | 354 | 36 | 54 | 0 | 127 | 121 | 7 | 544 | 124 | 64 |
| Binary | 11101100 | 11110 | 101100 | 0 | 1010111 | 1010001 | 111 | 101100100 | 1010100 | 110100 |
Color Harmonies of #EC1E2C
Complementary color
Monochromatic Colors of #EC1E2C
Black with #EC1E2C
Text Example
Text Example
White with #EC1E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1E2C; }
p { color: rgb(236,30,44); }
H1.HeaderClassName
{
color: #EC1E2C;
}
.AnyTagClassName
{
color: #EC1E2C;
}
</style>
background-color css
<style>
a { background-color: #EC1E2C; }
a { background-color: rgb(236,30,44); }
div.DivClassName
{
background-color: #EC1E2C;
}
.BgClassName
{
background-color: #EC1E2C;
}
</style>
border-color css
<style>
span { border-color: #EC1E2C; }
span { border-color: rgb(236,30,44); }
td.TdClassName
{
border-color: #EC1E2C;
}
.TagClassName
{
border-color: #EC1E2C;
}
</style>