Shades of Alizarin #E5343A
Tints of Alizarin #E5343A
RGB
CMYK
RGB Variations
Color information
#E5343A (or 0xE5343A) is known color: Alizarin. HEX triplet: E5, 34 and 3A. RGB value is (229,52,58). Sum of RGB (Red+Green+Blue) = 229+52+58=339 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.55% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 229 - color contains mainly: red. Hex color #E5343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5343A is #1ACBC5. Grayscale: #696969. Windows color (decimal): -1756102 or 3814629. OLE color: 3814629.
HSL color Cylindrical-coordinate representation of color #E5343A: hue angle of 357.97º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E5343A is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 58 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.10 |
| HSL | 357.97º | 0.77% | 0.55% | - |
| HSV(B) | 357.97º | 0.77% | 0.9% | - |
| XYZ | 34.3 | 19.42 | 5.94 | - |
| YUV | 105.61 | 101.14 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 58 | 0 | 0.77 | 0.75 | 0.10 | 357.97 | 0.77 | 0.55 |
| Hex | E5 | 34 | 3A | 0 | 4D | 4B | A | 166 | 4D | 37 |
| Octal | 345 | 64 | 72 | 0 | 115 | 113 | 12 | 546 | 115 | 67 |
| Binary | 11100101 | 110100 | 111010 | 0 | 1001101 | 1001011 | 1010 | 101100110 | 1001101 | 110111 |
Color Harmonies of #E5343A
Complementary color
Monochromatic Colors of #E5343A
Black with #E5343A
Text Example
Text Example
White with #E5343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5343A; }
p { color: rgb(229,52,58); }
H1.HeaderClassName
{
color: #E5343A;
}
.AnyTagClassName
{
color: #E5343A;
}
</style>
background-color css
<style>
a { background-color: #E5343A; }
a { background-color: rgb(229,52,58); }
div.DivClassName
{
background-color: #E5343A;
}
.BgClassName
{
background-color: #E5343A;
}
</style>
border-color css
<style>
span { border-color: #E5343A; }
span { border-color: rgb(229,52,58); }
td.TdClassName
{
border-color: #E5343A;
}
.TagClassName
{
border-color: #E5343A;
}
</style>