Shades of Alizarin #E4292D
Tints of Alizarin #E4292D
RGB
CMYK
RGB Variations
Color information
#E4292D (or 0xE4292D) is known color: Alizarin. HEX triplet: E4, 29 and 2D. RGB value is (228,41,45). Sum of RGB (Red+Green+Blue) = 228+41+45=314 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.61% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 228 - color contains mainly: red. Hex color #E4292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4292D is #1BD6D2. Grayscale: #616161. Windows color (decimal): -1824467 or 2959844. OLE color: 2959844.
HSL color Cylindrical-coordinate representation of color #E4292D: hue angle of 358.72º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E4292D is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 45 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.11 |
| HSL | 358.72º | 0.78% | 0.53% | - |
| HSV(B) | 358.72º | 0.82% | 0.89% | - |
| XYZ | 33.26 | 18.27 | 4.26 | - |
| YUV | 97.37 | 98.45 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 45 | 0 | 0.82 | 0.80 | 0.11 | 358.72 | 0.78 | 0.53 |
| Hex | E4 | 29 | 2D | 0 | 52 | 50 | B | 167 | 4E | 35 |
| Octal | 344 | 51 | 55 | 0 | 122 | 120 | 13 | 547 | 116 | 65 |
| Binary | 11100100 | 101001 | 101101 | 0 | 1010010 | 1010000 | 1011 | 101100111 | 1001110 | 110101 |
Color Harmonies of #E4292D
Complementary color
Monochromatic Colors of #E4292D
Black with #E4292D
Text Example
Text Example
White with #E4292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4292D; }
p { color: rgb(228,41,45); }
H1.HeaderClassName
{
color: #E4292D;
}
.AnyTagClassName
{
color: #E4292D;
}
</style>
background-color css
<style>
a { background-color: #E4292D; }
a { background-color: rgb(228,41,45); }
div.DivClassName
{
background-color: #E4292D;
}
.BgClassName
{
background-color: #E4292D;
}
</style>
border-color css
<style>
span { border-color: #E4292D; }
span { border-color: rgb(228,41,45); }
td.TdClassName
{
border-color: #E4292D;
}
.TagClassName
{
border-color: #E4292D;
}
</style>