Shades of Alizarin #EC1826
Tints of Alizarin #EC1826
RGB
CMYK
RGB Variations
Color information
#EC1826 (or 0xEC1826) is known color: Alizarin. HEX triplet: EC, 18 and 26. RGB value is (236,24,38). Sum of RGB (Red+Green+Blue) = 236+24+38=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1826 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1826 is #13E7D9. Grayscale: #595959. Windows color (decimal): -1304538 or 2496748. OLE color: 2496748.
HSL color Cylindrical-coordinate representation of color #EC1826: hue angle of 356.04º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1826 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 38 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.07 |
| HSL | 356.04º | 0.85% | 0.51% | - |
| HSV(B) | 356.04º | 0.9% | 0.93% | - |
| XYZ | 35.27 | 18.63 | 3.57 | - |
| YUV | 88.98 | 99.24 | 232.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 38 | 0 | 0.90 | 0.84 | 0.07 | 356.04 | 0.85 | 0.51 |
| Hex | EC | 18 | 26 | 0 | 5A | 54 | 7 | 164 | 55 | 33 |
| Octal | 354 | 30 | 46 | 0 | 132 | 124 | 7 | 544 | 125 | 63 |
| Binary | 11101100 | 11000 | 100110 | 0 | 1011010 | 1010100 | 111 | 101100100 | 1010101 | 110011 |
Color Harmonies of #EC1826
Complementary color
Monochromatic Colors of #EC1826
Black with #EC1826
Text Example
Text Example
White with #EC1826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1826; }
p { color: rgb(236,24,38); }
H1.HeaderClassName
{
color: #EC1826;
}
.AnyTagClassName
{
color: #EC1826;
}
</style>
background-color css
<style>
a { background-color: #EC1826; }
a { background-color: rgb(236,24,38); }
div.DivClassName
{
background-color: #EC1826;
}
.BgClassName
{
background-color: #EC1826;
}
</style>
border-color css
<style>
span { border-color: #EC1826; }
span { border-color: rgb(236,24,38); }
td.TdClassName
{
border-color: #EC1826;
}
.TagClassName
{
border-color: #EC1826;
}
</style>