Shades of Alizarin #E42E3B
Tints of Alizarin #E42E3B
RGB
CMYK
RGB Variations
Color information
#E42E3B (or 0xE42E3B) is known color: Alizarin. HEX triplet: E4, 2E and 3B. RGB value is (228,46,59). Sum of RGB (Red+Green+Blue) = 228+46+59=333 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.47% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 228 - color contains mainly: red. Hex color #E42E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42E3B is #1BD1C4. Grayscale: #666666. Windows color (decimal): -1823173 or 3878628. OLE color: 3878628.
HSL color Cylindrical-coordinate representation of color #E42E3B: hue angle of 355.71º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E42E3B is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 46 | 59 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.11 |
| HSL | 355.71º | 0.77% | 0.54% | - |
| HSV(B) | 355.71º | 0.8% | 0.89% | - |
| XYZ | 33.76 | 18.76 | 5.98 | - |
| YUV | 101.9 | 103.8 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 46 | 59 | 0 | 0.80 | 0.74 | 0.11 | 355.71 | 0.77 | 0.54 |
| Hex | E4 | 2E | 3B | 0 | 50 | 4A | B | 164 | 4D | 36 |
| Octal | 344 | 56 | 73 | 0 | 120 | 112 | 13 | 544 | 115 | 66 |
| Binary | 11100100 | 101110 | 111011 | 0 | 1010000 | 1001010 | 1011 | 101100100 | 1001101 | 110110 |
Color Harmonies of #E42E3B
Complementary color
Monochromatic Colors of #E42E3B
Black with #E42E3B
Text Example
Text Example
White with #E42E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42E3B; }
p { color: rgb(228,46,59); }
H1.HeaderClassName
{
color: #E42E3B;
}
.AnyTagClassName
{
color: #E42E3B;
}
</style>
background-color css
<style>
a { background-color: #E42E3B; }
a { background-color: rgb(228,46,59); }
div.DivClassName
{
background-color: #E42E3B;
}
.BgClassName
{
background-color: #E42E3B;
}
</style>
border-color css
<style>
span { border-color: #E42E3B; }
span { border-color: rgb(228,46,59); }
td.TdClassName
{
border-color: #E42E3B;
}
.TagClassName
{
border-color: #E42E3B;
}
</style>