Shades of Alizarin #E32E3D
Tints of Alizarin #E32E3D
RGB
CMYK
RGB Variations
Color information
#E32E3D (or 0xE32E3D) is known color: Alizarin. HEX triplet: E3, 2E and 3D. RGB value is (227,46,61). Sum of RGB (Red+Green+Blue) = 227+46+61=334 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.96% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 227 - color contains mainly: red. Hex color #E32E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32E3D is #1CD1C2. Grayscale: #656565. Windows color (decimal): -1888707 or 4009699. OLE color: 4009699.
HSL color Cylindrical-coordinate representation of color #E32E3D: hue angle of 355.03º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32E3D is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 46 | 61 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.11 |
| HSL | 355.03º | 0.76% | 0.54% | - |
| HSV(B) | 355.03º | 0.8% | 0.89% | - |
| XYZ | 33.5 | 18.62 | 6.24 | - |
| YUV | 101.83 | 104.97 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 46 | 61 | 0 | 0.80 | 0.73 | 0.11 | 355.03 | 0.76 | 0.54 |
| Hex | E3 | 2E | 3D | 0 | 50 | 49 | B | 163 | 4C | 36 |
| Octal | 343 | 56 | 75 | 0 | 120 | 111 | 13 | 543 | 114 | 66 |
| Binary | 11100011 | 101110 | 111101 | 0 | 1010000 | 1001001 | 1011 | 101100011 | 1001100 | 110110 |
Color Harmonies of #E32E3D
Complementary color
Monochromatic Colors of #E32E3D
Black with #E32E3D
Text Example
Text Example
White with #E32E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32E3D; }
p { color: rgb(227,46,61); }
H1.HeaderClassName
{
color: #E32E3D;
}
.AnyTagClassName
{
color: #E32E3D;
}
</style>
background-color css
<style>
a { background-color: #E32E3D; }
a { background-color: rgb(227,46,61); }
div.DivClassName
{
background-color: #E32E3D;
}
.BgClassName
{
background-color: #E32E3D;
}
</style>
border-color css
<style>
span { border-color: #E32E3D; }
span { border-color: rgb(227,46,61); }
td.TdClassName
{
border-color: #E32E3D;
}
.TagClassName
{
border-color: #E32E3D;
}
</style>