Shades of Alizarin #EC2232
Tints of Alizarin #EC2232
RGB
CMYK
RGB Variations
Color information
#EC2232 (or 0xEC2232) is known color: Alizarin. HEX triplet: EC, 22 and 32. RGB value is (236,34,50). Sum of RGB (Red+Green+Blue) = 236+34+50=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2232 is #13DDCD. Grayscale: #606060. Windows color (decimal): -1301966 or 3285740. OLE color: 3285740.
HSL color Cylindrical-coordinate representation of color #EC2232: hue angle of 355.25º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC2232 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 50 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.07 |
| HSL | 355.25º | 0.84% | 0.53% | - |
| HSV(B) | 355.25º | 0.86% | 0.93% | - |
| XYZ | 35.74 | 19.21 | 4.84 | - |
| YUV | 96.22 | 101.92 | 227.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 50 | 0 | 0.86 | 0.79 | 0.07 | 355.25 | 0.84 | 0.53 |
| Hex | EC | 22 | 32 | 0 | 56 | 4F | 7 | 163 | 54 | 35 |
| Octal | 354 | 42 | 62 | 0 | 126 | 117 | 7 | 543 | 124 | 65 |
| Binary | 11101100 | 100010 | 110010 | 0 | 1010110 | 1001111 | 111 | 101100011 | 1010100 | 110101 |
Color Harmonies of #EC2232
Complementary color
Monochromatic Colors of #EC2232
Black with #EC2232
Text Example
Text Example
White with #EC2232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2232; }
p { color: rgb(236,34,50); }
H1.HeaderClassName
{
color: #EC2232;
}
.AnyTagClassName
{
color: #EC2232;
}
</style>
background-color css
<style>
a { background-color: #EC2232; }
a { background-color: rgb(236,34,50); }
div.DivClassName
{
background-color: #EC2232;
}
.BgClassName
{
background-color: #EC2232;
}
</style>
border-color css
<style>
span { border-color: #EC2232; }
span { border-color: rgb(236,34,50); }
td.TdClassName
{
border-color: #EC2232;
}
.TagClassName
{
border-color: #EC2232;
}
</style>