Shades of Alizarin #EC1E36
Tints of Alizarin #EC1E36
RGB
CMYK
RGB Variations
Color information
#EC1E36 (or 0xEC1E36) is known color: Alizarin. HEX triplet: EC, 1E and 36. RGB value is (236,30,54). Sum of RGB (Red+Green+Blue) = 236+30+54=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1E36 is #13E1C9. Grayscale: #5E5E5E. Windows color (decimal): -1302986 or 3546860. OLE color: 3546860.
HSL color Cylindrical-coordinate representation of color #EC1E36: hue angle of 353.01º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1E36 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 54 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.07 |
| HSL | 353.01º | 0.84% | 0.52% | - |
| HSV(B) | 353.01º | 0.87% | 0.93% | - |
| XYZ | 35.72 | 19.03 | 5.28 | - |
| YUV | 94.33 | 105.25 | 229.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 54 | 0 | 0.87 | 0.77 | 0.07 | 353.01 | 0.84 | 0.52 |
| Hex | EC | 1E | 36 | 0 | 57 | 4D | 7 | 161 | 54 | 34 |
| Octal | 354 | 36 | 66 | 0 | 127 | 115 | 7 | 541 | 124 | 64 |
| Binary | 11101100 | 11110 | 110110 | 0 | 1010111 | 1001101 | 111 | 101100001 | 1010100 | 110100 |
Color Harmonies of #EC1E36
Complementary color
Monochromatic Colors of #EC1E36
Black with #EC1E36
Text Example
Text Example
White with #EC1E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1E36; }
p { color: rgb(236,30,54); }
H1.HeaderClassName
{
color: #EC1E36;
}
.AnyTagClassName
{
color: #EC1E36;
}
</style>
background-color css
<style>
a { background-color: #EC1E36; }
a { background-color: rgb(236,30,54); }
div.DivClassName
{
background-color: #EC1E36;
}
.BgClassName
{
background-color: #EC1E36;
}
</style>
border-color css
<style>
span { border-color: #EC1E36; }
span { border-color: rgb(236,30,54); }
td.TdClassName
{
border-color: #EC1E36;
}
.TagClassName
{
border-color: #EC1E36;
}
</style>