Shades of Alizarin #E9182E
Tints of Alizarin #E9182E
RGB
CMYK
RGB Variations
Color information
#E9182E (or 0xE9182E) is known color: Alizarin. HEX triplet: E9, 18 and 2E. RGB value is (233,24,46). Sum of RGB (Red+Green+Blue) = 233+24+46=303 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.90% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 233 - color contains mainly: red. Hex color #E9182E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9182E is #16E7D1. Grayscale: #595959. Windows color (decimal): -1501138 or 3021033. OLE color: 3021033.
HSL color Cylindrical-coordinate representation of color #E9182E: hue angle of 353.68º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E9182E is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 24 | 46 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.09 |
| HSL | 353.68º | 0.83% | 0.5% | - |
| HSV(B) | 353.68º | 0.9% | 0.91% | - |
| XYZ | 34.42 | 18.17 | 4.28 | - |
| YUV | 89 | 103.74 | 230.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 46 | 0 | 0.90 | 0.80 | 0.09 | 353.68 | 0.83 | 0.5 |
| Hex | E9 | 18 | 2E | 0 | 5A | 50 | 9 | 162 | 53 | 32 |
| Octal | 351 | 30 | 56 | 0 | 132 | 120 | 11 | 542 | 123 | 62 |
| Binary | 11101001 | 11000 | 101110 | 0 | 1011010 | 1010000 | 1001 | 101100010 | 1010011 | 110010 |
Color Harmonies of #E9182E
Complementary color
Monochromatic Colors of #E9182E
Black with #E9182E
Text Example
Text Example
White with #E9182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9182E; }
p { color: rgb(233,24,46); }
H1.HeaderClassName
{
color: #E9182E;
}
.AnyTagClassName
{
color: #E9182E;
}
</style>
background-color css
<style>
a { background-color: #E9182E; }
a { background-color: rgb(233,24,46); }
div.DivClassName
{
background-color: #E9182E;
}
.BgClassName
{
background-color: #E9182E;
}
</style>
border-color css
<style>
span { border-color: #E9182E; }
span { border-color: rgb(233,24,46); }
td.TdClassName
{
border-color: #E9182E;
}
.TagClassName
{
border-color: #E9182E;
}
</style>