Shades of Alizarin #EC1E2E
Tints of Alizarin #EC1E2E
RGB
CMYK
RGB Variations
Color information
#EC1E2E (or 0xEC1E2E) is known color: Alizarin. HEX triplet: EC, 1E and 2E. RGB value is (236,30,46). Sum of RGB (Red+Green+Blue) = 236+30+46=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1E2E is #13E1D1. Grayscale: #5D5D5D. Windows color (decimal): -1302994 or 3022572. OLE color: 3022572.
HSL color Cylindrical-coordinate representation of color #EC1E2E: hue angle of 355.34º 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 #EC1E2E is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 46 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.07 |
| HSL | 355.34º | 0.84% | 0.52% | - |
| HSV(B) | 355.34º | 0.87% | 0.93% | - |
| XYZ | 35.55 | 18.96 | 4.37 | - |
| YUV | 93.42 | 101.25 | 229.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 46 | 0 | 0.87 | 0.81 | 0.07 | 355.34 | 0.84 | 0.52 |
| Hex | EC | 1E | 2E | 0 | 57 | 51 | 7 | 163 | 54 | 34 |
| Octal | 354 | 36 | 56 | 0 | 127 | 121 | 7 | 543 | 124 | 64 |
| Binary | 11101100 | 11110 | 101110 | 0 | 1010111 | 1010001 | 111 | 101100011 | 1010100 | 110100 |
Color Harmonies of #EC1E2E
Complementary color
Monochromatic Colors of #EC1E2E
Black with #EC1E2E
Text Example
Text Example
White with #EC1E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1E2E; }
p { color: rgb(236,30,46); }
H1.HeaderClassName
{
color: #EC1E2E;
}
.AnyTagClassName
{
color: #EC1E2E;
}
</style>
background-color css
<style>
a { background-color: #EC1E2E; }
a { background-color: rgb(236,30,46); }
div.DivClassName
{
background-color: #EC1E2E;
}
.BgClassName
{
background-color: #EC1E2E;
}
</style>
border-color css
<style>
span { border-color: #EC1E2E; }
span { border-color: rgb(236,30,46); }
td.TdClassName
{
border-color: #EC1E2E;
}
.TagClassName
{
border-color: #EC1E2E;
}
</style>