Shades of Alizarin #EC2939
Tints of Alizarin #EC2939
RGB
CMYK
RGB Variations
Color information
#EC2939 (or 0xEC2939) is known color: Alizarin. HEX triplet: EC, 29 and 39. RGB value is (236,41,57). Sum of RGB (Red+Green+Blue) = 236+41+57=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2939 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2939 is #13D6C6. Grayscale: #656565. Windows color (decimal): -1300167 or 3746284. OLE color: 3746284.
HSL color Cylindrical-coordinate representation of color #EC2939: hue angle of 355.08º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC2939 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 57 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.07 |
| HSL | 355.08º | 0.84% | 0.54% | - |
| HSV(B) | 355.08º | 0.83% | 0.93% | - |
| XYZ | 36.12 | 19.71 | 5.77 | - |
| YUV | 101.13 | 103.1 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 57 | 0 | 0.83 | 0.76 | 0.07 | 355.08 | 0.84 | 0.54 |
| Hex | EC | 29 | 39 | 0 | 53 | 4C | 7 | 163 | 54 | 36 |
| Octal | 354 | 51 | 71 | 0 | 123 | 114 | 7 | 543 | 124 | 66 |
| Binary | 11101100 | 101001 | 111001 | 0 | 1010011 | 1001100 | 111 | 101100011 | 1010100 | 110110 |
Color Harmonies of #EC2939
Complementary color
Monochromatic Colors of #EC2939
Black with #EC2939
Text Example
Text Example
White with #EC2939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2939; }
p { color: rgb(236,41,57); }
H1.HeaderClassName
{
color: #EC2939;
}
.AnyTagClassName
{
color: #EC2939;
}
</style>
background-color css
<style>
a { background-color: #EC2939; }
a { background-color: rgb(236,41,57); }
div.DivClassName
{
background-color: #EC2939;
}
.BgClassName
{
background-color: #EC2939;
}
</style>
border-color css
<style>
span { border-color: #EC2939; }
span { border-color: rgb(236,41,57); }
td.TdClassName
{
border-color: #EC2939;
}
.TagClassName
{
border-color: #EC2939;
}
</style>