Shades of Alizarin #EC1A2E
Tints of Alizarin #EC1A2E
RGB
CMYK
RGB Variations
Color information
#EC1A2E (or 0xEC1A2E) is known color: Alizarin. HEX triplet: EC, 1A and 2E. RGB value is (236,26,46). Sum of RGB (Red+Green+Blue) = 236+26+46=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1A2E is #13E5D1. Grayscale: #5B5B5B. Windows color (decimal): -1304018 or 3021548. OLE color: 3021548.
HSL color Cylindrical-coordinate representation of color #EC1A2E: hue angle of 354.29º 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 #EC1A2E is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 46 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.07 |
| HSL | 354.29º | 0.85% | 0.51% | - |
| HSV(B) | 354.29º | 0.89% | 0.93% | - |
| XYZ | 35.45 | 18.77 | 4.34 | - |
| YUV | 91.07 | 102.57 | 231.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 46 | 0 | 0.89 | 0.81 | 0.07 | 354.29 | 0.85 | 0.51 |
| Hex | EC | 1A | 2E | 0 | 59 | 51 | 7 | 162 | 55 | 33 |
| Octal | 354 | 32 | 56 | 0 | 131 | 121 | 7 | 542 | 125 | 63 |
| Binary | 11101100 | 11010 | 101110 | 0 | 1011001 | 1010001 | 111 | 101100010 | 1010101 | 110011 |
Color Harmonies of #EC1A2E
Complementary color
Monochromatic Colors of #EC1A2E
Black with #EC1A2E
Text Example
Text Example
White with #EC1A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1A2E; }
p { color: rgb(236,26,46); }
H1.HeaderClassName
{
color: #EC1A2E;
}
.AnyTagClassName
{
color: #EC1A2E;
}
</style>
background-color css
<style>
a { background-color: #EC1A2E; }
a { background-color: rgb(236,26,46); }
div.DivClassName
{
background-color: #EC1A2E;
}
.BgClassName
{
background-color: #EC1A2E;
}
</style>
border-color css
<style>
span { border-color: #EC1A2E; }
span { border-color: rgb(236,26,46); }
td.TdClassName
{
border-color: #EC1A2E;
}
.TagClassName
{
border-color: #EC1A2E;
}
</style>