Shades of Alizarin #E32334
Tints of Alizarin #E32334
RGB
CMYK
RGB Variations
Color information
#E32334 (or 0xE32334) is known color: Alizarin. HEX triplet: E3, 23 and 34. RGB value is (227,35,52). Sum of RGB (Red+Green+Blue) = 227+35+52=314 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.29% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 227 - color contains mainly: red. Hex color #E32334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32334 is #1CDCCB. Grayscale: #5E5E5E. Windows color (decimal): -1891532 or 3417059. OLE color: 3417059.
HSL color Cylindrical-coordinate representation of color #E32334: hue angle of 354.69º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E32334 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 35 | 52 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.11 |
| HSL | 354.69º | 0.77% | 0.51% | - |
| HSV(B) | 354.69º | 0.85% | 0.89% | - |
| XYZ | 32.9 | 17.78 | 4.95 | - |
| YUV | 94.35 | 104.11 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 35 | 52 | 0 | 0.85 | 0.77 | 0.11 | 354.69 | 0.77 | 0.51 |
| Hex | E3 | 23 | 34 | 0 | 55 | 4D | B | 163 | 4D | 33 |
| Octal | 343 | 43 | 64 | 0 | 125 | 115 | 13 | 543 | 115 | 63 |
| Binary | 11100011 | 100011 | 110100 | 0 | 1010101 | 1001101 | 1011 | 101100011 | 1001101 | 110011 |
Color Harmonies of #E32334
Complementary color
Monochromatic Colors of #E32334
Black with #E32334
Text Example
Text Example
White with #E32334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32334; }
p { color: rgb(227,35,52); }
H1.HeaderClassName
{
color: #E32334;
}
.AnyTagClassName
{
color: #E32334;
}
</style>
background-color css
<style>
a { background-color: #E32334; }
a { background-color: rgb(227,35,52); }
div.DivClassName
{
background-color: #E32334;
}
.BgClassName
{
background-color: #E32334;
}
</style>
border-color css
<style>
span { border-color: #E32334; }
span { border-color: rgb(227,35,52); }
td.TdClassName
{
border-color: #E32334;
}
.TagClassName
{
border-color: #E32334;
}
</style>