Shades of Alizarin #E42127
Tints of Alizarin #E42127
RGB
CMYK
RGB Variations
Color information
#E42127 (or 0xE42127) is known color: Alizarin. HEX triplet: E4, 21 and 27. RGB value is (228,33,39). Sum of RGB (Red+Green+Blue) = 228+33+39=300 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 228 - color contains mainly: red. Hex color #E42127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42127 is #1BDED8. Grayscale: #5C5C5C. Windows color (decimal): -1826521 or 2564580. OLE color: 2564580.
HSL color Cylindrical-coordinate representation of color #E42127: hue angle of 358.15º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E42127 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 33 | 39 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.11 |
| HSL | 358.15º | 0.78% | 0.51% | - |
| HSV(B) | 358.15º | 0.86% | 0.89% | - |
| XYZ | 32.9 | 17.73 | 3.61 | - |
| YUV | 91.99 | 98.1 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 33 | 39 | 0 | 0.86 | 0.83 | 0.11 | 358.15 | 0.78 | 0.51 |
| Hex | E4 | 21 | 27 | 0 | 56 | 53 | B | 166 | 4E | 33 |
| Octal | 344 | 41 | 47 | 0 | 126 | 123 | 13 | 546 | 116 | 63 |
| Binary | 11100100 | 100001 | 100111 | 0 | 1010110 | 1010011 | 1011 | 101100110 | 1001110 | 110011 |
Color Harmonies of #E42127
Complementary color
Monochromatic Colors of #E42127
Black with #E42127
Text Example
Text Example
White with #E42127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42127; }
p { color: rgb(228,33,39); }
H1.HeaderClassName
{
color: #E42127;
}
.AnyTagClassName
{
color: #E42127;
}
</style>
background-color css
<style>
a { background-color: #E42127; }
a { background-color: rgb(228,33,39); }
div.DivClassName
{
background-color: #E42127;
}
.BgClassName
{
background-color: #E42127;
}
</style>
border-color css
<style>
span { border-color: #E42127; }
span { border-color: rgb(228,33,39); }
td.TdClassName
{
border-color: #E42127;
}
.TagClassName
{
border-color: #E42127;
}
</style>