Shades of Alizarin #E4343A
Tints of Alizarin #E4343A
RGB
CMYK
RGB Variations
Color information
#E4343A (or 0xE4343A) is known color: Alizarin. HEX triplet: E4, 34 and 3A. RGB value is (228,52,58). Sum of RGB (Red+Green+Blue) = 228+52+58=338 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.46% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 228 - color contains mainly: red. Hex color #E4343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4343A is #1BCBC5. Grayscale: #696969. Windows color (decimal): -1821638 or 3814628. OLE color: 3814628.
HSL color Cylindrical-coordinate representation of color #E4343A: hue angle of 357.95º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E4343A is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 52 | 58 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.11 |
| HSL | 357.95º | 0.77% | 0.55% | - |
| HSV(B) | 357.95º | 0.77% | 0.89% | - |
| XYZ | 33.99 | 19.26 | 5.93 | - |
| YUV | 105.31 | 101.31 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 52 | 58 | 0 | 0.77 | 0.75 | 0.11 | 357.95 | 0.77 | 0.55 |
| Hex | E4 | 34 | 3A | 0 | 4D | 4B | B | 166 | 4D | 37 |
| Octal | 344 | 64 | 72 | 0 | 115 | 113 | 13 | 546 | 115 | 67 |
| Binary | 11100100 | 110100 | 111010 | 0 | 1001101 | 1001011 | 1011 | 101100110 | 1001101 | 110111 |
Color Harmonies of #E4343A
Complementary color
Monochromatic Colors of #E4343A
Black with #E4343A
Text Example
Text Example
White with #E4343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4343A; }
p { color: rgb(228,52,58); }
H1.HeaderClassName
{
color: #E4343A;
}
.AnyTagClassName
{
color: #E4343A;
}
</style>
background-color css
<style>
a { background-color: #E4343A; }
a { background-color: rgb(228,52,58); }
div.DivClassName
{
background-color: #E4343A;
}
.BgClassName
{
background-color: #E4343A;
}
</style>
border-color css
<style>
span { border-color: #E4343A; }
span { border-color: rgb(228,52,58); }
td.TdClassName
{
border-color: #E4343A;
}
.TagClassName
{
border-color: #E4343A;
}
</style>