Shades of Alizarin #EC2339
Tints of Alizarin #EC2339
RGB
CMYK
RGB Variations
Color information
#EC2339 (or 0xEC2339) is known color: Alizarin. HEX triplet: EC, 23 and 39. RGB value is (236,35,57). Sum of RGB (Red+Green+Blue) = 236+35+57=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 57 (22.66% from 255 or 17.38% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2339 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2339 is #13DCC6. Grayscale: #616161. Windows color (decimal): -1301703 or 3744748. OLE color: 3744748.
HSL color Cylindrical-coordinate representation of color #EC2339: hue angle of 353.43º 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 #EC2339 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 57 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.07 |
| HSL | 353.43º | 0.84% | 0.53% | - |
| HSV(B) | 353.43º | 0.85% | 0.93% | - |
| XYZ | 35.93 | 19.33 | 5.71 | - |
| YUV | 97.61 | 105.09 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 57 | 0 | 0.85 | 0.76 | 0.07 | 353.43 | 0.84 | 0.53 |
| Hex | EC | 23 | 39 | 0 | 55 | 4C | 7 | 161 | 54 | 35 |
| Octal | 354 | 43 | 71 | 0 | 125 | 114 | 7 | 541 | 124 | 65 |
| Binary | 11101100 | 100011 | 111001 | 0 | 1010101 | 1001100 | 111 | 101100001 | 1010100 | 110101 |
Color Harmonies of #EC2339
Complementary color
Monochromatic Colors of #EC2339
Black with #EC2339
Text Example
Text Example
White with #EC2339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2339; }
p { color: rgb(236,35,57); }
H1.HeaderClassName
{
color: #EC2339;
}
.AnyTagClassName
{
color: #EC2339;
}
</style>
background-color css
<style>
a { background-color: #EC2339; }
a { background-color: rgb(236,35,57); }
div.DivClassName
{
background-color: #EC2339;
}
.BgClassName
{
background-color: #EC2339;
}
</style>
border-color css
<style>
span { border-color: #EC2339; }
span { border-color: rgb(236,35,57); }
td.TdClassName
{
border-color: #EC2339;
}
.TagClassName
{
border-color: #EC2339;
}
</style>