Shades of Alizarin #E5252D
Tints of Alizarin #E5252D
RGB
CMYK
RGB Variations
Color information
#E5252D (or 0xE5252D) is known color: Alizarin. HEX triplet: E5, 25 and 2D. RGB value is (229,37,45). Sum of RGB (Red+Green+Blue) = 229+37+45=311 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.63% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 229 - color contains mainly: red. Hex color #E5252D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5252D is #1ADAD2. Grayscale: #5F5F5F. Windows color (decimal): -1759955 or 2958821. OLE color: 2958821.
HSL color Cylindrical-coordinate representation of color #E5252D: hue angle of 357.5º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E5252D is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 45 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.10 |
| HSL | 357.5º | 0.79% | 0.52% | - |
| HSV(B) | 357.5º | 0.84% | 0.9% | - |
| XYZ | 33.45 | 18.17 | 4.23 | - |
| YUV | 95.32 | 99.61 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 45 | 0 | 0.84 | 0.80 | 0.10 | 357.5 | 0.79 | 0.52 |
| Hex | E5 | 25 | 2D | 0 | 54 | 50 | A | 166 | 4F | 34 |
| Octal | 345 | 45 | 55 | 0 | 124 | 120 | 12 | 546 | 117 | 64 |
| Binary | 11100101 | 100101 | 101101 | 0 | 1010100 | 1010000 | 1010 | 101100110 | 1001111 | 110100 |
Color Harmonies of #E5252D
Complementary color
Monochromatic Colors of #E5252D
Black with #E5252D
Text Example
Text Example
White with #E5252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5252D; }
p { color: rgb(229,37,45); }
H1.HeaderClassName
{
color: #E5252D;
}
.AnyTagClassName
{
color: #E5252D;
}
</style>
background-color css
<style>
a { background-color: #E5252D; }
a { background-color: rgb(229,37,45); }
div.DivClassName
{
background-color: #E5252D;
}
.BgClassName
{
background-color: #E5252D;
}
</style>
border-color css
<style>
span { border-color: #E5252D; }
span { border-color: rgb(229,37,45); }
td.TdClassName
{
border-color: #E5252D;
}
.TagClassName
{
border-color: #E5252D;
}
</style>