Shades of Alizarin #EC2A39
Tints of Alizarin #EC2A39
RGB
CMYK
RGB Variations
Color information
#EC2A39 (or 0xEC2A39) is known color: Alizarin. HEX triplet: EC, 2A and 39. RGB value is (236,42,57). Sum of RGB (Red+Green+Blue) = 236+42+57=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2A39 is #13D5C6. Grayscale: #656565. Windows color (decimal): -1299911 or 3746540. OLE color: 3746540.
HSL color Cylindrical-coordinate representation of color #EC2A39: hue angle of 355.36º 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 #EC2A39 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 42 | 57 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.07 |
| HSL | 355.36º | 0.84% | 0.55% | - |
| HSV(B) | 355.36º | 0.82% | 0.93% | - |
| XYZ | 36.16 | 19.78 | 5.78 | - |
| YUV | 101.72 | 102.77 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 57 | 0 | 0.82 | 0.76 | 0.07 | 355.36 | 0.84 | 0.55 |
| Hex | EC | 2A | 39 | 0 | 52 | 4C | 7 | 163 | 54 | 37 |
| Octal | 354 | 52 | 71 | 0 | 122 | 114 | 7 | 543 | 124 | 67 |
| Binary | 11101100 | 101010 | 111001 | 0 | 1010010 | 1001100 | 111 | 101100011 | 1010100 | 110111 |
Color Harmonies of #EC2A39
Complementary color
Monochromatic Colors of #EC2A39
Black with #EC2A39
Text Example
Text Example
White with #EC2A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2A39; }
p { color: rgb(236,42,57); }
H1.HeaderClassName
{
color: #EC2A39;
}
.AnyTagClassName
{
color: #EC2A39;
}
</style>
background-color css
<style>
a { background-color: #EC2A39; }
a { background-color: rgb(236,42,57); }
div.DivClassName
{
background-color: #EC2A39;
}
.BgClassName
{
background-color: #EC2A39;
}
</style>
border-color css
<style>
span { border-color: #EC2A39; }
span { border-color: rgb(236,42,57); }
td.TdClassName
{
border-color: #EC2A39;
}
.TagClassName
{
border-color: #EC2A39;
}
</style>