Shades of Alizarin #E1232A
Tints of Alizarin #E1232A
RGB
CMYK
RGB Variations
Color information
#E1232A (or 0xE1232A) is known color: Alizarin. HEX triplet: E1, 23 and 2A. RGB value is (225,35,42). Sum of RGB (Red+Green+Blue) = 225+35+42=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E1232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1232A is #1EDCD5. Grayscale: #5C5C5C. Windows color (decimal): -2022614 or 2761697. OLE color: 2761697.
HSL color Cylindrical-coordinate representation of color #E1232A: hue angle of 357.79º 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 #E1232A is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 42 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.12 |
| HSL | 357.79º | 0.76% | 0.51% | - |
| HSV(B) | 357.79º | 0.84% | 0.88% | - |
| XYZ | 32.07 | 17.38 | 3.85 | - |
| YUV | 92.61 | 99.45 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 42 | 0 | 0.84 | 0.81 | 0.12 | 357.79 | 0.76 | 0.51 |
| Hex | E1 | 23 | 2A | 0 | 54 | 51 | C | 166 | 4C | 33 |
| Octal | 341 | 43 | 52 | 0 | 124 | 121 | 14 | 546 | 114 | 63 |
| Binary | 11100001 | 100011 | 101010 | 0 | 1010100 | 1010001 | 1100 | 101100110 | 1001100 | 110011 |
Color Harmonies of #E1232A
Complementary color
Monochromatic Colors of #E1232A
Black with #E1232A
Text Example
Text Example
White with #E1232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1232A; }
p { color: rgb(225,35,42); }
H1.HeaderClassName
{
color: #E1232A;
}
.AnyTagClassName
{
color: #E1232A;
}
</style>
background-color css
<style>
a { background-color: #E1232A; }
a { background-color: rgb(225,35,42); }
div.DivClassName
{
background-color: #E1232A;
}
.BgClassName
{
background-color: #E1232A;
}
</style>
border-color css
<style>
span { border-color: #E1232A; }
span { border-color: rgb(225,35,42); }
td.TdClassName
{
border-color: #E1232A;
}
.TagClassName
{
border-color: #E1232A;
}
</style>