Shades of Alizarin #E32631
Tints of Alizarin #E32631
RGB
CMYK
RGB Variations
Color information
#E32631 (or 0xE32631) is known color: Alizarin. HEX triplet: E3, 26 and 31. RGB value is (227,38,49). Sum of RGB (Red+Green+Blue) = 227+38+49=314 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.29% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 227 - color contains mainly: red. Hex color #E32631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32631 is #1CD9CE. Grayscale: #5F5F5F. Windows color (decimal): -1890767 or 3221219. OLE color: 3221219.
HSL color Cylindrical-coordinate representation of color #E32631: hue angle of 356.51º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E32631 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 38 | 49 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.11 |
| HSL | 356.51º | 0.77% | 0.52% | - |
| HSV(B) | 356.51º | 0.83% | 0.89% | - |
| XYZ | 32.93 | 17.94 | 4.63 | - |
| YUV | 95.77 | 101.62 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 49 | 0 | 0.83 | 0.78 | 0.11 | 356.51 | 0.77 | 0.52 |
| Hex | E3 | 26 | 31 | 0 | 53 | 4E | B | 165 | 4D | 34 |
| Octal | 343 | 46 | 61 | 0 | 123 | 116 | 13 | 545 | 115 | 64 |
| Binary | 11100011 | 100110 | 110001 | 0 | 1010011 | 1001110 | 1011 | 101100101 | 1001101 | 110100 |
Color Harmonies of #E32631
Complementary color
Monochromatic Colors of #E32631
Black with #E32631
Text Example
Text Example
White with #E32631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32631; }
p { color: rgb(227,38,49); }
H1.HeaderClassName
{
color: #E32631;
}
.AnyTagClassName
{
color: #E32631;
}
</style>
background-color css
<style>
a { background-color: #E32631; }
a { background-color: rgb(227,38,49); }
div.DivClassName
{
background-color: #E32631;
}
.BgClassName
{
background-color: #E32631;
}
</style>
border-color css
<style>
span { border-color: #E32631; }
span { border-color: rgb(227,38,49); }
td.TdClassName
{
border-color: #E32631;
}
.TagClassName
{
border-color: #E32631;
}
</style>