Shades of Alizarin #E42527
Tints of Alizarin #E42527
RGB
CMYK
RGB Variations
Color information
#E42527 (or 0xE42527) is known color: Alizarin. HEX triplet: E4, 25 and 27. RGB value is (228,37,39). Sum of RGB (Red+Green+Blue) = 228+37+39=304 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 228 - color contains mainly: red. Hex color #E42527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42527 is #1BDAD8. Grayscale: #5E5E5E. Windows color (decimal): -1825497 or 2565604. OLE color: 2565604.
HSL color Cylindrical-coordinate representation of color #E42527: hue angle of 359.37º 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 #E42527 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 37 | 39 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.11 |
| HSL | 359.37º | 0.78% | 0.52% | - |
| HSV(B) | 359.37º | 0.84% | 0.89% | - |
| XYZ | 33.02 | 17.96 | 3.65 | - |
| YUV | 94.34 | 96.78 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 37 | 39 | 0 | 0.84 | 0.83 | 0.11 | 359.37 | 0.78 | 0.52 |
| Hex | E4 | 25 | 27 | 0 | 54 | 53 | B | 167 | 4E | 34 |
| Octal | 344 | 45 | 47 | 0 | 124 | 123 | 13 | 547 | 116 | 64 |
| Binary | 11100100 | 100101 | 100111 | 0 | 1010100 | 1010011 | 1011 | 101100111 | 1001110 | 110100 |
Color Harmonies of #E42527
Complementary color
Monochromatic Colors of #E42527
Black with #E42527
Text Example
Text Example
White with #E42527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42527; }
p { color: rgb(228,37,39); }
H1.HeaderClassName
{
color: #E42527;
}
.AnyTagClassName
{
color: #E42527;
}
</style>
background-color css
<style>
a { background-color: #E42527; }
a { background-color: rgb(228,37,39); }
div.DivClassName
{
background-color: #E42527;
}
.BgClassName
{
background-color: #E42527;
}
</style>
border-color css
<style>
span { border-color: #E42527; }
span { border-color: rgb(228,37,39); }
td.TdClassName
{
border-color: #E42527;
}
.TagClassName
{
border-color: #E42527;
}
</style>