Shades of Alizarin #EC182F
Tints of Alizarin #EC182F
RGB
CMYK
RGB Variations
Color information
#EC182F (or 0xEC182F) is known color: Alizarin. HEX triplet: EC, 18 and 2F. RGB value is (236,24,47). Sum of RGB (Red+Green+Blue) = 236+24+47=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC182F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC182F is #13E7D0. Grayscale: #5A5A5A. Windows color (decimal): -1304529 or 3086572. OLE color: 3086572.
HSL color Cylindrical-coordinate representation of color #EC182F: hue angle of 353.49º 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 #EC182F is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 47 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.07 |
| HSL | 353.49º | 0.85% | 0.51% | - |
| HSV(B) | 353.49º | 0.9% | 0.93% | - |
| XYZ | 35.43 | 18.69 | 4.43 | - |
| YUV | 90.01 | 103.74 | 232.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 47 | 0 | 0.90 | 0.80 | 0.07 | 353.49 | 0.85 | 0.51 |
| Hex | EC | 18 | 2F | 0 | 5A | 50 | 7 | 161 | 55 | 33 |
| Octal | 354 | 30 | 57 | 0 | 132 | 120 | 7 | 541 | 125 | 63 |
| Binary | 11101100 | 11000 | 101111 | 0 | 1011010 | 1010000 | 111 | 101100001 | 1010101 | 110011 |
Color Harmonies of #EC182F
Complementary color
Monochromatic Colors of #EC182F
Black with #EC182F
Text Example
Text Example
White with #EC182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC182F; }
p { color: rgb(236,24,47); }
H1.HeaderClassName
{
color: #EC182F;
}
.AnyTagClassName
{
color: #EC182F;
}
</style>
background-color css
<style>
a { background-color: #EC182F; }
a { background-color: rgb(236,24,47); }
div.DivClassName
{
background-color: #EC182F;
}
.BgClassName
{
background-color: #EC182F;
}
</style>
border-color css
<style>
span { border-color: #EC182F; }
span { border-color: rgb(236,24,47); }
td.TdClassName
{
border-color: #EC182F;
}
.TagClassName
{
border-color: #EC182F;
}
</style>