Shades of Alizarin #EC2B3D
Tints of Alizarin #EC2B3D
RGB
CMYK
RGB Variations
Color information
#EC2B3D (or 0xEC2B3D) is known color: Alizarin. HEX triplet: EC, 2B and 3D. RGB value is (236,43,61). Sum of RGB (Red+Green+Blue) = 236+43+61=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2B3D is #13D4C2. Grayscale: #666666. Windows color (decimal): -1299651 or 4008940. OLE color: 4008940.
HSL color Cylindrical-coordinate representation of color #EC2B3D: hue angle of 354.4º 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 #EC2B3D is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 61 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.07 |
| HSL | 354.4º | 0.84% | 0.55% | - |
| HSV(B) | 354.4º | 0.82% | 0.93% | - |
| XYZ | 36.3 | 19.9 | 6.34 | - |
| YUV | 102.76 | 104.44 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 61 | 0 | 0.82 | 0.74 | 0.07 | 354.4 | 0.84 | 0.55 |
| Hex | EC | 2B | 3D | 0 | 52 | 4A | 7 | 162 | 54 | 37 |
| Octal | 354 | 53 | 75 | 0 | 122 | 112 | 7 | 542 | 124 | 67 |
| Binary | 11101100 | 101011 | 111101 | 0 | 1010010 | 1001010 | 111 | 101100010 | 1010100 | 110111 |
Color Harmonies of #EC2B3D
Complementary color
Monochromatic Colors of #EC2B3D
Black with #EC2B3D
Text Example
Text Example
White with #EC2B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2B3D; }
p { color: rgb(236,43,61); }
H1.HeaderClassName
{
color: #EC2B3D;
}
.AnyTagClassName
{
color: #EC2B3D;
}
</style>
background-color css
<style>
a { background-color: #EC2B3D; }
a { background-color: rgb(236,43,61); }
div.DivClassName
{
background-color: #EC2B3D;
}
.BgClassName
{
background-color: #EC2B3D;
}
</style>
border-color css
<style>
span { border-color: #EC2B3D; }
span { border-color: rgb(236,43,61); }
td.TdClassName
{
border-color: #EC2B3D;
}
.TagClassName
{
border-color: #EC2B3D;
}
</style>