Shades of Alizarin #E3232E
Tints of Alizarin #E3232E
RGB
CMYK
RGB Variations
Color information
#E3232E (or 0xE3232E) is known color: Alizarin. HEX triplet: E3, 23 and 2E. RGB value is (227,35,46). Sum of RGB (Red+Green+Blue) = 227+35+46=308 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.70% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 227 - color contains mainly: red. Hex color #E3232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3232E is #1CDCD1. Grayscale: #5D5D5D. Windows color (decimal): -1891538 or 3023843. OLE color: 3023843.
HSL color Cylindrical-coordinate representation of color #E3232E: hue angle of 356.56º 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 #E3232E is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 35 | 46 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.11 |
| HSL | 356.56º | 0.77% | 0.51% | - |
| HSV(B) | 356.56º | 0.85% | 0.89% | - |
| XYZ | 32.77 | 17.73 | 4.28 | - |
| YUV | 93.66 | 101.11 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 35 | 46 | 0 | 0.85 | 0.80 | 0.11 | 356.56 | 0.77 | 0.51 |
| Hex | E3 | 23 | 2E | 0 | 55 | 50 | B | 165 | 4D | 33 |
| Octal | 343 | 43 | 56 | 0 | 125 | 120 | 13 | 545 | 115 | 63 |
| Binary | 11100011 | 100011 | 101110 | 0 | 1010101 | 1010000 | 1011 | 101100101 | 1001101 | 110011 |
Color Harmonies of #E3232E
Complementary color
Monochromatic Colors of #E3232E
Black with #E3232E
Text Example
Text Example
White with #E3232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3232E; }
p { color: rgb(227,35,46); }
H1.HeaderClassName
{
color: #E3232E;
}
.AnyTagClassName
{
color: #E3232E;
}
</style>
background-color css
<style>
a { background-color: #E3232E; }
a { background-color: rgb(227,35,46); }
div.DivClassName
{
background-color: #E3232E;
}
.BgClassName
{
background-color: #E3232E;
}
</style>
border-color css
<style>
span { border-color: #E3232E; }
span { border-color: rgb(227,35,46); }
td.TdClassName
{
border-color: #E3232E;
}
.TagClassName
{
border-color: #E3232E;
}
</style>