Shades of Alizarin #EC2332
Tints of Alizarin #EC2332
RGB
CMYK
RGB Variations
Color information
#EC2332 (or 0xEC2332) is known color: Alizarin. HEX triplet: EC, 23 and 32. RGB value is (236,35,50). Sum of RGB (Red+Green+Blue) = 236+35+50=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2332 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2332 is #13DCCD. Grayscale: #606060. Windows color (decimal): -1301710 or 3285996. OLE color: 3285996.
HSL color Cylindrical-coordinate representation of color #EC2332: hue angle of 355.52º 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 #EC2332 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 50 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.07 |
| HSL | 355.52º | 0.84% | 0.53% | - |
| HSV(B) | 355.52º | 0.85% | 0.93% | - |
| XYZ | 35.77 | 19.27 | 4.85 | - |
| YUV | 96.81 | 101.59 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 50 | 0 | 0.85 | 0.79 | 0.07 | 355.52 | 0.84 | 0.53 |
| Hex | EC | 23 | 32 | 0 | 55 | 4F | 7 | 164 | 54 | 35 |
| Octal | 354 | 43 | 62 | 0 | 125 | 117 | 7 | 544 | 124 | 65 |
| Binary | 11101100 | 100011 | 110010 | 0 | 1010101 | 1001111 | 111 | 101100100 | 1010100 | 110101 |
Color Harmonies of #EC2332
Complementary color
Monochromatic Colors of #EC2332
Black with #EC2332
Text Example
Text Example
White with #EC2332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2332; }
p { color: rgb(236,35,50); }
H1.HeaderClassName
{
color: #EC2332;
}
.AnyTagClassName
{
color: #EC2332;
}
</style>
background-color css
<style>
a { background-color: #EC2332; }
a { background-color: rgb(236,35,50); }
div.DivClassName
{
background-color: #EC2332;
}
.BgClassName
{
background-color: #EC2332;
}
</style>
border-color css
<style>
span { border-color: #EC2332; }
span { border-color: rgb(236,35,50); }
td.TdClassName
{
border-color: #EC2332;
}
.TagClassName
{
border-color: #EC2332;
}
</style>