Shades of Alizarin #E4152B
Tints of Alizarin #E4152B
RGB
CMYK
RGB Variations
Color information
#E4152B (or 0xE4152B) is known color: Alizarin. HEX triplet: E4, 15 and 2B. RGB value is (228,21,43). Sum of RGB (Red+Green+Blue) = 228+21+43=292 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.08% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 228 - color contains mainly: red. Hex color #E4152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4152B is #1BEAD4. Grayscale: #555555. Windows color (decimal): -1829589 or 2823652. OLE color: 2823652.
HSL color Cylindrical-coordinate representation of color #E4152B: hue angle of 353.62º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E4152B is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 21 | 43 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.11 |
| HSL | 353.62º | 0.83% | 0.49% | - |
| HSV(B) | 353.62º | 0.91% | 0.89% | - |
| XYZ | 32.7 | 17.2 | 3.88 | - |
| YUV | 85.4 | 104.08 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 43 | 0 | 0.91 | 0.81 | 0.11 | 353.62 | 0.83 | 0.49 |
| Hex | E4 | 15 | 2B | 0 | 5B | 51 | B | 162 | 53 | 31 |
| Octal | 344 | 25 | 53 | 0 | 133 | 121 | 13 | 542 | 123 | 61 |
| Binary | 11100100 | 10101 | 101011 | 0 | 1011011 | 1010001 | 1011 | 101100010 | 1010011 | 110001 |
Color Harmonies of #E4152B
Complementary color
Monochromatic Colors of #E4152B
Black with #E4152B
Text Example
Text Example
White with #E4152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4152B; }
p { color: rgb(228,21,43); }
H1.HeaderClassName
{
color: #E4152B;
}
.AnyTagClassName
{
color: #E4152B;
}
</style>
background-color css
<style>
a { background-color: #E4152B; }
a { background-color: rgb(228,21,43); }
div.DivClassName
{
background-color: #E4152B;
}
.BgClassName
{
background-color: #E4152B;
}
</style>
border-color css
<style>
span { border-color: #E4152B; }
span { border-color: rgb(228,21,43); }
td.TdClassName
{
border-color: #E4152B;
}
.TagClassName
{
border-color: #E4152B;
}
</style>