Shades of Alizarin #EC182D
Tints of Alizarin #EC182D
RGB
CMYK
RGB Variations
Color information
#EC182D (or 0xEC182D) is known color: Alizarin. HEX triplet: EC, 18 and 2D. RGB value is (236,24,45). Sum of RGB (Red+Green+Blue) = 236+24+45=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC182D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC182D is #13E7D2. Grayscale: #595959. Windows color (decimal): -1304531 or 2955500. OLE color: 2955500.
HSL color Cylindrical-coordinate representation of color #EC182D: hue angle of 354.06º 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 #EC182D is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 45 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.07 |
| HSL | 354.06º | 0.85% | 0.51% | - |
| HSV(B) | 354.06º | 0.9% | 0.93% | - |
| XYZ | 35.39 | 18.68 | 4.22 | - |
| YUV | 89.78 | 102.74 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 45 | 0 | 0.90 | 0.81 | 0.07 | 354.06 | 0.85 | 0.51 |
| Hex | EC | 18 | 2D | 0 | 5A | 51 | 7 | 162 | 55 | 33 |
| Octal | 354 | 30 | 55 | 0 | 132 | 121 | 7 | 542 | 125 | 63 |
| Binary | 11101100 | 11000 | 101101 | 0 | 1011010 | 1010001 | 111 | 101100010 | 1010101 | 110011 |
Color Harmonies of #EC182D
Complementary color
Monochromatic Colors of #EC182D
Black with #EC182D
Text Example
Text Example
White with #EC182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC182D; }
p { color: rgb(236,24,45); }
H1.HeaderClassName
{
color: #EC182D;
}
.AnyTagClassName
{
color: #EC182D;
}
</style>
background-color css
<style>
a { background-color: #EC182D; }
a { background-color: rgb(236,24,45); }
div.DivClassName
{
background-color: #EC182D;
}
.BgClassName
{
background-color: #EC182D;
}
</style>
border-color css
<style>
span { border-color: #EC182D; }
span { border-color: rgb(236,24,45); }
td.TdClassName
{
border-color: #EC182D;
}
.TagClassName
{
border-color: #EC182D;
}
</style>