Shades of Alizarin #EA1821
Tints of Alizarin #EA1821
RGB
CMYK
RGB Variations
Color information
#EA1821 (or 0xEA1821) is known color: Alizarin. HEX triplet: EA, 18 and 21. RGB value is (234,24,33). Sum of RGB (Red+Green+Blue) = 234+24+33=291 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.41% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1821 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1821 is #15E7DE. Grayscale: #575757. Windows color (decimal): -1435615 or 2169066. OLE color: 2169066.
HSL color Cylindrical-coordinate representation of color #EA1821: hue angle of 357.43º 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 #EA1821 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 33 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.08 |
| HSL | 357.43º | 0.83% | 0.51% | - |
| HSV(B) | 357.43º | 0.9% | 0.92% | - |
| XYZ | 34.53 | 18.26 | 3.14 | - |
| YUV | 87.82 | 97.07 | 232.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 33 | 0 | 0.90 | 0.86 | 0.08 | 357.43 | 0.83 | 0.51 |
| Hex | EA | 18 | 21 | 0 | 5A | 56 | 8 | 165 | 53 | 33 |
| Octal | 352 | 30 | 41 | 0 | 132 | 126 | 10 | 545 | 123 | 63 |
| Binary | 11101010 | 11000 | 100001 | 0 | 1011010 | 1010110 | 1000 | 101100101 | 1010011 | 110011 |
Color Harmonies of #EA1821
Complementary color
Monochromatic Colors of #EA1821
Black with #EA1821
Text Example
Text Example
White with #EA1821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1821; }
p { color: rgb(234,24,33); }
H1.HeaderClassName
{
color: #EA1821;
}
.AnyTagClassName
{
color: #EA1821;
}
</style>
background-color css
<style>
a { background-color: #EA1821; }
a { background-color: rgb(234,24,33); }
div.DivClassName
{
background-color: #EA1821;
}
.BgClassName
{
background-color: #EA1821;
}
</style>
border-color css
<style>
span { border-color: #EA1821; }
span { border-color: rgb(234,24,33); }
td.TdClassName
{
border-color: #EA1821;
}
.TagClassName
{
border-color: #EA1821;
}
</style>