Shades of Alizarin #E0323F
Tints of Alizarin #E0323F
RGB
CMYK
RGB Variations
Color information
#E0323F (or 0xE0323F) is known color: Alizarin. HEX triplet: E0, 32 and 3F. RGB value is (224,50,63). Sum of RGB (Red+Green+Blue) = 224+50+63=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E0323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0323F is #1FCDC0. Grayscale: #676767. Windows color (decimal): -2084289 or 4141792. OLE color: 4141792.
HSL color Cylindrical-coordinate representation of color #E0323F: hue angle of 355.52º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E0323F is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 63 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.12 |
| HSL | 355.52º | 0.74% | 0.54% | - |
| HSV(B) | 355.52º | 0.78% | 0.88% | - |
| XYZ | 32.78 | 18.49 | 6.54 | - |
| YUV | 103.51 | 105.15 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 63 | 0 | 0.78 | 0.72 | 0.12 | 355.52 | 0.74 | 0.54 |
| Hex | E0 | 32 | 3F | 0 | 4E | 48 | C | 164 | 4A | 36 |
| Octal | 340 | 62 | 77 | 0 | 116 | 110 | 14 | 544 | 112 | 66 |
| Binary | 11100000 | 110010 | 111111 | 0 | 1001110 | 1001000 | 1100 | 101100100 | 1001010 | 110110 |
Color Harmonies of #E0323F
Complementary color
Monochromatic Colors of #E0323F
Black with #E0323F
Text Example
Text Example
White with #E0323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0323F; }
p { color: rgb(224,50,63); }
H1.HeaderClassName
{
color: #E0323F;
}
.AnyTagClassName
{
color: #E0323F;
}
</style>
background-color css
<style>
a { background-color: #E0323F; }
a { background-color: rgb(224,50,63); }
div.DivClassName
{
background-color: #E0323F;
}
.BgClassName
{
background-color: #E0323F;
}
</style>
border-color css
<style>
span { border-color: #E0323F; }
span { border-color: rgb(224,50,63); }
td.TdClassName
{
border-color: #E0323F;
}
.TagClassName
{
border-color: #E0323F;
}
</style>