Shades of Alizarin #E32327
Tints of Alizarin #E32327
RGB
CMYK
RGB Variations
Color information
#E32327 (or 0xE32327) is known color: Alizarin. HEX triplet: E3, 23 and 27. RGB value is (227,35,39). Sum of RGB (Red+Green+Blue) = 227+35+39=301 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.42% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 227 - color contains mainly: red. Hex color #E32327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32327 is #1CDCD8. Grayscale: #5D5D5D. Windows color (decimal): -1891545 or 2565091. OLE color: 2565091.
HSL color Cylindrical-coordinate representation of color #E32327: hue angle of 358.75º 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 #E32327 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 35 | 39 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.11 |
| HSL | 358.75º | 0.77% | 0.51% | - |
| HSV(B) | 358.75º | 0.85% | 0.89% | - |
| XYZ | 32.65 | 17.68 | 3.61 | - |
| YUV | 92.86 | 97.61 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 35 | 39 | 0 | 0.85 | 0.83 | 0.11 | 358.75 | 0.77 | 0.51 |
| Hex | E3 | 23 | 27 | 0 | 55 | 53 | B | 167 | 4D | 33 |
| Octal | 343 | 43 | 47 | 0 | 125 | 123 | 13 | 547 | 115 | 63 |
| Binary | 11100011 | 100011 | 100111 | 0 | 1010101 | 1010011 | 1011 | 101100111 | 1001101 | 110011 |
Color Harmonies of #E32327
Complementary color
Monochromatic Colors of #E32327
Black with #E32327
Text Example
Text Example
White with #E32327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32327; }
p { color: rgb(227,35,39); }
H1.HeaderClassName
{
color: #E32327;
}
.AnyTagClassName
{
color: #E32327;
}
</style>
background-color css
<style>
a { background-color: #E32327; }
a { background-color: rgb(227,35,39); }
div.DivClassName
{
background-color: #E32327;
}
.BgClassName
{
background-color: #E32327;
}
</style>
border-color css
<style>
span { border-color: #E32327; }
span { border-color: rgb(227,35,39); }
td.TdClassName
{
border-color: #E32327;
}
.TagClassName
{
border-color: #E32327;
}
</style>