Shades of Alizarin #E42536
Tints of Alizarin #E42536
RGB
CMYK
RGB Variations
Color information
#E42536 (or 0xE42536) is known color: Alizarin. HEX triplet: E4, 25 and 36. RGB value is (228,37,54). Sum of RGB (Red+Green+Blue) = 228+37+54=319 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.47% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 228 - color contains mainly: red. Hex color #E42536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42536 is #1BDAC9. Grayscale: #606060. Windows color (decimal): -1825482 or 3548644. OLE color: 3548644.
HSL color Cylindrical-coordinate representation of color #E42536: hue angle of 354.66º 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 #E42536 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 37 | 54 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.11 |
| HSL | 354.66º | 0.78% | 0.52% | - |
| HSV(B) | 354.66º | 0.84% | 0.89% | - |
| XYZ | 33.32 | 18.08 | 5.22 | - |
| YUV | 96.05 | 104.28 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 37 | 54 | 0 | 0.84 | 0.76 | 0.11 | 354.66 | 0.78 | 0.52 |
| Hex | E4 | 25 | 36 | 0 | 54 | 4C | B | 163 | 4E | 34 |
| Octal | 344 | 45 | 66 | 0 | 124 | 114 | 13 | 543 | 116 | 64 |
| Binary | 11100100 | 100101 | 110110 | 0 | 1010100 | 1001100 | 1011 | 101100011 | 1001110 | 110100 |
Color Harmonies of #E42536
Complementary color
Monochromatic Colors of #E42536
Black with #E42536
Text Example
Text Example
White with #E42536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42536; }
p { color: rgb(228,37,54); }
H1.HeaderClassName
{
color: #E42536;
}
.AnyTagClassName
{
color: #E42536;
}
</style>
background-color css
<style>
a { background-color: #E42536; }
a { background-color: rgb(228,37,54); }
div.DivClassName
{
background-color: #E42536;
}
.BgClassName
{
background-color: #E42536;
}
</style>
border-color css
<style>
span { border-color: #E42536; }
span { border-color: rgb(228,37,54); }
td.TdClassName
{
border-color: #E42536;
}
.TagClassName
{
border-color: #E42536;
}
</style>