Shades of Alizarin #EC2B3C
Tints of Alizarin #EC2B3C
RGB
CMYK
RGB Variations
Color information
#EC2B3C (or 0xEC2B3C) is known color: Alizarin. HEX triplet: EC, 2B and 3C. RGB value is (236,43,60). Sum of RGB (Red+Green+Blue) = 236+43+60=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2B3C is #13D4C3. Grayscale: #666666. Windows color (decimal): -1299652 or 3943404. OLE color: 3943404.
HSL color Cylindrical-coordinate representation of color #EC2B3C: hue angle of 354.72º 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 #EC2B3C is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 60 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.07 |
| HSL | 354.72º | 0.84% | 0.55% | - |
| HSV(B) | 354.72º | 0.82% | 0.93% | - |
| XYZ | 36.27 | 19.89 | 6.2 | - |
| YUV | 102.65 | 103.94 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 60 | 0 | 0.82 | 0.75 | 0.07 | 354.72 | 0.84 | 0.55 |
| Hex | EC | 2B | 3C | 0 | 52 | 4B | 7 | 163 | 54 | 37 |
| Octal | 354 | 53 | 74 | 0 | 122 | 113 | 7 | 543 | 124 | 67 |
| Binary | 11101100 | 101011 | 111100 | 0 | 1010010 | 1001011 | 111 | 101100011 | 1010100 | 110111 |
Color Harmonies of #EC2B3C
Complementary color
Monochromatic Colors of #EC2B3C
Black with #EC2B3C
Text Example
Text Example
White with #EC2B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2B3C; }
p { color: rgb(236,43,60); }
H1.HeaderClassName
{
color: #EC2B3C;
}
.AnyTagClassName
{
color: #EC2B3C;
}
</style>
background-color css
<style>
a { background-color: #EC2B3C; }
a { background-color: rgb(236,43,60); }
div.DivClassName
{
background-color: #EC2B3C;
}
.BgClassName
{
background-color: #EC2B3C;
}
</style>
border-color css
<style>
span { border-color: #EC2B3C; }
span { border-color: rgb(236,43,60); }
td.TdClassName
{
border-color: #EC2B3C;
}
.TagClassName
{
border-color: #EC2B3C;
}
</style>