Shades of Alizarin #EC1D41
Tints of Alizarin #EC1D41
RGB
CMYK
RGB Variations
Color information
#EC1D41 (or 0xEC1D41) is known color: Alizarin. HEX triplet: EC, 1D and 41. RGB value is (236,29,65). Sum of RGB (Red+Green+Blue) = 236+29+65=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1D41 is #13E2BE. Grayscale: #5F5F5F. Windows color (decimal): -1303231 or 4267500. OLE color: 4267500.
HSL color Cylindrical-coordinate representation of color #EC1D41: hue angle of 349.57º 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 #EC1D41 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 65 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.07 |
| HSL | 349.57º | 0.84% | 0.52% | - |
| HSV(B) | 349.57º | 0.88% | 0.93% | - |
| XYZ | 35.99 | 19.09 | 6.79 | - |
| YUV | 95 | 111.08 | 228.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 65 | 0 | 0.88 | 0.72 | 0.07 | 349.57 | 0.84 | 0.52 |
| Hex | EC | 1D | 41 | 0 | 58 | 48 | 7 | 15E | 54 | 34 |
| Octal | 354 | 35 | 101 | 0 | 130 | 110 | 7 | 536 | 124 | 64 |
| Binary | 11101100 | 11101 | 1000001 | 0 | 1011000 | 1001000 | 111 | 101011110 | 1010100 | 110100 |
Color Harmonies of #EC1D41
Complementary color
Monochromatic Colors of #EC1D41
Black with #EC1D41
Text Example
Text Example
White with #EC1D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1D41; }
p { color: rgb(236,29,65); }
H1.HeaderClassName
{
color: #EC1D41;
}
.AnyTagClassName
{
color: #EC1D41;
}
</style>
background-color css
<style>
a { background-color: #EC1D41; }
a { background-color: rgb(236,29,65); }
div.DivClassName
{
background-color: #EC1D41;
}
.BgClassName
{
background-color: #EC1D41;
}
</style>
border-color css
<style>
span { border-color: #EC1D41; }
span { border-color: rgb(236,29,65); }
td.TdClassName
{
border-color: #EC1D41;
}
.TagClassName
{
border-color: #EC1D41;
}
</style>