Shades of Alizarin #E4222B
Tints of Alizarin #E4222B
RGB
CMYK
RGB Variations
Color information
#E4222B (or 0xE4222B) is known color: Alizarin. HEX triplet: E4, 22 and 2B. RGB value is (228,34,43). Sum of RGB (Red+Green+Blue) = 228+34+43=305 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.75% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 228 - color contains mainly: red. Hex color #E4222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4222B is #1BDDD4. Grayscale: #5D5D5D. Windows color (decimal): -1826261 or 2826980. OLE color: 2826980.
HSL color Cylindrical-coordinate representation of color #E4222B: hue angle of 357.22º degrees, saturation: 0.78, 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 #E4222B is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 34 | 43 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.11 |
| HSL | 357.22º | 0.78% | 0.51% | - |
| HSV(B) | 357.22º | 0.85% | 0.89% | - |
| XYZ | 33 | 17.81 | 3.98 | - |
| YUV | 93.03 | 99.77 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 34 | 43 | 0 | 0.85 | 0.81 | 0.11 | 357.22 | 0.78 | 0.51 |
| Hex | E4 | 22 | 2B | 0 | 55 | 51 | B | 165 | 4E | 33 |
| Octal | 344 | 42 | 53 | 0 | 125 | 121 | 13 | 545 | 116 | 63 |
| Binary | 11100100 | 100010 | 101011 | 0 | 1010101 | 1010001 | 1011 | 101100101 | 1001110 | 110011 |
Color Harmonies of #E4222B
Complementary color
Monochromatic Colors of #E4222B
Black with #E4222B
Text Example
Text Example
White with #E4222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4222B; }
p { color: rgb(228,34,43); }
H1.HeaderClassName
{
color: #E4222B;
}
.AnyTagClassName
{
color: #E4222B;
}
</style>
background-color css
<style>
a { background-color: #E4222B; }
a { background-color: rgb(228,34,43); }
div.DivClassName
{
background-color: #E4222B;
}
.BgClassName
{
background-color: #E4222B;
}
</style>
border-color css
<style>
span { border-color: #E4222B; }
span { border-color: rgb(228,34,43); }
td.TdClassName
{
border-color: #E4222B;
}
.TagClassName
{
border-color: #E4222B;
}
</style>