Shades of Alizarin #E0233D
Tints of Alizarin #E0233D
RGB
CMYK
RGB Variations
Color information
#E0233D (or 0xE0233D) is known color: Alizarin. HEX triplet: E0, 23 and 3D. RGB value is (224,35,61). Sum of RGB (Red+Green+Blue) = 224+35+61=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E0233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0233D is #1FDCC2. Grayscale: #5E5E5E. Windows color (decimal): -2088131 or 4006880. OLE color: 4006880.
HSL color Cylindrical-coordinate representation of color #E0233D: hue angle of 351.75º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E0233D is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 35 | 61 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.12 |
| HSL | 351.75º | 0.75% | 0.51% | - |
| HSV(B) | 351.75º | 0.84% | 0.88% | - |
| XYZ | 32.18 | 17.39 | 6.07 | - |
| YUV | 94.48 | 109.12 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 35 | 61 | 0 | 0.84 | 0.73 | 0.12 | 351.75 | 0.75 | 0.51 |
| Hex | E0 | 23 | 3D | 0 | 54 | 49 | C | 160 | 4B | 33 |
| Octal | 340 | 43 | 75 | 0 | 124 | 111 | 14 | 540 | 113 | 63 |
| Binary | 11100000 | 100011 | 111101 | 0 | 1010100 | 1001001 | 1100 | 101100000 | 1001011 | 110011 |
Color Harmonies of #E0233D
Complementary color
Monochromatic Colors of #E0233D
Black with #E0233D
Text Example
Text Example
White with #E0233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0233D; }
p { color: rgb(224,35,61); }
H1.HeaderClassName
{
color: #E0233D;
}
.AnyTagClassName
{
color: #E0233D;
}
</style>
background-color css
<style>
a { background-color: #E0233D; }
a { background-color: rgb(224,35,61); }
div.DivClassName
{
background-color: #E0233D;
}
.BgClassName
{
background-color: #E0233D;
}
</style>
border-color css
<style>
span { border-color: #E0233D; }
span { border-color: rgb(224,35,61); }
td.TdClassName
{
border-color: #E0233D;
}
.TagClassName
{
border-color: #E0233D;
}
</style>