Shades of Alizarin #EC1A26
Tints of Alizarin #EC1A26
RGB
CMYK
RGB Variations
Color information
#EC1A26 (or 0xEC1A26) is known color: Alizarin. HEX triplet: EC, 1A and 26. RGB value is (236,26,38). Sum of RGB (Red+Green+Blue) = 236+26+38=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1A26 is #13E5D9. Grayscale: #5A5A5A. Windows color (decimal): -1304026 or 2497260. OLE color: 2497260.
HSL color Cylindrical-coordinate representation of color #EC1A26: hue angle of 356.57º 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 #EC1A26 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 38 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.07 |
| HSL | 356.57º | 0.85% | 0.51% | - |
| HSV(B) | 356.57º | 0.89% | 0.93% | - |
| XYZ | 35.31 | 18.71 | 3.58 | - |
| YUV | 90.16 | 98.57 | 232.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 38 | 0 | 0.89 | 0.84 | 0.07 | 356.57 | 0.85 | 0.51 |
| Hex | EC | 1A | 26 | 0 | 59 | 54 | 7 | 165 | 55 | 33 |
| Octal | 354 | 32 | 46 | 0 | 131 | 124 | 7 | 545 | 125 | 63 |
| Binary | 11101100 | 11010 | 100110 | 0 | 1011001 | 1010100 | 111 | 101100101 | 1010101 | 110011 |
Color Harmonies of #EC1A26
Complementary color
Monochromatic Colors of #EC1A26
Black with #EC1A26
Text Example
Text Example
White with #EC1A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1A26; }
p { color: rgb(236,26,38); }
H1.HeaderClassName
{
color: #EC1A26;
}
.AnyTagClassName
{
color: #EC1A26;
}
</style>
background-color css
<style>
a { background-color: #EC1A26; }
a { background-color: rgb(236,26,38); }
div.DivClassName
{
background-color: #EC1A26;
}
.BgClassName
{
background-color: #EC1A26;
}
</style>
border-color css
<style>
span { border-color: #EC1A26; }
span { border-color: rgb(236,26,38); }
td.TdClassName
{
border-color: #EC1A26;
}
.TagClassName
{
border-color: #EC1A26;
}
</style>