Shades of Alizarin #EC1E2D
Tints of Alizarin #EC1E2D
RGB
CMYK
RGB Variations
Color information
#EC1E2D (or 0xEC1E2D) is known color: Alizarin. HEX triplet: EC, 1E and 2D. RGB value is (236,30,45). Sum of RGB (Red+Green+Blue) = 236+30+45=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1E2D is #13E1D2. Grayscale: #5D5D5D. Windows color (decimal): -1302995 or 2957036. OLE color: 2957036.
HSL color Cylindrical-coordinate representation of color #EC1E2D: hue angle of 355.63º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1E2D is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 45 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.07 |
| HSL | 355.63º | 0.84% | 0.52% | - |
| HSV(B) | 355.63º | 0.87% | 0.93% | - |
| XYZ | 35.53 | 18.95 | 4.27 | - |
| YUV | 93.3 | 100.75 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 45 | 0 | 0.87 | 0.81 | 0.07 | 355.63 | 0.84 | 0.52 |
| Hex | EC | 1E | 2D | 0 | 57 | 51 | 7 | 164 | 54 | 34 |
| Octal | 354 | 36 | 55 | 0 | 127 | 121 | 7 | 544 | 124 | 64 |
| Binary | 11101100 | 11110 | 101101 | 0 | 1010111 | 1010001 | 111 | 101100100 | 1010100 | 110100 |
Color Harmonies of #EC1E2D
Complementary color
Monochromatic Colors of #EC1E2D
Black with #EC1E2D
Text Example
Text Example
White with #EC1E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1E2D; }
p { color: rgb(236,30,45); }
H1.HeaderClassName
{
color: #EC1E2D;
}
.AnyTagClassName
{
color: #EC1E2D;
}
</style>
background-color css
<style>
a { background-color: #EC1E2D; }
a { background-color: rgb(236,30,45); }
div.DivClassName
{
background-color: #EC1E2D;
}
.BgClassName
{
background-color: #EC1E2D;
}
</style>
border-color css
<style>
span { border-color: #EC1E2D; }
span { border-color: rgb(236,30,45); }
td.TdClassName
{
border-color: #EC1E2D;
}
.TagClassName
{
border-color: #EC1E2D;
}
</style>