Shades of Alizarin #E92126
Tints of Alizarin #E92126
RGB
CMYK
RGB Variations
Color information
#E92126 (or 0xE92126) is known color: Alizarin. HEX triplet: E9, 21 and 26. RGB value is (233,33,38). Sum of RGB (Red+Green+Blue) = 233+33+38=304 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.64% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 38 (15.23% from 255 or 12.5% from 304); Max value from RGB is 233 - color contains mainly: red. Hex color #E92126 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92126 is #16DED9. Grayscale: #5D5D5D. Windows color (decimal): -1498842 or 2499049. OLE color: 2499049.
HSL color Cylindrical-coordinate representation of color #E92126: hue angle of 358.5º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E92126 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 38 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.09 |
| HSL | 358.5º | 0.82% | 0.52% | - |
| HSV(B) | 358.5º | 0.86% | 0.91% | - |
| XYZ | 34.5 | 18.55 | 3.6 | - |
| YUV | 93.37 | 96.76 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 38 | 0 | 0.86 | 0.84 | 0.09 | 358.5 | 0.82 | 0.52 |
| Hex | E9 | 21 | 26 | 0 | 56 | 54 | 9 | 166 | 52 | 34 |
| Octal | 351 | 41 | 46 | 0 | 126 | 124 | 11 | 546 | 122 | 64 |
| Binary | 11101001 | 100001 | 100110 | 0 | 1010110 | 1010100 | 1001 | 101100110 | 1010010 | 110100 |
Color Harmonies of #E92126
Complementary color
Monochromatic Colors of #E92126
Black with #E92126
Text Example
Text Example
White with #E92126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92126; }
p { color: rgb(233,33,38); }
H1.HeaderClassName
{
color: #E92126;
}
.AnyTagClassName
{
color: #E92126;
}
</style>
background-color css
<style>
a { background-color: #E92126; }
a { background-color: rgb(233,33,38); }
div.DivClassName
{
background-color: #E92126;
}
.BgClassName
{
background-color: #E92126;
}
</style>
border-color css
<style>
span { border-color: #E92126; }
span { border-color: rgb(233,33,38); }
td.TdClassName
{
border-color: #E92126;
}
.TagClassName
{
border-color: #E92126;
}
</style>