Shades of Alizarin #EC2539
Tints of Alizarin #EC2539
RGB
CMYK
RGB Variations
Color information
#EC2539 (or 0xEC2539) is known color: Alizarin. HEX triplet: EC, 25 and 39. RGB value is (236,37,57). Sum of RGB (Red+Green+Blue) = 236+37+57=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2539 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2539 is #13DAC6. Grayscale: #626262. Windows color (decimal): -1301191 or 3745260. OLE color: 3745260.
HSL color Cylindrical-coordinate representation of color #EC2539: hue angle of 353.97º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC2539 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 57 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.07 |
| HSL | 353.97º | 0.84% | 0.54% | - |
| HSV(B) | 353.97º | 0.84% | 0.93% | - |
| XYZ | 35.99 | 19.45 | 5.73 | - |
| YUV | 98.78 | 104.43 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 57 | 0 | 0.84 | 0.76 | 0.07 | 353.97 | 0.84 | 0.54 |
| Hex | EC | 25 | 39 | 0 | 54 | 4C | 7 | 162 | 54 | 36 |
| Octal | 354 | 45 | 71 | 0 | 124 | 114 | 7 | 542 | 124 | 66 |
| Binary | 11101100 | 100101 | 111001 | 0 | 1010100 | 1001100 | 111 | 101100010 | 1010100 | 110110 |
Color Harmonies of #EC2539
Complementary color
Monochromatic Colors of #EC2539
Black with #EC2539
Text Example
Text Example
White with #EC2539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2539; }
p { color: rgb(236,37,57); }
H1.HeaderClassName
{
color: #EC2539;
}
.AnyTagClassName
{
color: #EC2539;
}
</style>
background-color css
<style>
a { background-color: #EC2539; }
a { background-color: rgb(236,37,57); }
div.DivClassName
{
background-color: #EC2539;
}
.BgClassName
{
background-color: #EC2539;
}
</style>
border-color css
<style>
span { border-color: #EC2539; }
span { border-color: rgb(236,37,57); }
td.TdClassName
{
border-color: #EC2539;
}
.TagClassName
{
border-color: #EC2539;
}
</style>