Shades of Alizarin #E9242D
Tints of Alizarin #E9242D
RGB
CMYK
RGB Variations
Color information
#E9242D (or 0xE9242D) is known color: Alizarin. HEX triplet: E9, 24 and 2D. RGB value is (233,36,45). Sum of RGB (Red+Green+Blue) = 233+36+45=314 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.20% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 233 - color contains mainly: red. Hex color #E9242D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9242D is #16DBD2. Grayscale: #606060. Windows color (decimal): -1498067 or 2958569. OLE color: 2958569.
HSL color Cylindrical-coordinate representation of color #E9242D: hue angle of 357.26º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E9242D is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 36 | 45 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.09 |
| HSL | 357.26º | 0.82% | 0.53% | - |
| HSV(B) | 357.26º | 0.85% | 0.91% | - |
| XYZ | 34.71 | 18.77 | 4.28 | - |
| YUV | 95.93 | 99.27 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 36 | 45 | 0 | 0.85 | 0.81 | 0.09 | 357.26 | 0.82 | 0.53 |
| Hex | E9 | 24 | 2D | 0 | 55 | 51 | 9 | 165 | 52 | 35 |
| Octal | 351 | 44 | 55 | 0 | 125 | 121 | 11 | 545 | 122 | 65 |
| Binary | 11101001 | 100100 | 101101 | 0 | 1010101 | 1010001 | 1001 | 101100101 | 1010010 | 110101 |
Color Harmonies of #E9242D
Complementary color
Monochromatic Colors of #E9242D
Black with #E9242D
Text Example
Text Example
White with #E9242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9242D; }
p { color: rgb(233,36,45); }
H1.HeaderClassName
{
color: #E9242D;
}
.AnyTagClassName
{
color: #E9242D;
}
</style>
background-color css
<style>
a { background-color: #E9242D; }
a { background-color: rgb(233,36,45); }
div.DivClassName
{
background-color: #E9242D;
}
.BgClassName
{
background-color: #E9242D;
}
</style>
border-color css
<style>
span { border-color: #E9242D; }
span { border-color: rgb(233,36,45); }
td.TdClassName
{
border-color: #E9242D;
}
.TagClassName
{
border-color: #E9242D;
}
</style>