Shades of Alizarin #EC2840
Tints of Alizarin #EC2840
RGB
CMYK
RGB Variations
Color information
#EC2840 (or 0xEC2840) is known color: Alizarin. HEX triplet: EC, 28 and 40. RGB value is (236,40,64). Sum of RGB (Red+Green+Blue) = 236+40+64=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2840 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2840 is #13D7BF. Grayscale: #656565. Windows color (decimal): -1300416 or 4204780. OLE color: 4204780.
HSL color Cylindrical-coordinate representation of color #EC2840: hue angle of 352.65º 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 #EC2840 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 64 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.07 |
| HSL | 352.65º | 0.84% | 0.54% | - |
| HSV(B) | 352.65º | 0.83% | 0.93% | - |
| XYZ | 36.28 | 19.72 | 6.74 | - |
| YUV | 101.34 | 106.93 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 64 | 0 | 0.83 | 0.73 | 0.07 | 352.65 | 0.84 | 0.54 |
| Hex | EC | 28 | 40 | 0 | 53 | 49 | 7 | 161 | 54 | 36 |
| Octal | 354 | 50 | 100 | 0 | 123 | 111 | 7 | 541 | 124 | 66 |
| Binary | 11101100 | 101000 | 1000000 | 0 | 1010011 | 1001001 | 111 | 101100001 | 1010100 | 110110 |
Color Harmonies of #EC2840
Complementary color
Monochromatic Colors of #EC2840
Black with #EC2840
Text Example
Text Example
White with #EC2840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2840; }
p { color: rgb(236,40,64); }
H1.HeaderClassName
{
color: #EC2840;
}
.AnyTagClassName
{
color: #EC2840;
}
</style>
background-color css
<style>
a { background-color: #EC2840; }
a { background-color: rgb(236,40,64); }
div.DivClassName
{
background-color: #EC2840;
}
.BgClassName
{
background-color: #EC2840;
}
</style>
border-color css
<style>
span { border-color: #EC2840; }
span { border-color: rgb(236,40,64); }
td.TdClassName
{
border-color: #EC2840;
}
.TagClassName
{
border-color: #EC2840;
}
</style>