Shades of Alizarin #EA1623
Tints of Alizarin #EA1623
RGB
CMYK
RGB Variations
Color information
#EA1623 (or 0xEA1623) is known color: Alizarin. HEX triplet: EA, 16 and 23. RGB value is (234,22,35). Sum of RGB (Red+Green+Blue) = 234+22+35=291 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.41% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1623 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1623 is #15E9DC. Grayscale: #575757. Windows color (decimal): -1436125 or 2299626. OLE color: 2299626.
HSL color Cylindrical-coordinate representation of color #EA1623: hue angle of 356.32º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA1623 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 22 | 35 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.08 |
| HSL | 356.32º | 0.83% | 0.5% | - |
| HSV(B) | 356.32º | 0.91% | 0.92% | - |
| XYZ | 34.52 | 18.19 | 3.28 | - |
| YUV | 86.87 | 98.74 | 232.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 22 | 35 | 0 | 0.91 | 0.85 | 0.08 | 356.32 | 0.83 | 0.5 |
| Hex | EA | 16 | 23 | 0 | 5B | 55 | 8 | 164 | 53 | 32 |
| Octal | 352 | 26 | 43 | 0 | 133 | 125 | 10 | 544 | 123 | 62 |
| Binary | 11101010 | 10110 | 100011 | 0 | 1011011 | 1010101 | 1000 | 101100100 | 1010011 | 110010 |
Color Harmonies of #EA1623
Complementary color
Monochromatic Colors of #EA1623
Black with #EA1623
Text Example
Text Example
White with #EA1623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1623; }
p { color: rgb(234,22,35); }
H1.HeaderClassName
{
color: #EA1623;
}
.AnyTagClassName
{
color: #EA1623;
}
</style>
background-color css
<style>
a { background-color: #EA1623; }
a { background-color: rgb(234,22,35); }
div.DivClassName
{
background-color: #EA1623;
}
.BgClassName
{
background-color: #EA1623;
}
</style>
border-color css
<style>
span { border-color: #EA1623; }
span { border-color: rgb(234,22,35); }
td.TdClassName
{
border-color: #EA1623;
}
.TagClassName
{
border-color: #EA1623;
}
</style>