Shades of Alizarin #E42B3E
Tints of Alizarin #E42B3E
RGB
CMYK
RGB Variations
Color information
#E42B3E (or 0xE42B3E) is known color: Alizarin. HEX triplet: E4, 2B and 3E. RGB value is (228,43,62). Sum of RGB (Red+Green+Blue) = 228+43+62=333 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.47% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 228 - color contains mainly: red. Hex color #E42B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42B3E is #1BD4C1. Grayscale: #646464. Windows color (decimal): -1823938 or 4074468. OLE color: 4074468.
HSL color Cylindrical-coordinate representation of color #E42B3E: hue angle of 353.84º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42B3E is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 43 | 62 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.11 |
| HSL | 353.84º | 0.77% | 0.53% | - |
| HSV(B) | 353.84º | 0.81% | 0.89% | - |
| XYZ | 33.73 | 18.57 | 6.36 | - |
| YUV | 100.48 | 106.29 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 43 | 62 | 0 | 0.81 | 0.73 | 0.11 | 353.84 | 0.77 | 0.53 |
| Hex | E4 | 2B | 3E | 0 | 51 | 49 | B | 162 | 4D | 35 |
| Octal | 344 | 53 | 76 | 0 | 121 | 111 | 13 | 542 | 115 | 65 |
| Binary | 11100100 | 101011 | 111110 | 0 | 1010001 | 1001001 | 1011 | 101100010 | 1001101 | 110101 |
Color Harmonies of #E42B3E
Complementary color
Monochromatic Colors of #E42B3E
Black with #E42B3E
Text Example
Text Example
White with #E42B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42B3E; }
p { color: rgb(228,43,62); }
H1.HeaderClassName
{
color: #E42B3E;
}
.AnyTagClassName
{
color: #E42B3E;
}
</style>
background-color css
<style>
a { background-color: #E42B3E; }
a { background-color: rgb(228,43,62); }
div.DivClassName
{
background-color: #E42B3E;
}
.BgClassName
{
background-color: #E42B3E;
}
</style>
border-color css
<style>
span { border-color: #E42B3E; }
span { border-color: rgb(228,43,62); }
td.TdClassName
{
border-color: #E42B3E;
}
.TagClassName
{
border-color: #E42B3E;
}
</style>