Shades of Alizarin #E43238
Tints of Alizarin #E43238
RGB
CMYK
RGB Variations
Color information
#E43238 (or 0xE43238) is known color: Alizarin. HEX triplet: E4, 32 and 38. RGB value is (228,50,56). Sum of RGB (Red+Green+Blue) = 228+50+56=334 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.26% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 228 - color contains mainly: red. Hex color #E43238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43238 is #1BCDC7. Grayscale: #686868. Windows color (decimal): -1822152 or 3683044. OLE color: 3683044.
HSL color Cylindrical-coordinate representation of color #E43238: hue angle of 357.98º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E43238 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 50 | 56 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.11 |
| HSL | 357.98º | 0.77% | 0.55% | - |
| HSV(B) | 357.98º | 0.78% | 0.89% | - |
| XYZ | 33.85 | 19.06 | 5.64 | - |
| YUV | 103.91 | 100.97 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 50 | 56 | 0 | 0.78 | 0.75 | 0.11 | 357.98 | 0.77 | 0.55 |
| Hex | E4 | 32 | 38 | 0 | 4E | 4B | B | 166 | 4D | 37 |
| Octal | 344 | 62 | 70 | 0 | 116 | 113 | 13 | 546 | 115 | 67 |
| Binary | 11100100 | 110010 | 111000 | 0 | 1001110 | 1001011 | 1011 | 101100110 | 1001101 | 110111 |
Color Harmonies of #E43238
Complementary color
Monochromatic Colors of #E43238
Black with #E43238
Text Example
Text Example
White with #E43238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43238; }
p { color: rgb(228,50,56); }
H1.HeaderClassName
{
color: #E43238;
}
.AnyTagClassName
{
color: #E43238;
}
</style>
background-color css
<style>
a { background-color: #E43238; }
a { background-color: rgb(228,50,56); }
div.DivClassName
{
background-color: #E43238;
}
.BgClassName
{
background-color: #E43238;
}
</style>
border-color css
<style>
span { border-color: #E43238; }
span { border-color: rgb(228,50,56); }
td.TdClassName
{
border-color: #E43238;
}
.TagClassName
{
border-color: #E43238;
}
</style>