Shades of Alizarin #EC182B
Tints of Alizarin #EC182B
RGB
CMYK
RGB Variations
Color information
#EC182B (or 0xEC182B) is known color: Alizarin. HEX triplet: EC, 18 and 2B. RGB value is (236,24,43). Sum of RGB (Red+Green+Blue) = 236+24+43=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC182B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC182B is #13E7D4. Grayscale: #595959. Windows color (decimal): -1304533 or 2824428. OLE color: 2824428.
HSL color Cylindrical-coordinate representation of color #EC182B: hue angle of 354.62º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC182B is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 43 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.07 |
| HSL | 354.62º | 0.85% | 0.51% | - |
| HSV(B) | 354.62º | 0.9% | 0.93% | - |
| XYZ | 35.35 | 18.66 | 4.02 | - |
| YUV | 89.55 | 101.74 | 232.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 43 | 0 | 0.90 | 0.82 | 0.07 | 354.62 | 0.85 | 0.51 |
| Hex | EC | 18 | 2B | 0 | 5A | 52 | 7 | 163 | 55 | 33 |
| Octal | 354 | 30 | 53 | 0 | 132 | 122 | 7 | 543 | 125 | 63 |
| Binary | 11101100 | 11000 | 101011 | 0 | 1011010 | 1010010 | 111 | 101100011 | 1010101 | 110011 |
Color Harmonies of #EC182B
Complementary color
Monochromatic Colors of #EC182B
Black with #EC182B
Text Example
Text Example
White with #EC182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC182B; }
p { color: rgb(236,24,43); }
H1.HeaderClassName
{
color: #EC182B;
}
.AnyTagClassName
{
color: #EC182B;
}
</style>
background-color css
<style>
a { background-color: #EC182B; }
a { background-color: rgb(236,24,43); }
div.DivClassName
{
background-color: #EC182B;
}
.BgClassName
{
background-color: #EC182B;
}
</style>
border-color css
<style>
span { border-color: #EC182B; }
span { border-color: rgb(236,24,43); }
td.TdClassName
{
border-color: #EC182B;
}
.TagClassName
{
border-color: #EC182B;
}
</style>