Shades of Alizarin #EA1429
Tints of Alizarin #EA1429
RGB
CMYK
RGB Variations
Color information
#EA1429 (or 0xEA1429) is known color: Alizarin. HEX triplet: EA, 14 and 29. RGB value is (234,20,41). Sum of RGB (Red+Green+Blue) = 234+20+41=295 (39% of max value = 765). Red value is 234 (91.80% from 255 or 79.32% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1429 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1429 is #15EBD6. Grayscale: #565656. Windows color (decimal): -1436631 or 2692330. OLE color: 2692330.
HSL color Cylindrical-coordinate representation of color #EA1429: hue angle of 354.11º degrees, saturation: 0.84, 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 #EA1429 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 41 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.08 |
| HSL | 354.11º | 0.84% | 0.5% | - |
| HSV(B) | 354.11º | 0.91% | 0.92% | - |
| XYZ | 34.58 | 18.15 | 3.78 | - |
| YUV | 86.38 | 102.4 | 233.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 41 | 0 | 0.91 | 0.82 | 0.08 | 354.11 | 0.84 | 0.5 |
| Hex | EA | 14 | 29 | 0 | 5B | 52 | 8 | 162 | 54 | 32 |
| Octal | 352 | 24 | 51 | 0 | 133 | 122 | 10 | 542 | 124 | 62 |
| Binary | 11101010 | 10100 | 101001 | 0 | 1011011 | 1010010 | 1000 | 101100010 | 1010100 | 110010 |
Color Harmonies of #EA1429
Complementary color
Monochromatic Colors of #EA1429
Black with #EA1429
Text Example
Text Example
White with #EA1429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1429; }
p { color: rgb(234,20,41); }
H1.HeaderClassName
{
color: #EA1429;
}
.AnyTagClassName
{
color: #EA1429;
}
</style>
background-color css
<style>
a { background-color: #EA1429; }
a { background-color: rgb(234,20,41); }
div.DivClassName
{
background-color: #EA1429;
}
.BgClassName
{
background-color: #EA1429;
}
</style>
border-color css
<style>
span { border-color: #EA1429; }
span { border-color: rgb(234,20,41); }
td.TdClassName
{
border-color: #EA1429;
}
.TagClassName
{
border-color: #EA1429;
}
</style>