Shades of Alizarin #E32D41
Tints of Alizarin #E32D41
RGB
CMYK
RGB Variations
Color information
#E32D41 (or 0xE32D41) is known color: Alizarin. HEX triplet: E3, 2D and 41. RGB value is (227,45,65). Sum of RGB (Red+Green+Blue) = 227+45+65=337 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.36% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 227 - color contains mainly: red. Hex color #E32D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32D41 is #1CD2BE. Grayscale: #656565. Windows color (decimal): -1888959 or 4271587. OLE color: 4271587.
HSL color Cylindrical-coordinate representation of color #E32D41: hue angle of 353.41º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32D41 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 45 | 65 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.11 |
| HSL | 353.41º | 0.76% | 0.53% | - |
| HSV(B) | 353.41º | 0.8% | 0.89% | - |
| XYZ | 33.57 | 18.59 | 6.82 | - |
| YUV | 101.7 | 107.3 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 45 | 65 | 0 | 0.80 | 0.71 | 0.11 | 353.41 | 0.76 | 0.53 |
| Hex | E3 | 2D | 41 | 0 | 50 | 47 | B | 161 | 4C | 35 |
| Octal | 343 | 55 | 101 | 0 | 120 | 107 | 13 | 541 | 114 | 65 |
| Binary | 11100011 | 101101 | 1000001 | 0 | 1010000 | 1000111 | 1011 | 101100001 | 1001100 | 110101 |
Color Harmonies of #E32D41
Complementary color
Monochromatic Colors of #E32D41
Black with #E32D41
Text Example
Text Example
White with #E32D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32D41; }
p { color: rgb(227,45,65); }
H1.HeaderClassName
{
color: #E32D41;
}
.AnyTagClassName
{
color: #E32D41;
}
</style>
background-color css
<style>
a { background-color: #E32D41; }
a { background-color: rgb(227,45,65); }
div.DivClassName
{
background-color: #E32D41;
}
.BgClassName
{
background-color: #E32D41;
}
</style>
border-color css
<style>
span { border-color: #E32D41; }
span { border-color: rgb(227,45,65); }
td.TdClassName
{
border-color: #E32D41;
}
.TagClassName
{
border-color: #E32D41;
}
</style>