Shades of Alizarin #E1203F
Tints of Alizarin #E1203F
RGB
CMYK
RGB Variations
Color information
#E1203F (or 0xE1203F) is known color: Alizarin. HEX triplet: E1, 20 and 3F. RGB value is (225,32,63). Sum of RGB (Red+Green+Blue) = 225+32+63=320 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.31% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 225 - color contains mainly: red. Hex color #E1203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1203F is #1EDFC0. Grayscale: #5D5D5D. Windows color (decimal): -2023361 or 4137185. OLE color: 4137185.
HSL color Cylindrical-coordinate representation of color #E1203F: hue angle of 350.36º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1203F is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 63 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.12 |
| HSL | 350.36º | 0.76% | 0.5% | - |
| HSV(B) | 350.36º | 0.86% | 0.88% | - |
| XYZ | 32.47 | 17.4 | 6.35 | - |
| YUV | 93.24 | 110.94 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 63 | 0 | 0.86 | 0.72 | 0.12 | 350.36 | 0.76 | 0.5 |
| Hex | E1 | 20 | 3F | 0 | 56 | 48 | C | 15E | 4C | 32 |
| Octal | 341 | 40 | 77 | 0 | 126 | 110 | 14 | 536 | 114 | 62 |
| Binary | 11100001 | 100000 | 111111 | 0 | 1010110 | 1001000 | 1100 | 101011110 | 1001100 | 110010 |
Color Harmonies of #E1203F
Complementary color
Monochromatic Colors of #E1203F
Black with #E1203F
Text Example
Text Example
White with #E1203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1203F; }
p { color: rgb(225,32,63); }
H1.HeaderClassName
{
color: #E1203F;
}
.AnyTagClassName
{
color: #E1203F;
}
</style>
background-color css
<style>
a { background-color: #E1203F; }
a { background-color: rgb(225,32,63); }
div.DivClassName
{
background-color: #E1203F;
}
.BgClassName
{
background-color: #E1203F;
}
</style>
border-color css
<style>
span { border-color: #E1203F; }
span { border-color: rgb(225,32,63); }
td.TdClassName
{
border-color: #E1203F;
}
.TagClassName
{
border-color: #E1203F;
}
</style>