Shades of Alizarin #E42429
Tints of Alizarin #E42429
RGB
CMYK
RGB Variations
Color information
#E42429 (or 0xE42429) is known color: Alizarin. HEX triplet: E4, 24 and 29. RGB value is (228,36,41). Sum of RGB (Red+Green+Blue) = 228+36+41=305 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.75% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 228 - color contains mainly: red. Hex color #E42429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42429 is #1BDBD6. Grayscale: #5E5E5E. Windows color (decimal): -1825751 or 2696420. OLE color: 2696420.
HSL color Cylindrical-coordinate representation of color #E42429: hue angle of 358.44º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E42429 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 36 | 41 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.11 |
| HSL | 358.44º | 0.78% | 0.52% | - |
| HSV(B) | 358.44º | 0.84% | 0.89% | - |
| XYZ | 33.03 | 17.92 | 3.82 | - |
| YUV | 93.98 | 98.11 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 41 | 0 | 0.84 | 0.82 | 0.11 | 358.44 | 0.78 | 0.52 |
| Hex | E4 | 24 | 29 | 0 | 54 | 52 | B | 166 | 4E | 34 |
| Octal | 344 | 44 | 51 | 0 | 124 | 122 | 13 | 546 | 116 | 64 |
| Binary | 11100100 | 100100 | 101001 | 0 | 1010100 | 1010010 | 1011 | 101100110 | 1001110 | 110100 |
Color Harmonies of #E42429
Complementary color
Monochromatic Colors of #E42429
Black with #E42429
Text Example
Text Example
White with #E42429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42429; }
p { color: rgb(228,36,41); }
H1.HeaderClassName
{
color: #E42429;
}
.AnyTagClassName
{
color: #E42429;
}
</style>
background-color css
<style>
a { background-color: #E42429; }
a { background-color: rgb(228,36,41); }
div.DivClassName
{
background-color: #E42429;
}
.BgClassName
{
background-color: #E42429;
}
</style>
border-color css
<style>
span { border-color: #E42429; }
span { border-color: rgb(228,36,41); }
td.TdClassName
{
border-color: #E42429;
}
.TagClassName
{
border-color: #E42429;
}
</style>