Shades of Alizarin #E42528
Tints of Alizarin #E42528
RGB
CMYK
RGB Variations
Color information
#E42528 (or 0xE42528) is known color: Alizarin. HEX triplet: E4, 25 and 28. RGB value is (228,37,40). Sum of RGB (Red+Green+Blue) = 228+37+40=305 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.75% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 228 - color contains mainly: red. Hex color #E42528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42528 is #1BDAD7. Grayscale: #5E5E5E. Windows color (decimal): -1825496 or 2631140. OLE color: 2631140.
HSL color Cylindrical-coordinate representation of color #E42528: hue angle of 359.06º 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 #E42528 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 37 | 40 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.11 |
| HSL | 359.06º | 0.78% | 0.52% | - |
| HSV(B) | 359.06º | 0.84% | 0.89% | - |
| XYZ | 33.04 | 17.97 | 3.73 | - |
| YUV | 94.45 | 97.28 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 37 | 40 | 0 | 0.84 | 0.82 | 0.11 | 359.06 | 0.78 | 0.52 |
| Hex | E4 | 25 | 28 | 0 | 54 | 52 | B | 167 | 4E | 34 |
| Octal | 344 | 45 | 50 | 0 | 124 | 122 | 13 | 547 | 116 | 64 |
| Binary | 11100100 | 100101 | 101000 | 0 | 1010100 | 1010010 | 1011 | 101100111 | 1001110 | 110100 |
Color Harmonies of #E42528
Complementary color
Monochromatic Colors of #E42528
Black with #E42528
Text Example
Text Example
White with #E42528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42528; }
p { color: rgb(228,37,40); }
H1.HeaderClassName
{
color: #E42528;
}
.AnyTagClassName
{
color: #E42528;
}
</style>
background-color css
<style>
a { background-color: #E42528; }
a { background-color: rgb(228,37,40); }
div.DivClassName
{
background-color: #E42528;
}
.BgClassName
{
background-color: #E42528;
}
</style>
border-color css
<style>
span { border-color: #E42528; }
span { border-color: rgb(228,37,40); }
td.TdClassName
{
border-color: #E42528;
}
.TagClassName
{
border-color: #E42528;
}
</style>