Shades of Alizarin #E4232B
Tints of Alizarin #E4232B
RGB
CMYK
RGB Variations
Color information
#E4232B (or 0xE4232B) is known color: Alizarin. HEX triplet: E4, 23 and 2B. RGB value is (228,35,43). Sum of RGB (Red+Green+Blue) = 228+35+43=306 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.51% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 228 - color contains mainly: red. Hex color #E4232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4232B is #1BDCD4. Grayscale: #5D5D5D. Windows color (decimal): -1826005 or 2827236. OLE color: 2827236.
HSL color Cylindrical-coordinate representation of color #E4232B: hue angle of 357.51º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E4232B is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 35 | 43 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.11 |
| HSL | 357.51º | 0.78% | 0.52% | - |
| HSV(B) | 357.51º | 0.85% | 0.89% | - |
| XYZ | 33.03 | 17.87 | 3.99 | - |
| YUV | 93.62 | 99.44 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 35 | 43 | 0 | 0.85 | 0.81 | 0.11 | 357.51 | 0.78 | 0.52 |
| Hex | E4 | 23 | 2B | 0 | 55 | 51 | B | 166 | 4E | 34 |
| Octal | 344 | 43 | 53 | 0 | 125 | 121 | 13 | 546 | 116 | 64 |
| Binary | 11100100 | 100011 | 101011 | 0 | 1010101 | 1010001 | 1011 | 101100110 | 1001110 | 110100 |
Color Harmonies of #E4232B
Complementary color
Monochromatic Colors of #E4232B
Black with #E4232B
Text Example
Text Example
White with #E4232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4232B; }
p { color: rgb(228,35,43); }
H1.HeaderClassName
{
color: #E4232B;
}
.AnyTagClassName
{
color: #E4232B;
}
</style>
background-color css
<style>
a { background-color: #E4232B; }
a { background-color: rgb(228,35,43); }
div.DivClassName
{
background-color: #E4232B;
}
.BgClassName
{
background-color: #E4232B;
}
</style>
border-color css
<style>
span { border-color: #E4232B; }
span { border-color: rgb(228,35,43); }
td.TdClassName
{
border-color: #E4232B;
}
.TagClassName
{
border-color: #E4232B;
}
</style>