Shades of Alizarin #EC1D3E
Tints of Alizarin #EC1D3E
RGB
CMYK
RGB Variations
Color information
#EC1D3E (or 0xEC1D3E) is known color: Alizarin. HEX triplet: EC, 1D and 3E. RGB value is (236,29,62). Sum of RGB (Red+Green+Blue) = 236+29+62=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1D3E is #13E2C1. Grayscale: #5E5E5E. Windows color (decimal): -1303234 or 4070892. OLE color: 4070892.
HSL color Cylindrical-coordinate representation of color #EC1D3E: hue angle of 350.43º 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 #EC1D3E is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 62 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.07 |
| HSL | 350.43º | 0.84% | 0.52% | - |
| HSV(B) | 350.43º | 0.88% | 0.93% | - |
| XYZ | 35.9 | 19.06 | 6.34 | - |
| YUV | 94.66 | 109.58 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 62 | 0 | 0.88 | 0.74 | 0.07 | 350.43 | 0.84 | 0.52 |
| Hex | EC | 1D | 3E | 0 | 58 | 4A | 7 | 15E | 54 | 34 |
| Octal | 354 | 35 | 76 | 0 | 130 | 112 | 7 | 536 | 124 | 64 |
| Binary | 11101100 | 11101 | 111110 | 0 | 1011000 | 1001010 | 111 | 101011110 | 1010100 | 110100 |
Color Harmonies of #EC1D3E
Complementary color
Monochromatic Colors of #EC1D3E
Black with #EC1D3E
Text Example
Text Example
White with #EC1D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1D3E; }
p { color: rgb(236,29,62); }
H1.HeaderClassName
{
color: #EC1D3E;
}
.AnyTagClassName
{
color: #EC1D3E;
}
</style>
background-color css
<style>
a { background-color: #EC1D3E; }
a { background-color: rgb(236,29,62); }
div.DivClassName
{
background-color: #EC1D3E;
}
.BgClassName
{
background-color: #EC1D3E;
}
</style>
border-color css
<style>
span { border-color: #EC1D3E; }
span { border-color: rgb(236,29,62); }
td.TdClassName
{
border-color: #EC1D3E;
}
.TagClassName
{
border-color: #EC1D3E;
}
</style>