Shades of Alizarin #E9252D
Tints of Alizarin #E9252D
RGB
CMYK
RGB Variations
Color information
#E9252D (or 0xE9252D) is known color: Alizarin. HEX triplet: E9, 25 and 2D. RGB value is (233,37,45). Sum of RGB (Red+Green+Blue) = 233+37+45=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E9252D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9252D is #16DAD2. Grayscale: #606060. Windows color (decimal): -1497811 or 2958825. OLE color: 2958825.
HSL color Cylindrical-coordinate representation of color #E9252D: hue angle of 357.55º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E9252D is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 37 | 45 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.09 |
| HSL | 357.55º | 0.82% | 0.53% | - |
| HSV(B) | 357.55º | 0.84% | 0.91% | - |
| XYZ | 34.74 | 18.84 | 4.29 | - |
| YUV | 96.52 | 98.93 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 37 | 45 | 0 | 0.84 | 0.81 | 0.09 | 357.55 | 0.82 | 0.53 |
| Hex | E9 | 25 | 2D | 0 | 54 | 51 | 9 | 166 | 52 | 35 |
| Octal | 351 | 45 | 55 | 0 | 124 | 121 | 11 | 546 | 122 | 65 |
| Binary | 11101001 | 100101 | 101101 | 0 | 1010100 | 1010001 | 1001 | 101100110 | 1010010 | 110101 |
Color Harmonies of #E9252D
Complementary color
Monochromatic Colors of #E9252D
Black with #E9252D
Text Example
Text Example
White with #E9252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9252D; }
p { color: rgb(233,37,45); }
H1.HeaderClassName
{
color: #E9252D;
}
.AnyTagClassName
{
color: #E9252D;
}
</style>
background-color css
<style>
a { background-color: #E9252D; }
a { background-color: rgb(233,37,45); }
div.DivClassName
{
background-color: #E9252D;
}
.BgClassName
{
background-color: #E9252D;
}
</style>
border-color css
<style>
span { border-color: #E9252D; }
span { border-color: rgb(233,37,45); }
td.TdClassName
{
border-color: #E9252D;
}
.TagClassName
{
border-color: #E9252D;
}
</style>