Shades of Alizarin #E53238
Tints of Alizarin #E53238
RGB
CMYK
RGB Variations
Color information
#E53238 (or 0xE53238) is known color: Alizarin. HEX triplet: E5, 32 and 38. RGB value is (229,50,56). Sum of RGB (Red+Green+Blue) = 229+50+56=335 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.36% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 229 - color contains mainly: red. Hex color #E53238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53238 is #1ACDC7. Grayscale: #686868. Windows color (decimal): -1756616 or 3683045. OLE color: 3683045.
HSL color Cylindrical-coordinate representation of color #E53238: hue angle of 357.99º 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 #E53238 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 56 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.10 |
| HSL | 357.99º | 0.77% | 0.55% | - |
| HSV(B) | 357.99º | 0.78% | 0.9% | - |
| XYZ | 34.17 | 19.22 | 5.65 | - |
| YUV | 104.21 | 100.8 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 56 | 0 | 0.78 | 0.76 | 0.10 | 357.99 | 0.77 | 0.55 |
| Hex | E5 | 32 | 38 | 0 | 4E | 4C | A | 166 | 4D | 37 |
| Octal | 345 | 62 | 70 | 0 | 116 | 114 | 12 | 546 | 115 | 67 |
| Binary | 11100101 | 110010 | 111000 | 0 | 1001110 | 1001100 | 1010 | 101100110 | 1001101 | 110111 |
Color Harmonies of #E53238
Complementary color
Monochromatic Colors of #E53238
Black with #E53238
Text Example
Text Example
White with #E53238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53238; }
p { color: rgb(229,50,56); }
H1.HeaderClassName
{
color: #E53238;
}
.AnyTagClassName
{
color: #E53238;
}
</style>
background-color css
<style>
a { background-color: #E53238; }
a { background-color: rgb(229,50,56); }
div.DivClassName
{
background-color: #E53238;
}
.BgClassName
{
background-color: #E53238;
}
</style>
border-color css
<style>
span { border-color: #E53238; }
span { border-color: rgb(229,50,56); }
td.TdClassName
{
border-color: #E53238;
}
.TagClassName
{
border-color: #E53238;
}
</style>