Shades of Alizarin #E3232A
Tints of Alizarin #E3232A
RGB
CMYK
RGB Variations
Color information
#E3232A (or 0xE3232A) is known color: Alizarin. HEX triplet: E3, 23 and 2A. RGB value is (227,35,42). Sum of RGB (Red+Green+Blue) = 227+35+42=304 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.67% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 227 - color contains mainly: red. Hex color #E3232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3232A is #1CDCD5. Grayscale: #5D5D5D. Windows color (decimal): -1891542 or 2761699. OLE color: 2761699.
HSL color Cylindrical-coordinate representation of color #E3232A: hue angle of 357.81º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E3232A is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 35 | 42 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.11 |
| HSL | 357.81º | 0.77% | 0.51% | - |
| HSV(B) | 357.81º | 0.85% | 0.89% | - |
| XYZ | 32.7 | 17.7 | 3.88 | - |
| YUV | 93.21 | 99.11 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 35 | 42 | 0 | 0.85 | 0.81 | 0.11 | 357.81 | 0.77 | 0.51 |
| Hex | E3 | 23 | 2A | 0 | 55 | 51 | B | 166 | 4D | 33 |
| Octal | 343 | 43 | 52 | 0 | 125 | 121 | 13 | 546 | 115 | 63 |
| Binary | 11100011 | 100011 | 101010 | 0 | 1010101 | 1010001 | 1011 | 101100110 | 1001101 | 110011 |
Color Harmonies of #E3232A
Complementary color
Monochromatic Colors of #E3232A
Black with #E3232A
Text Example
Text Example
White with #E3232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3232A; }
p { color: rgb(227,35,42); }
H1.HeaderClassName
{
color: #E3232A;
}
.AnyTagClassName
{
color: #E3232A;
}
</style>
background-color css
<style>
a { background-color: #E3232A; }
a { background-color: rgb(227,35,42); }
div.DivClassName
{
background-color: #E3232A;
}
.BgClassName
{
background-color: #E3232A;
}
</style>
border-color css
<style>
span { border-color: #E3232A; }
span { border-color: rgb(227,35,42); }
td.TdClassName
{
border-color: #E3232A;
}
.TagClassName
{
border-color: #E3232A;
}
</style>