Shades of Alizarin #E42328
Tints of Alizarin #E42328
RGB
CMYK
RGB Variations
Color information
#E42328 (or 0xE42328) is known color: Alizarin. HEX triplet: E4, 23 and 28. RGB value is (228,35,40). Sum of RGB (Red+Green+Blue) = 228+35+40=303 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75.25% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 228 - color contains mainly: red. Hex color #E42328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42328 is #1BDCD7. Grayscale: #5D5D5D. Windows color (decimal): -1826008 or 2630628. OLE color: 2630628.
HSL color Cylindrical-coordinate representation of color #E42328: hue angle of 358.45º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E42328 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 35 | 40 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.11 |
| HSL | 358.45º | 0.78% | 0.52% | - |
| HSV(B) | 358.45º | 0.85% | 0.89% | - |
| XYZ | 32.98 | 17.85 | 3.71 | - |
| YUV | 93.28 | 97.94 | 224.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 35 | 40 | 0 | 0.85 | 0.82 | 0.11 | 358.45 | 0.78 | 0.52 |
| Hex | E4 | 23 | 28 | 0 | 55 | 52 | B | 166 | 4E | 34 |
| Octal | 344 | 43 | 50 | 0 | 125 | 122 | 13 | 546 | 116 | 64 |
| Binary | 11100100 | 100011 | 101000 | 0 | 1010101 | 1010010 | 1011 | 101100110 | 1001110 | 110100 |
Color Harmonies of #E42328
Complementary color
Monochromatic Colors of #E42328
Black with #E42328
Text Example
Text Example
White with #E42328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42328; }
p { color: rgb(228,35,40); }
H1.HeaderClassName
{
color: #E42328;
}
.AnyTagClassName
{
color: #E42328;
}
</style>
background-color css
<style>
a { background-color: #E42328; }
a { background-color: rgb(228,35,40); }
div.DivClassName
{
background-color: #E42328;
}
.BgClassName
{
background-color: #E42328;
}
</style>
border-color css
<style>
span { border-color: #E42328; }
span { border-color: rgb(228,35,40); }
td.TdClassName
{
border-color: #E42328;
}
.TagClassName
{
border-color: #E42328;
}
</style>