Shades of Alizarin #E1233A
Tints of Alizarin #E1233A
RGB
CMYK
RGB Variations
Color information
#E1233A (or 0xE1233A) is known color: Alizarin. HEX triplet: E1, 23 and 3A. RGB value is (225,35,58). Sum of RGB (Red+Green+Blue) = 225+35+58=318 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.75% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 225 - color contains mainly: red. Hex color #E1233A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1233A is #1EDCC5. Grayscale: #5E5E5E. Windows color (decimal): -2022598 or 3810273. OLE color: 3810273.
HSL color Cylindrical-coordinate representation of color #E1233A: hue angle of 352.74º degrees, saturation: 0.76, 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 #E1233A is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 58 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.12 |
| HSL | 352.74º | 0.76% | 0.51% | - |
| HSV(B) | 352.74º | 0.84% | 0.88% | - |
| XYZ | 32.42 | 17.52 | 5.68 | - |
| YUV | 94.43 | 107.45 | 221.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 58 | 0 | 0.84 | 0.74 | 0.12 | 352.74 | 0.76 | 0.51 |
| Hex | E1 | 23 | 3A | 0 | 54 | 4A | C | 161 | 4C | 33 |
| Octal | 341 | 43 | 72 | 0 | 124 | 112 | 14 | 541 | 114 | 63 |
| Binary | 11100001 | 100011 | 111010 | 0 | 1010100 | 1001010 | 1100 | 101100001 | 1001100 | 110011 |
Color Harmonies of #E1233A
Complementary color
Monochromatic Colors of #E1233A
Black with #E1233A
Text Example
Text Example
White with #E1233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1233A; }
p { color: rgb(225,35,58); }
H1.HeaderClassName
{
color: #E1233A;
}
.AnyTagClassName
{
color: #E1233A;
}
</style>
background-color css
<style>
a { background-color: #E1233A; }
a { background-color: rgb(225,35,58); }
div.DivClassName
{
background-color: #E1233A;
}
.BgClassName
{
background-color: #E1233A;
}
</style>
border-color css
<style>
span { border-color: #E1233A; }
span { border-color: rgb(225,35,58); }
td.TdClassName
{
border-color: #E1233A;
}
.TagClassName
{
border-color: #E1233A;
}
</style>