Shades of Alizarin #E0323C
Tints of Alizarin #E0323C
RGB
CMYK
RGB Variations
Color information
#E0323C (or 0xE0323C) is known color: Alizarin. HEX triplet: E0, 32 and 3C. RGB value is (224,50,60). Sum of RGB (Red+Green+Blue) = 224+50+60=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E0323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0323C is #1FCDC3. Grayscale: #676767. Windows color (decimal): -2084292 or 3945184. OLE color: 3945184.
HSL color Cylindrical-coordinate representation of color #E0323C: hue angle of 356.55º 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 #E0323C is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 60 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.12 |
| HSL | 356.55º | 0.74% | 0.54% | - |
| HSV(B) | 356.55º | 0.78% | 0.88% | - |
| XYZ | 32.7 | 18.45 | 6.11 | - |
| YUV | 103.17 | 103.65 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 60 | 0 | 0.78 | 0.73 | 0.12 | 356.55 | 0.74 | 0.54 |
| Hex | E0 | 32 | 3C | 0 | 4E | 49 | C | 165 | 4A | 36 |
| Octal | 340 | 62 | 74 | 0 | 116 | 111 | 14 | 545 | 112 | 66 |
| Binary | 11100000 | 110010 | 111100 | 0 | 1001110 | 1001001 | 1100 | 101100101 | 1001010 | 110110 |
Color Harmonies of #E0323C
Complementary color
Monochromatic Colors of #E0323C
Black with #E0323C
Text Example
Text Example
White with #E0323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0323C; }
p { color: rgb(224,50,60); }
H1.HeaderClassName
{
color: #E0323C;
}
.AnyTagClassName
{
color: #E0323C;
}
</style>
background-color css
<style>
a { background-color: #E0323C; }
a { background-color: rgb(224,50,60); }
div.DivClassName
{
background-color: #E0323C;
}
.BgClassName
{
background-color: #E0323C;
}
</style>
border-color css
<style>
span { border-color: #E0323C; }
span { border-color: rgb(224,50,60); }
td.TdClassName
{
border-color: #E0323C;
}
.TagClassName
{
border-color: #E0323C;
}
</style>