Shades of Alizarin #E42141
Tints of Alizarin #E42141
RGB
CMYK
RGB Variations
Color information
#E42141 (or 0xE42141) is known color: Alizarin. HEX triplet: E4, 21 and 41. RGB value is (228,33,65). Sum of RGB (Red+Green+Blue) = 228+33+65=326 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.94% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 228 - color contains mainly: red. Hex color #E42141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42141 is #1BDEBE. Grayscale: #5F5F5F. Windows color (decimal): -1826495 or 4268516. OLE color: 4268516.
HSL color Cylindrical-coordinate representation of color #E42141: hue angle of 350.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 #E42141 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 33 | 65 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.11 |
| HSL | 350.15º | 0.78% | 0.51% | - |
| HSV(B) | 350.15º | 0.86% | 0.89% | - |
| XYZ | 33.49 | 17.96 | 6.7 | - |
| YUV | 94.95 | 111.1 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 33 | 65 | 0 | 0.86 | 0.71 | 0.11 | 350.15 | 0.78 | 0.51 |
| Hex | E4 | 21 | 41 | 0 | 56 | 47 | B | 15E | 4E | 33 |
| Octal | 344 | 41 | 101 | 0 | 126 | 107 | 13 | 536 | 116 | 63 |
| Binary | 11100100 | 100001 | 1000001 | 0 | 1010110 | 1000111 | 1011 | 101011110 | 1001110 | 110011 |
Color Harmonies of #E42141
Complementary color
Monochromatic Colors of #E42141
Black with #E42141
Text Example
Text Example
White with #E42141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42141; }
p { color: rgb(228,33,65); }
H1.HeaderClassName
{
color: #E42141;
}
.AnyTagClassName
{
color: #E42141;
}
</style>
background-color css
<style>
a { background-color: #E42141; }
a { background-color: rgb(228,33,65); }
div.DivClassName
{
background-color: #E42141;
}
.BgClassName
{
background-color: #E42141;
}
</style>
border-color css
<style>
span { border-color: #E42141; }
span { border-color: rgb(228,33,65); }
td.TdClassName
{
border-color: #E42141;
}
.TagClassName
{
border-color: #E42141;
}
</style>