Shades of Alizarin #EA1A2C
Tints of Alizarin #EA1A2C
RGB
CMYK
RGB Variations
Color information
#EA1A2C (or 0xEA1A2C) is known color: Alizarin. HEX triplet: EA, 1A and 2C. RGB value is (234,26,44). Sum of RGB (Red+Green+Blue) = 234+26+44=304 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.97% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1A2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1A2C is #15E5D3. Grayscale: #5A5A5A. Windows color (decimal): -1435092 or 2890474. OLE color: 2890474.
HSL color Cylindrical-coordinate representation of color #EA1A2C: hue angle of 354.81º 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 #EA1A2C is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 26 | 44 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.08 |
| HSL | 354.81º | 0.83% | 0.51% | - |
| HSV(B) | 354.81º | 0.89% | 0.92% | - |
| XYZ | 34.76 | 18.41 | 4.11 | - |
| YUV | 90.24 | 101.91 | 230.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 26 | 44 | 0 | 0.89 | 0.81 | 0.08 | 354.81 | 0.83 | 0.51 |
| Hex | EA | 1A | 2C | 0 | 59 | 51 | 8 | 163 | 53 | 33 |
| Octal | 352 | 32 | 54 | 0 | 131 | 121 | 10 | 543 | 123 | 63 |
| Binary | 11101010 | 11010 | 101100 | 0 | 1011001 | 1010001 | 1000 | 101100011 | 1010011 | 110011 |
Color Harmonies of #EA1A2C
Complementary color
Monochromatic Colors of #EA1A2C
Black with #EA1A2C
Text Example
Text Example
White with #EA1A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1A2C; }
p { color: rgb(234,26,44); }
H1.HeaderClassName
{
color: #EA1A2C;
}
.AnyTagClassName
{
color: #EA1A2C;
}
</style>
background-color css
<style>
a { background-color: #EA1A2C; }
a { background-color: rgb(234,26,44); }
div.DivClassName
{
background-color: #EA1A2C;
}
.BgClassName
{
background-color: #EA1A2C;
}
</style>
border-color css
<style>
span { border-color: #EA1A2C; }
span { border-color: rgb(234,26,44); }
td.TdClassName
{
border-color: #EA1A2C;
}
.TagClassName
{
border-color: #EA1A2C;
}
</style>