Shades of Alizarin #E42B3A
Tints of Alizarin #E42B3A
RGB
CMYK
RGB Variations
Color information
#E42B3A (or 0xE42B3A) is known color: Alizarin. HEX triplet: E4, 2B and 3A. RGB value is (228,43,58). Sum of RGB (Red+Green+Blue) = 228+43+58=329 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.30% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 228 - color contains mainly: red. Hex color #E42B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42B3A is #1BD4C5. Grayscale: #646464. Windows color (decimal): -1823942 or 3812324. OLE color: 3812324.
HSL color Cylindrical-coordinate representation of color #E42B3A: hue angle of 355.14º 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 #E42B3A is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 43 | 58 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.11 |
| HSL | 355.14º | 0.77% | 0.53% | - |
| HSV(B) | 355.14º | 0.81% | 0.89% | - |
| XYZ | 33.62 | 18.53 | 5.81 | - |
| YUV | 100.03 | 104.29 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 43 | 58 | 0 | 0.81 | 0.75 | 0.11 | 355.14 | 0.77 | 0.53 |
| Hex | E4 | 2B | 3A | 0 | 51 | 4B | B | 163 | 4D | 35 |
| Octal | 344 | 53 | 72 | 0 | 121 | 113 | 13 | 543 | 115 | 65 |
| Binary | 11100100 | 101011 | 111010 | 0 | 1010001 | 1001011 | 1011 | 101100011 | 1001101 | 110101 |
Color Harmonies of #E42B3A
Complementary color
Monochromatic Colors of #E42B3A
Black with #E42B3A
Text Example
Text Example
White with #E42B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42B3A; }
p { color: rgb(228,43,58); }
H1.HeaderClassName
{
color: #E42B3A;
}
.AnyTagClassName
{
color: #E42B3A;
}
</style>
background-color css
<style>
a { background-color: #E42B3A; }
a { background-color: rgb(228,43,58); }
div.DivClassName
{
background-color: #E42B3A;
}
.BgClassName
{
background-color: #E42B3A;
}
</style>
border-color css
<style>
span { border-color: #E42B3A; }
span { border-color: rgb(228,43,58); }
td.TdClassName
{
border-color: #E42B3A;
}
.TagClassName
{
border-color: #E42B3A;
}
</style>