Shades of Alizarin #EA1922
Tints of Alizarin #EA1922
RGB
CMYK
RGB Variations
Color information
#EA1922 (or 0xEA1922) is known color: Alizarin. HEX triplet: EA, 19 and 22. RGB value is (234,25,34). Sum of RGB (Red+Green+Blue) = 234+25+34=293 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.86% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1922 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1922 is #15E6DD. Grayscale: #585858. Windows color (decimal): -1435358 or 2234858. OLE color: 2234858.
HSL color Cylindrical-coordinate representation of color #EA1922: hue angle of 357.42º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA1922 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 34 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.08 |
| HSL | 357.42º | 0.83% | 0.51% | - |
| HSV(B) | 357.42º | 0.89% | 0.92% | - |
| XYZ | 34.57 | 18.3 | 3.22 | - |
| YUV | 88.52 | 97.24 | 231.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 34 | 0 | 0.89 | 0.85 | 0.08 | 357.42 | 0.83 | 0.51 |
| Hex | EA | 19 | 22 | 0 | 59 | 55 | 8 | 165 | 53 | 33 |
| Octal | 352 | 31 | 42 | 0 | 131 | 125 | 10 | 545 | 123 | 63 |
| Binary | 11101010 | 11001 | 100010 | 0 | 1011001 | 1010101 | 1000 | 101100101 | 1010011 | 110011 |
Color Harmonies of #EA1922
Complementary color
Monochromatic Colors of #EA1922
Black with #EA1922
Text Example
Text Example
White with #EA1922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1922; }
p { color: rgb(234,25,34); }
H1.HeaderClassName
{
color: #EA1922;
}
.AnyTagClassName
{
color: #EA1922;
}
</style>
background-color css
<style>
a { background-color: #EA1922; }
a { background-color: rgb(234,25,34); }
div.DivClassName
{
background-color: #EA1922;
}
.BgClassName
{
background-color: #EA1922;
}
</style>
border-color css
<style>
span { border-color: #EA1922; }
span { border-color: rgb(234,25,34); }
td.TdClassName
{
border-color: #EA1922;
}
.TagClassName
{
border-color: #EA1922;
}
</style>