Shades of Alizarin #EC2B39
Tints of Alizarin #EC2B39
RGB
CMYK
RGB Variations
Color information
#EC2B39 (or 0xEC2B39) is known color: Alizarin. HEX triplet: EC, 2B and 39. RGB value is (236,43,57). Sum of RGB (Red+Green+Blue) = 236+43+57=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 57 (22.66% from 255 or 16.96% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2B39 is #13D4C6. Grayscale: #666666. Windows color (decimal): -1299655 or 3746796. OLE color: 3746796.
HSL color Cylindrical-coordinate representation of color #EC2B39: hue angle of 355.65º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2B39 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 57 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.07 |
| HSL | 355.65º | 0.84% | 0.55% | - |
| HSV(B) | 355.65º | 0.82% | 0.93% | - |
| XYZ | 36.19 | 19.86 | 5.8 | - |
| YUV | 102.3 | 102.44 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 57 | 0 | 0.82 | 0.76 | 0.07 | 355.65 | 0.84 | 0.55 |
| Hex | EC | 2B | 39 | 0 | 52 | 4C | 7 | 164 | 54 | 37 |
| Octal | 354 | 53 | 71 | 0 | 122 | 114 | 7 | 544 | 124 | 67 |
| Binary | 11101100 | 101011 | 111001 | 0 | 1010010 | 1001100 | 111 | 101100100 | 1010100 | 110111 |
Color Harmonies of #EC2B39
Complementary color
Monochromatic Colors of #EC2B39
Black with #EC2B39
Text Example
Text Example
White with #EC2B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2B39; }
p { color: rgb(236,43,57); }
H1.HeaderClassName
{
color: #EC2B39;
}
.AnyTagClassName
{
color: #EC2B39;
}
</style>
background-color css
<style>
a { background-color: #EC2B39; }
a { background-color: rgb(236,43,57); }
div.DivClassName
{
background-color: #EC2B39;
}
.BgClassName
{
background-color: #EC2B39;
}
</style>
border-color css
<style>
span { border-color: #EC2B39; }
span { border-color: rgb(236,43,57); }
td.TdClassName
{
border-color: #EC2B39;
}
.TagClassName
{
border-color: #EC2B39;
}
</style>