Shades of Alizarin #E4152A
Tints of Alizarin #E4152A
RGB
CMYK
RGB Variations
Color information
#E4152A (or 0xE4152A) is known color: Alizarin. HEX triplet: E4, 15 and 2A. RGB value is (228,21,42). Sum of RGB (Red+Green+Blue) = 228+21+42=291 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.35% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 228 - color contains mainly: red. Hex color #E4152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4152A is #1BEAD5. Grayscale: #555555. Windows color (decimal): -1829590 or 2758116. OLE color: 2758116.
HSL color Cylindrical-coordinate representation of color #E4152A: hue angle of 353.91º 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 #E4152A is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 21 | 42 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.11 |
| HSL | 353.91º | 0.83% | 0.49% | - |
| HSV(B) | 353.91º | 0.91% | 0.89% | - |
| XYZ | 32.68 | 17.2 | 3.79 | - |
| YUV | 85.29 | 103.58 | 229.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 42 | 0 | 0.91 | 0.82 | 0.11 | 353.91 | 0.83 | 0.49 |
| Hex | E4 | 15 | 2A | 0 | 5B | 52 | B | 162 | 53 | 31 |
| Octal | 344 | 25 | 52 | 0 | 133 | 122 | 13 | 542 | 123 | 61 |
| Binary | 11100100 | 10101 | 101010 | 0 | 1011011 | 1010010 | 1011 | 101100010 | 1010011 | 110001 |
Color Harmonies of #E4152A
Complementary color
Monochromatic Colors of #E4152A
Black with #E4152A
Text Example
Text Example
White with #E4152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4152A; }
p { color: rgb(228,21,42); }
H1.HeaderClassName
{
color: #E4152A;
}
.AnyTagClassName
{
color: #E4152A;
}
</style>
background-color css
<style>
a { background-color: #E4152A; }
a { background-color: rgb(228,21,42); }
div.DivClassName
{
background-color: #E4152A;
}
.BgClassName
{
background-color: #E4152A;
}
</style>
border-color css
<style>
span { border-color: #E4152A; }
span { border-color: rgb(228,21,42); }
td.TdClassName
{
border-color: #E4152A;
}
.TagClassName
{
border-color: #E4152A;
}
</style>