Shades of Alizarin #EC1D42
Tints of Alizarin #EC1D42
RGB
CMYK
RGB Variations
Color information
#EC1D42 (or 0xEC1D42) is known color: Alizarin. HEX triplet: EC, 1D and 42. RGB value is (236,29,66). Sum of RGB (Red+Green+Blue) = 236+29+66=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1D42 is #13E2BD. Grayscale: #5F5F5F. Windows color (decimal): -1303230 or 4333036. OLE color: 4333036.
HSL color Cylindrical-coordinate representation of color #EC1D42: hue angle of 349.28º degrees, saturation: 0.84, 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 #EC1D42 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 66 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.07 |
| HSL | 349.28º | 0.84% | 0.52% | - |
| HSV(B) | 349.28º | 0.88% | 0.93% | - |
| XYZ | 36.01 | 19.1 | 6.94 | - |
| YUV | 95.11 | 111.58 | 228.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 66 | 0 | 0.88 | 0.72 | 0.07 | 349.28 | 0.84 | 0.52 |
| Hex | EC | 1D | 42 | 0 | 58 | 48 | 7 | 15D | 54 | 34 |
| Octal | 354 | 35 | 102 | 0 | 130 | 110 | 7 | 535 | 124 | 64 |
| Binary | 11101100 | 11101 | 1000010 | 0 | 1011000 | 1001000 | 111 | 101011101 | 1010100 | 110100 |
Color Harmonies of #EC1D42
Complementary color
Monochromatic Colors of #EC1D42
Black with #EC1D42
Text Example
Text Example
White with #EC1D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1D42; }
p { color: rgb(236,29,66); }
H1.HeaderClassName
{
color: #EC1D42;
}
.AnyTagClassName
{
color: #EC1D42;
}
</style>
background-color css
<style>
a { background-color: #EC1D42; }
a { background-color: rgb(236,29,66); }
div.DivClassName
{
background-color: #EC1D42;
}
.BgClassName
{
background-color: #EC1D42;
}
</style>
border-color css
<style>
span { border-color: #EC1D42; }
span { border-color: rgb(236,29,66); }
td.TdClassName
{
border-color: #EC1D42;
}
.TagClassName
{
border-color: #EC1D42;
}
</style>