Shades of Alizarin #E32125
Tints of Alizarin #E32125
RGB
CMYK
RGB Variations
Color information
#E32125 (or 0xE32125) is known color: Alizarin. HEX triplet: E3, 21 and 25. RGB value is (227,33,37). Sum of RGB (Red+Green+Blue) = 227+33+37=297 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.43% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 227 - color contains mainly: red. Hex color #E32125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32125 is #1CDEDA. Grayscale: #5B5B5B. Windows color (decimal): -1892059 or 2433507. OLE color: 2433507.
HSL color Cylindrical-coordinate representation of color #E32125: hue angle of 358.76º degrees, saturation: 0.78, 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 #E32125 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 33 | 37 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.11 |
| HSL | 358.76º | 0.78% | 0.51% | - |
| HSV(B) | 358.76º | 0.85% | 0.89% | - |
| XYZ | 32.56 | 17.55 | 3.42 | - |
| YUV | 91.46 | 97.27 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 33 | 37 | 0 | 0.85 | 0.84 | 0.11 | 358.76 | 0.78 | 0.51 |
| Hex | E3 | 21 | 25 | 0 | 55 | 54 | B | 167 | 4E | 33 |
| Octal | 343 | 41 | 45 | 0 | 125 | 124 | 13 | 547 | 116 | 63 |
| Binary | 11100011 | 100001 | 100101 | 0 | 1010101 | 1010100 | 1011 | 101100111 | 1001110 | 110011 |
Color Harmonies of #E32125
Complementary color
Monochromatic Colors of #E32125
Black with #E32125
Text Example
Text Example
White with #E32125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32125; }
p { color: rgb(227,33,37); }
H1.HeaderClassName
{
color: #E32125;
}
.AnyTagClassName
{
color: #E32125;
}
</style>
background-color css
<style>
a { background-color: #E32125; }
a { background-color: rgb(227,33,37); }
div.DivClassName
{
background-color: #E32125;
}
.BgClassName
{
background-color: #E32125;
}
</style>
border-color css
<style>
span { border-color: #E32125; }
span { border-color: rgb(227,33,37); }
td.TdClassName
{
border-color: #E32125;
}
.TagClassName
{
border-color: #E32125;
}
</style>