Shades of Alizarin #E3323D
Tints of Alizarin #E3323D
RGB
CMYK
RGB Variations
Color information
#E3323D (or 0xE3323D) is known color: Alizarin. HEX triplet: E3, 32 and 3D. RGB value is (227,50,61). Sum of RGB (Red+Green+Blue) = 227+50+61=338 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.16% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 227 - color contains mainly: red. Hex color #E3323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3323D is #1CCDC2. Grayscale: #686868. Windows color (decimal): -1887683 or 4010723. OLE color: 4010723.
HSL color Cylindrical-coordinate representation of color #E3323D: hue angle of 356.27º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E3323D is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 50 | 61 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.11 |
| HSL | 356.27º | 0.76% | 0.54% | - |
| HSV(B) | 356.27º | 0.78% | 0.89% | - |
| XYZ | 33.66 | 18.95 | 6.3 | - |
| YUV | 104.18 | 103.64 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 50 | 61 | 0 | 0.78 | 0.73 | 0.11 | 356.27 | 0.76 | 0.54 |
| Hex | E3 | 32 | 3D | 0 | 4E | 49 | B | 164 | 4C | 36 |
| Octal | 343 | 62 | 75 | 0 | 116 | 111 | 13 | 544 | 114 | 66 |
| Binary | 11100011 | 110010 | 111101 | 0 | 1001110 | 1001001 | 1011 | 101100100 | 1001100 | 110110 |
Color Harmonies of #E3323D
Complementary color
Monochromatic Colors of #E3323D
Black with #E3323D
Text Example
Text Example
White with #E3323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3323D; }
p { color: rgb(227,50,61); }
H1.HeaderClassName
{
color: #E3323D;
}
.AnyTagClassName
{
color: #E3323D;
}
</style>
background-color css
<style>
a { background-color: #E3323D; }
a { background-color: rgb(227,50,61); }
div.DivClassName
{
background-color: #E3323D;
}
.BgClassName
{
background-color: #E3323D;
}
</style>
border-color css
<style>
span { border-color: #E3323D; }
span { border-color: rgb(227,50,61); }
td.TdClassName
{
border-color: #E3323D;
}
.TagClassName
{
border-color: #E3323D;
}
</style>