Shades of Alizarin #E22830
Tints of Alizarin #E22830
RGB
CMYK
RGB Variations
Color information
#E22830 (or 0xE22830) is known color: Alizarin. HEX triplet: E2, 28 and 30. RGB value is (226,40,48). Sum of RGB (Red+Green+Blue) = 226+40+48=314 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.97% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 226 - color contains mainly: red. Hex color #E22830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22830 is #1DD7CF. Grayscale: #606060. Windows color (decimal): -1955792 or 3156194. OLE color: 3156194.
HSL color Cylindrical-coordinate representation of color #E22830: hue angle of 357.42º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E22830 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 48 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.11 |
| HSL | 357.42º | 0.76% | 0.52% | - |
| HSV(B) | 357.42º | 0.82% | 0.89% | - |
| XYZ | 32.66 | 17.9 | 4.53 | - |
| YUV | 96.53 | 100.62 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 48 | 0 | 0.82 | 0.79 | 0.11 | 357.42 | 0.76 | 0.52 |
| Hex | E2 | 28 | 30 | 0 | 52 | 4F | B | 165 | 4C | 34 |
| Octal | 342 | 50 | 60 | 0 | 122 | 117 | 13 | 545 | 114 | 64 |
| Binary | 11100010 | 101000 | 110000 | 0 | 1010010 | 1001111 | 1011 | 101100101 | 1001100 | 110100 |
Color Harmonies of #E22830
Complementary color
Monochromatic Colors of #E22830
Black with #E22830
Text Example
Text Example
White with #E22830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22830; }
p { color: rgb(226,40,48); }
H1.HeaderClassName
{
color: #E22830;
}
.AnyTagClassName
{
color: #E22830;
}
</style>
background-color css
<style>
a { background-color: #E22830; }
a { background-color: rgb(226,40,48); }
div.DivClassName
{
background-color: #E22830;
}
.BgClassName
{
background-color: #E22830;
}
</style>
border-color css
<style>
span { border-color: #E22830; }
span { border-color: rgb(226,40,48); }
td.TdClassName
{
border-color: #E22830;
}
.TagClassName
{
border-color: #E22830;
}
</style>