Shades of Alizarin #E4252E
Tints of Alizarin #E4252E
RGB
CMYK
RGB Variations
Color information
#E4252E (or 0xE4252E) is known color: Alizarin. HEX triplet: E4, 25 and 2E. RGB value is (228,37,46). Sum of RGB (Red+Green+Blue) = 228+37+46=311 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.31% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 228 - color contains mainly: red. Hex color #E4252E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4252E is #1BDAD1. Grayscale: #5F5F5F. Windows color (decimal): -1825490 or 3024356. OLE color: 3024356.
HSL color Cylindrical-coordinate representation of color #E4252E: hue angle of 357.17º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E4252E is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 37 | 46 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.11 |
| HSL | 357.17º | 0.78% | 0.52% | - |
| HSV(B) | 357.17º | 0.84% | 0.89% | - |
| XYZ | 33.15 | 18.01 | 4.31 | - |
| YUV | 95.14 | 100.28 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 37 | 46 | 0 | 0.84 | 0.80 | 0.11 | 357.17 | 0.78 | 0.52 |
| Hex | E4 | 25 | 2E | 0 | 54 | 50 | B | 165 | 4E | 34 |
| Octal | 344 | 45 | 56 | 0 | 124 | 120 | 13 | 545 | 116 | 64 |
| Binary | 11100100 | 100101 | 101110 | 0 | 1010100 | 1010000 | 1011 | 101100101 | 1001110 | 110100 |
Color Harmonies of #E4252E
Complementary color
Monochromatic Colors of #E4252E
Black with #E4252E
Text Example
Text Example
White with #E4252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4252E; }
p { color: rgb(228,37,46); }
H1.HeaderClassName
{
color: #E4252E;
}
.AnyTagClassName
{
color: #E4252E;
}
</style>
background-color css
<style>
a { background-color: #E4252E; }
a { background-color: rgb(228,37,46); }
div.DivClassName
{
background-color: #E4252E;
}
.BgClassName
{
background-color: #E4252E;
}
</style>
border-color css
<style>
span { border-color: #E4252E; }
span { border-color: rgb(228,37,46); }
td.TdClassName
{
border-color: #E4252E;
}
.TagClassName
{
border-color: #E4252E;
}
</style>