Shades of Alizarin #E32838
Tints of Alizarin #E32838
RGB
CMYK
RGB Variations
Color information
#E32838 (or 0xE32838) is known color: Alizarin. HEX triplet: E3, 28 and 38. RGB value is (227,40,56). Sum of RGB (Red+Green+Blue) = 227+40+56=323 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.28% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 227 - color contains mainly: red. Hex color #E32838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32838 is #1CD7C7. Grayscale: #616161. Windows color (decimal): -1890248 or 3680483. OLE color: 3680483.
HSL color Cylindrical-coordinate representation of color #E32838: hue angle of 354.87º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32838 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 56 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.11 |
| HSL | 354.87º | 0.77% | 0.52% | - |
| HSV(B) | 354.87º | 0.82% | 0.89% | - |
| XYZ | 33.15 | 18.13 | 5.49 | - |
| YUV | 97.74 | 104.45 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 56 | 0 | 0.82 | 0.75 | 0.11 | 354.87 | 0.77 | 0.52 |
| Hex | E3 | 28 | 38 | 0 | 52 | 4B | B | 163 | 4D | 34 |
| Octal | 343 | 50 | 70 | 0 | 122 | 113 | 13 | 543 | 115 | 64 |
| Binary | 11100011 | 101000 | 111000 | 0 | 1010010 | 1001011 | 1011 | 101100011 | 1001101 | 110100 |
Color Harmonies of #E32838
Complementary color
Monochromatic Colors of #E32838
Black with #E32838
Text Example
Text Example
White with #E32838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32838; }
p { color: rgb(227,40,56); }
H1.HeaderClassName
{
color: #E32838;
}
.AnyTagClassName
{
color: #E32838;
}
</style>
background-color css
<style>
a { background-color: #E32838; }
a { background-color: rgb(227,40,56); }
div.DivClassName
{
background-color: #E32838;
}
.BgClassName
{
background-color: #E32838;
}
</style>
border-color css
<style>
span { border-color: #E32838; }
span { border-color: rgb(227,40,56); }
td.TdClassName
{
border-color: #E32838;
}
.TagClassName
{
border-color: #E32838;
}
</style>