Shades of Alizarin #EA1824
Tints of Alizarin #EA1824
RGB
CMYK
RGB Variations
Color information
#EA1824 (or 0xEA1824) is known color: Alizarin. HEX triplet: EA, 18 and 24. RGB value is (234,24,36). Sum of RGB (Red+Green+Blue) = 234+24+36=294 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.59% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1824 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1824 is #15E7DB. Grayscale: #585858. Windows color (decimal): -1435612 or 2365674. OLE color: 2365674.
HSL color Cylindrical-coordinate representation of color #EA1824: hue angle of 356.57º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1824 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 36 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.08 |
| HSL | 356.57º | 0.83% | 0.51% | - |
| HSV(B) | 356.57º | 0.9% | 0.92% | - |
| XYZ | 34.58 | 18.27 | 3.37 | - |
| YUV | 88.16 | 98.57 | 232.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 36 | 0 | 0.90 | 0.85 | 0.08 | 356.57 | 0.83 | 0.51 |
| Hex | EA | 18 | 24 | 0 | 5A | 55 | 8 | 165 | 53 | 33 |
| Octal | 352 | 30 | 44 | 0 | 132 | 125 | 10 | 545 | 123 | 63 |
| Binary | 11101010 | 11000 | 100100 | 0 | 1011010 | 1010101 | 1000 | 101100101 | 1010011 | 110011 |
Color Harmonies of #EA1824
Complementary color
Monochromatic Colors of #EA1824
Black with #EA1824
Text Example
Text Example
White with #EA1824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1824; }
p { color: rgb(234,24,36); }
H1.HeaderClassName
{
color: #EA1824;
}
.AnyTagClassName
{
color: #EA1824;
}
</style>
background-color css
<style>
a { background-color: #EA1824; }
a { background-color: rgb(234,24,36); }
div.DivClassName
{
background-color: #EA1824;
}
.BgClassName
{
background-color: #EA1824;
}
</style>
border-color css
<style>
span { border-color: #EA1824; }
span { border-color: rgb(234,24,36); }
td.TdClassName
{
border-color: #EA1824;
}
.TagClassName
{
border-color: #EA1824;
}
</style>