Shades of Alizarin #EC1A3A
Tints of Alizarin #EC1A3A
RGB
CMYK
RGB Variations
Color information
#EC1A3A (or 0xEC1A3A) is known color: Alizarin. HEX triplet: EC, 1A and 3A. RGB value is (236,26,58). Sum of RGB (Red+Green+Blue) = 236+26+58=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1A3A is #13E5C5. Grayscale: #5C5C5C. Windows color (decimal): -1304006 or 3807980. OLE color: 3807980.
HSL color Cylindrical-coordinate representation of color #EC1A3A: hue angle of 350.86º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1A3A is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 58 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.07 |
| HSL | 350.86º | 0.85% | 0.51% | - |
| HSV(B) | 350.86º | 0.89% | 0.93% | - |
| XYZ | 35.73 | 18.88 | 5.76 | - |
| YUV | 92.44 | 108.57 | 230.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 58 | 0 | 0.89 | 0.75 | 0.07 | 350.86 | 0.85 | 0.51 |
| Hex | EC | 1A | 3A | 0 | 59 | 4B | 7 | 15F | 55 | 33 |
| Octal | 354 | 32 | 72 | 0 | 131 | 113 | 7 | 537 | 125 | 63 |
| Binary | 11101100 | 11010 | 111010 | 0 | 1011001 | 1001011 | 111 | 101011111 | 1010101 | 110011 |
Color Harmonies of #EC1A3A
Complementary color
Monochromatic Colors of #EC1A3A
Black with #EC1A3A
Text Example
Text Example
White with #EC1A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1A3A; }
p { color: rgb(236,26,58); }
H1.HeaderClassName
{
color: #EC1A3A;
}
.AnyTagClassName
{
color: #EC1A3A;
}
</style>
background-color css
<style>
a { background-color: #EC1A3A; }
a { background-color: rgb(236,26,58); }
div.DivClassName
{
background-color: #EC1A3A;
}
.BgClassName
{
background-color: #EC1A3A;
}
</style>
border-color css
<style>
span { border-color: #EC1A3A; }
span { border-color: rgb(236,26,58); }
td.TdClassName
{
border-color: #EC1A3A;
}
.TagClassName
{
border-color: #EC1A3A;
}
</style>