Shades of Alizarin #E0233F
Tints of Alizarin #E0233F
RGB
CMYK
RGB Variations
Color information
#E0233F (or 0xE0233F) is known color: Alizarin. HEX triplet: E0, 23 and 3F. RGB value is (224,35,63). Sum of RGB (Red+Green+Blue) = 224+35+63=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E0233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0233F is #1FDCC0. Grayscale: #5E5E5E. Windows color (decimal): -2088129 or 4137952. OLE color: 4137952.
HSL color Cylindrical-coordinate representation of color #E0233F: hue angle of 351.11º 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 #E0233F is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 35 | 63 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.12 |
| HSL | 351.11º | 0.75% | 0.51% | - |
| HSV(B) | 351.11º | 0.84% | 0.88% | - |
| XYZ | 32.24 | 17.41 | 6.36 | - |
| YUV | 94.7 | 110.12 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 35 | 63 | 0 | 0.84 | 0.72 | 0.12 | 351.11 | 0.75 | 0.51 |
| Hex | E0 | 23 | 3F | 0 | 54 | 48 | C | 15F | 4B | 33 |
| Octal | 340 | 43 | 77 | 0 | 124 | 110 | 14 | 537 | 113 | 63 |
| Binary | 11100000 | 100011 | 111111 | 0 | 1010100 | 1001000 | 1100 | 101011111 | 1001011 | 110011 |
Color Harmonies of #E0233F
Complementary color
Monochromatic Colors of #E0233F
Black with #E0233F
Text Example
Text Example
White with #E0233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0233F; }
p { color: rgb(224,35,63); }
H1.HeaderClassName
{
color: #E0233F;
}
.AnyTagClassName
{
color: #E0233F;
}
</style>
background-color css
<style>
a { background-color: #E0233F; }
a { background-color: rgb(224,35,63); }
div.DivClassName
{
background-color: #E0233F;
}
.BgClassName
{
background-color: #E0233F;
}
</style>
border-color css
<style>
span { border-color: #E0233F; }
span { border-color: rgb(224,35,63); }
td.TdClassName
{
border-color: #E0233F;
}
.TagClassName
{
border-color: #E0233F;
}
</style>