Shades of Alizarin #E3213F
Tints of Alizarin #E3213F
RGB
CMYK
RGB Variations
Color information
#E3213F (or 0xE3213F) is known color: Alizarin. HEX triplet: E3, 21 and 3F. RGB value is (227,33,63). Sum of RGB (Red+Green+Blue) = 227+33+63=323 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.28% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 227 - color contains mainly: red. Hex color #E3213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3213F is #1CDEC0. Grayscale: #5E5E5E. Windows color (decimal): -1892033 or 4137443. OLE color: 4137443.
HSL color Cylindrical-coordinate representation of color #E3213F: hue angle of 350.72º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E3213F is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 33 | 63 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.11 |
| HSL | 350.72º | 0.78% | 0.51% | - |
| HSV(B) | 350.72º | 0.85% | 0.89% | - |
| XYZ | 33.12 | 17.78 | 6.39 | - |
| YUV | 94.43 | 110.27 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 33 | 63 | 0 | 0.85 | 0.72 | 0.11 | 350.72 | 0.78 | 0.51 |
| Hex | E3 | 21 | 3F | 0 | 55 | 48 | B | 15F | 4E | 33 |
| Octal | 343 | 41 | 77 | 0 | 125 | 110 | 13 | 537 | 116 | 63 |
| Binary | 11100011 | 100001 | 111111 | 0 | 1010101 | 1001000 | 1011 | 101011111 | 1001110 | 110011 |
Color Harmonies of #E3213F
Complementary color
Monochromatic Colors of #E3213F
Black with #E3213F
Text Example
Text Example
White with #E3213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3213F; }
p { color: rgb(227,33,63); }
H1.HeaderClassName
{
color: #E3213F;
}
.AnyTagClassName
{
color: #E3213F;
}
</style>
background-color css
<style>
a { background-color: #E3213F; }
a { background-color: rgb(227,33,63); }
div.DivClassName
{
background-color: #E3213F;
}
.BgClassName
{
background-color: #E3213F;
}
</style>
border-color css
<style>
span { border-color: #E3213F; }
span { border-color: rgb(227,33,63); }
td.TdClassName
{
border-color: #E3213F;
}
.TagClassName
{
border-color: #E3213F;
}
</style>