Shades of Alizarin #E9282B
Tints of Alizarin #E9282B
RGB
CMYK
RGB Variations
Color information
#E9282B (or 0xE9282B) is known color: Alizarin. HEX triplet: E9, 28 and 2B. RGB value is (233,40,43). Sum of RGB (Red+Green+Blue) = 233+40+43=316 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.73% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 233 - color contains mainly: red. Hex color #E9282B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9282B is #16D7D4. Grayscale: #626262. Windows color (decimal): -1497045 or 2828521. OLE color: 2828521.
HSL color Cylindrical-coordinate representation of color #E9282B: hue angle of 359.07º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E9282B is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 40 | 43 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.09 |
| HSL | 359.07º | 0.81% | 0.54% | - |
| HSV(B) | 359.07º | 0.83% | 0.91% | - |
| XYZ | 34.8 | 19.02 | 4.12 | - |
| YUV | 98.05 | 96.94 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 40 | 43 | 0 | 0.83 | 0.82 | 0.09 | 359.07 | 0.81 | 0.54 |
| Hex | E9 | 28 | 2B | 0 | 53 | 52 | 9 | 167 | 51 | 36 |
| Octal | 351 | 50 | 53 | 0 | 123 | 122 | 11 | 547 | 121 | 66 |
| Binary | 11101001 | 101000 | 101011 | 0 | 1010011 | 1010010 | 1001 | 101100111 | 1010001 | 110110 |
Color Harmonies of #E9282B
Complementary color
Monochromatic Colors of #E9282B
Black with #E9282B
Text Example
Text Example
White with #E9282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9282B; }
p { color: rgb(233,40,43); }
H1.HeaderClassName
{
color: #E9282B;
}
.AnyTagClassName
{
color: #E9282B;
}
</style>
background-color css
<style>
a { background-color: #E9282B; }
a { background-color: rgb(233,40,43); }
div.DivClassName
{
background-color: #E9282B;
}
.BgClassName
{
background-color: #E9282B;
}
</style>
border-color css
<style>
span { border-color: #E9282B; }
span { border-color: rgb(233,40,43); }
td.TdClassName
{
border-color: #E9282B;
}
.TagClassName
{
border-color: #E9282B;
}
</style>