Shades of Alizarin #E5182A
Tints of Alizarin #E5182A
RGB
CMYK
RGB Variations
Color information
#E5182A (or 0xE5182A) is known color: Alizarin. HEX triplet: E5, 18 and 2A. RGB value is (229,24,42). Sum of RGB (Red+Green+Blue) = 229+24+42=295 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.63% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 229 - color contains mainly: red. Hex color #E5182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5182A is #1AE7D5. Grayscale: #575757. Windows color (decimal): -1763286 or 2758885. OLE color: 2758885.
HSL color Cylindrical-coordinate representation of color #E5182A: hue angle of 354.73º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5182A is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 42 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.10 |
| HSL | 354.73º | 0.81% | 0.5% | - |
| HSV(B) | 354.73º | 0.9% | 0.9% | - |
| XYZ | 33.06 | 17.48 | 3.82 | - |
| YUV | 87.35 | 102.42 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 42 | 0 | 0.90 | 0.82 | 0.10 | 354.73 | 0.81 | 0.5 |
| Hex | E5 | 18 | 2A | 0 | 5A | 52 | A | 163 | 51 | 32 |
| Octal | 345 | 30 | 52 | 0 | 132 | 122 | 12 | 543 | 121 | 62 |
| Binary | 11100101 | 11000 | 101010 | 0 | 1011010 | 1010010 | 1010 | 101100011 | 1010001 | 110010 |
Color Harmonies of #E5182A
Complementary color
Monochromatic Colors of #E5182A
Black with #E5182A
Text Example
Text Example
White with #E5182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5182A; }
p { color: rgb(229,24,42); }
H1.HeaderClassName
{
color: #E5182A;
}
.AnyTagClassName
{
color: #E5182A;
}
</style>
background-color css
<style>
a { background-color: #E5182A; }
a { background-color: rgb(229,24,42); }
div.DivClassName
{
background-color: #E5182A;
}
.BgClassName
{
background-color: #E5182A;
}
</style>
border-color css
<style>
span { border-color: #E5182A; }
span { border-color: rgb(229,24,42); }
td.TdClassName
{
border-color: #E5182A;
}
.TagClassName
{
border-color: #E5182A;
}
</style>