Shades of Alizarin #E32930
Tints of Alizarin #E32930
RGB
CMYK
RGB Variations
Color information
#E32930 (or 0xE32930) is known color: Alizarin. HEX triplet: E3, 29 and 30. RGB value is (227,41,48). Sum of RGB (Red+Green+Blue) = 227+41+48=316 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.84% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 227 - color contains mainly: red. Hex color #E32930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32930 is #1CD6CF. Grayscale: #616161. Windows color (decimal): -1890000 or 3156451. OLE color: 3156451.
HSL color Cylindrical-coordinate representation of color #E32930: hue angle of 357.74º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32930 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 41 | 48 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.11 |
| HSL | 357.74º | 0.77% | 0.53% | - |
| HSV(B) | 357.74º | 0.82% | 0.89% | - |
| XYZ | 33 | 18.13 | 4.56 | - |
| YUV | 97.41 | 100.12 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 41 | 48 | 0 | 0.82 | 0.79 | 0.11 | 357.74 | 0.77 | 0.53 |
| Hex | E3 | 29 | 30 | 0 | 52 | 4F | B | 166 | 4D | 35 |
| Octal | 343 | 51 | 60 | 0 | 122 | 117 | 13 | 546 | 115 | 65 |
| Binary | 11100011 | 101001 | 110000 | 0 | 1010010 | 1001111 | 1011 | 101100110 | 1001101 | 110101 |
Color Harmonies of #E32930
Complementary color
Monochromatic Colors of #E32930
Black with #E32930
Text Example
Text Example
White with #E32930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32930; }
p { color: rgb(227,41,48); }
H1.HeaderClassName
{
color: #E32930;
}
.AnyTagClassName
{
color: #E32930;
}
</style>
background-color css
<style>
a { background-color: #E32930; }
a { background-color: rgb(227,41,48); }
div.DivClassName
{
background-color: #E32930;
}
.BgClassName
{
background-color: #E32930;
}
</style>
border-color css
<style>
span { border-color: #E32930; }
span { border-color: rgb(227,41,48); }
td.TdClassName
{
border-color: #E32930;
}
.TagClassName
{
border-color: #E32930;
}
</style>