Shades of Alizarin #EC2B40
Tints of Alizarin #EC2B40
RGB
CMYK
RGB Variations
Color information
#EC2B40 (or 0xEC2B40) is known color: Alizarin. HEX triplet: EC, 2B and 40. RGB value is (236,43,64). Sum of RGB (Red+Green+Blue) = 236+43+64=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2B40 is #13D4BF. Grayscale: #676767. Windows color (decimal): -1299648 or 4205548. OLE color: 4205548.
HSL color Cylindrical-coordinate representation of color #EC2B40: hue angle of 353.47º 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 #EC2B40 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 64 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.07 |
| HSL | 353.47º | 0.84% | 0.55% | - |
| HSV(B) | 353.47º | 0.82% | 0.93% | - |
| XYZ | 36.38 | 19.93 | 6.78 | - |
| YUV | 103.1 | 105.94 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 64 | 0 | 0.82 | 0.73 | 0.07 | 353.47 | 0.84 | 0.55 |
| Hex | EC | 2B | 40 | 0 | 52 | 49 | 7 | 161 | 54 | 37 |
| Octal | 354 | 53 | 100 | 0 | 122 | 111 | 7 | 541 | 124 | 67 |
| Binary | 11101100 | 101011 | 1000000 | 0 | 1010010 | 1001001 | 111 | 101100001 | 1010100 | 110111 |
Color Harmonies of #EC2B40
Complementary color
Monochromatic Colors of #EC2B40
Black with #EC2B40
Text Example
Text Example
White with #EC2B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2B40; }
p { color: rgb(236,43,64); }
H1.HeaderClassName
{
color: #EC2B40;
}
.AnyTagClassName
{
color: #EC2B40;
}
</style>
background-color css
<style>
a { background-color: #EC2B40; }
a { background-color: rgb(236,43,64); }
div.DivClassName
{
background-color: #EC2B40;
}
.BgClassName
{
background-color: #EC2B40;
}
</style>
border-color css
<style>
span { border-color: #EC2B40; }
span { border-color: rgb(236,43,64); }
td.TdClassName
{
border-color: #EC2B40;
}
.TagClassName
{
border-color: #EC2B40;
}
</style>