Shades of Alizarin #E1232B
Tints of Alizarin #E1232B
RGB
CMYK
RGB Variations
Color information
#E1232B (or 0xE1232B) is known color: Alizarin. HEX triplet: E1, 23 and 2B. RGB value is (225,35,43). Sum of RGB (Red+Green+Blue) = 225+35+43=303 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.26% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 225 - color contains mainly: red. Hex color #E1232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1232B is #1EDCD4. Grayscale: #5C5C5C. Windows color (decimal): -2022613 or 2827233. OLE color: 2827233.
HSL color Cylindrical-coordinate representation of color #E1232B: hue angle of 357.47º 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 #E1232B is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 43 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.12 |
| HSL | 357.47º | 0.76% | 0.51% | - |
| HSV(B) | 357.47º | 0.84% | 0.88% | - |
| XYZ | 32.09 | 17.38 | 3.95 | - |
| YUV | 92.72 | 99.95 | 222.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 43 | 0 | 0.84 | 0.81 | 0.12 | 357.47 | 0.76 | 0.51 |
| Hex | E1 | 23 | 2B | 0 | 54 | 51 | C | 165 | 4C | 33 |
| Octal | 341 | 43 | 53 | 0 | 124 | 121 | 14 | 545 | 114 | 63 |
| Binary | 11100001 | 100011 | 101011 | 0 | 1010100 | 1010001 | 1100 | 101100101 | 1001100 | 110011 |
Color Harmonies of #E1232B
Complementary color
Monochromatic Colors of #E1232B
Black with #E1232B
Text Example
Text Example
White with #E1232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1232B; }
p { color: rgb(225,35,43); }
H1.HeaderClassName
{
color: #E1232B;
}
.AnyTagClassName
{
color: #E1232B;
}
</style>
background-color css
<style>
a { background-color: #E1232B; }
a { background-color: rgb(225,35,43); }
div.DivClassName
{
background-color: #E1232B;
}
.BgClassName
{
background-color: #E1232B;
}
</style>
border-color css
<style>
span { border-color: #E1232B; }
span { border-color: rgb(225,35,43); }
td.TdClassName
{
border-color: #E1232B;
}
.TagClassName
{
border-color: #E1232B;
}
</style>