Shades of Alizarin #EC2439
Tints of Alizarin #EC2439
RGB
CMYK
RGB Variations
Color information
#EC2439 (or 0xEC2439) is known color: Alizarin. HEX triplet: EC, 24 and 39. RGB value is (236,36,57). Sum of RGB (Red+Green+Blue) = 236+36+57=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2439 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2439 is #13DBC6. Grayscale: #626262. Windows color (decimal): -1301447 or 3745004. OLE color: 3745004.
HSL color Cylindrical-coordinate representation of color #EC2439: hue angle of 353.7º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC2439 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 57 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.07 |
| HSL | 353.7º | 0.84% | 0.53% | - |
| HSV(B) | 353.7º | 0.85% | 0.93% | - |
| XYZ | 35.96 | 19.39 | 5.72 | - |
| YUV | 98.19 | 104.76 | 226.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 57 | 0 | 0.85 | 0.76 | 0.07 | 353.7 | 0.84 | 0.53 |
| Hex | EC | 24 | 39 | 0 | 55 | 4C | 7 | 162 | 54 | 35 |
| Octal | 354 | 44 | 71 | 0 | 125 | 114 | 7 | 542 | 124 | 65 |
| Binary | 11101100 | 100100 | 111001 | 0 | 1010101 | 1001100 | 111 | 101100010 | 1010100 | 110101 |
Color Harmonies of #EC2439
Complementary color
Monochromatic Colors of #EC2439
Black with #EC2439
Text Example
Text Example
White with #EC2439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2439; }
p { color: rgb(236,36,57); }
H1.HeaderClassName
{
color: #EC2439;
}
.AnyTagClassName
{
color: #EC2439;
}
</style>
background-color css
<style>
a { background-color: #EC2439; }
a { background-color: rgb(236,36,57); }
div.DivClassName
{
background-color: #EC2439;
}
.BgClassName
{
background-color: #EC2439;
}
</style>
border-color css
<style>
span { border-color: #EC2439; }
span { border-color: rgb(236,36,57); }
td.TdClassName
{
border-color: #EC2439;
}
.TagClassName
{
border-color: #EC2439;
}
</style>