Shades of Alizarin #E5323B
Tints of Alizarin #E5323B
RGB
CMYK
RGB Variations
Color information
#E5323B (or 0xE5323B) is known color: Alizarin. HEX triplet: E5, 32 and 3B. RGB value is (229,50,59). Sum of RGB (Red+Green+Blue) = 229+50+59=338 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.75% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 229 - color contains mainly: red. Hex color #E5323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5323B is #1ACDC4. Grayscale: #686868. Windows color (decimal): -1756613 or 3879653. OLE color: 3879653.
HSL color Cylindrical-coordinate representation of color #E5323B: hue angle of 356.98º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E5323B is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 59 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.10 |
| HSL | 356.98º | 0.77% | 0.55% | - |
| HSV(B) | 356.98º | 0.78% | 0.9% | - |
| XYZ | 34.24 | 19.25 | 6.05 | - |
| YUV | 104.55 | 102.3 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 59 | 0 | 0.78 | 0.74 | 0.10 | 356.98 | 0.77 | 0.55 |
| Hex | E5 | 32 | 3B | 0 | 4E | 4A | A | 165 | 4D | 37 |
| Octal | 345 | 62 | 73 | 0 | 116 | 112 | 12 | 545 | 115 | 67 |
| Binary | 11100101 | 110010 | 111011 | 0 | 1001110 | 1001010 | 1010 | 101100101 | 1001101 | 110111 |
Color Harmonies of #E5323B
Complementary color
Monochromatic Colors of #E5323B
Black with #E5323B
Text Example
Text Example
White with #E5323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5323B; }
p { color: rgb(229,50,59); }
H1.HeaderClassName
{
color: #E5323B;
}
.AnyTagClassName
{
color: #E5323B;
}
</style>
background-color css
<style>
a { background-color: #E5323B; }
a { background-color: rgb(229,50,59); }
div.DivClassName
{
background-color: #E5323B;
}
.BgClassName
{
background-color: #E5323B;
}
</style>
border-color css
<style>
span { border-color: #E5323B; }
span { border-color: rgb(229,50,59); }
td.TdClassName
{
border-color: #E5323B;
}
.TagClassName
{
border-color: #E5323B;
}
</style>