Shades of Alizarin #E42E3E
Tints of Alizarin #E42E3E
RGB
CMYK
RGB Variations
Color information
#E42E3E (or 0xE42E3E) is known color: Alizarin. HEX triplet: E4, 2E and 3E. RGB value is (228,46,62). Sum of RGB (Red+Green+Blue) = 228+46+62=336 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.86% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 228 - color contains mainly: red. Hex color #E42E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42E3E is #1BD1C1. Grayscale: #666666. Windows color (decimal): -1823170 or 4075236. OLE color: 4075236.
HSL color Cylindrical-coordinate representation of color #E42E3E: hue angle of 354.73º 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 #E42E3E is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 46 | 62 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.11 |
| HSL | 354.73º | 0.77% | 0.54% | - |
| HSV(B) | 354.73º | 0.8% | 0.89% | - |
| XYZ | 33.84 | 18.8 | 6.4 | - |
| YUV | 102.24 | 105.3 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 46 | 62 | 0 | 0.80 | 0.73 | 0.11 | 354.73 | 0.77 | 0.54 |
| Hex | E4 | 2E | 3E | 0 | 50 | 49 | B | 163 | 4D | 36 |
| Octal | 344 | 56 | 76 | 0 | 120 | 111 | 13 | 543 | 115 | 66 |
| Binary | 11100100 | 101110 | 111110 | 0 | 1010000 | 1001001 | 1011 | 101100011 | 1001101 | 110110 |
Color Harmonies of #E42E3E
Complementary color
Monochromatic Colors of #E42E3E
Black with #E42E3E
Text Example
Text Example
White with #E42E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42E3E; }
p { color: rgb(228,46,62); }
H1.HeaderClassName
{
color: #E42E3E;
}
.AnyTagClassName
{
color: #E42E3E;
}
</style>
background-color css
<style>
a { background-color: #E42E3E; }
a { background-color: rgb(228,46,62); }
div.DivClassName
{
background-color: #E42E3E;
}
.BgClassName
{
background-color: #E42E3E;
}
</style>
border-color css
<style>
span { border-color: #E42E3E; }
span { border-color: rgb(228,46,62); }
td.TdClassName
{
border-color: #E42E3E;
}
.TagClassName
{
border-color: #E42E3E;
}
</style>