Shades of Alizarin #E5343B
Tints of Alizarin #E5343B
RGB
CMYK
RGB Variations
Color information
#E5343B (or 0xE5343B) is known color: Alizarin. HEX triplet: E5, 34 and 3B. RGB value is (229,52,59). Sum of RGB (Red+Green+Blue) = 229+52+59=340 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.35% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 59 (23.44% from 255 or 17.35% from 340); Max value from RGB is 229 - color contains mainly: red. Hex color #E5343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5343B is #1ACBC4. Grayscale: #696969. Windows color (decimal): -1756101 or 3880165. OLE color: 3880165.
HSL color Cylindrical-coordinate representation of color #E5343B: hue angle of 357.63º 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 #E5343B is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 59 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.10 |
| HSL | 357.63º | 0.77% | 0.55% | - |
| HSV(B) | 357.63º | 0.77% | 0.9% | - |
| XYZ | 34.33 | 19.43 | 6.08 | - |
| YUV | 105.72 | 101.64 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 59 | 0 | 0.77 | 0.74 | 0.10 | 357.63 | 0.77 | 0.55 |
| Hex | E5 | 34 | 3B | 0 | 4D | 4A | A | 166 | 4D | 37 |
| Octal | 345 | 64 | 73 | 0 | 115 | 112 | 12 | 546 | 115 | 67 |
| Binary | 11100101 | 110100 | 111011 | 0 | 1001101 | 1001010 | 1010 | 101100110 | 1001101 | 110111 |
Color Harmonies of #E5343B
Complementary color
Monochromatic Colors of #E5343B
Black with #E5343B
Text Example
Text Example
White with #E5343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5343B; }
p { color: rgb(229,52,59); }
H1.HeaderClassName
{
color: #E5343B;
}
.AnyTagClassName
{
color: #E5343B;
}
</style>
background-color css
<style>
a { background-color: #E5343B; }
a { background-color: rgb(229,52,59); }
div.DivClassName
{
background-color: #E5343B;
}
.BgClassName
{
background-color: #E5343B;
}
</style>
border-color css
<style>
span { border-color: #E5343B; }
span { border-color: rgb(229,52,59); }
td.TdClassName
{
border-color: #E5343B;
}
.TagClassName
{
border-color: #E5343B;
}
</style>