Shades of Alizarin #E4282E
Tints of Alizarin #E4282E
RGB
CMYK
RGB Variations
Color information
#E4282E (or 0xE4282E) is known color: Alizarin. HEX triplet: E4, 28 and 2E. RGB value is (228,40,46). Sum of RGB (Red+Green+Blue) = 228+40+46=314 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.61% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 228 - color contains mainly: red. Hex color #E4282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4282E is #1BD7D1. Grayscale: #616161. Windows color (decimal): -1824722 or 3025124. OLE color: 3025124.
HSL color Cylindrical-coordinate representation of color #E4282E: hue angle of 358.09º 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 #E4282E is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 46 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.11 |
| HSL | 358.09º | 0.78% | 0.53% | - |
| HSV(B) | 358.09º | 0.82% | 0.89% | - |
| XYZ | 33.25 | 18.21 | 4.35 | - |
| YUV | 96.9 | 99.28 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 46 | 0 | 0.82 | 0.80 | 0.11 | 358.09 | 0.78 | 0.53 |
| Hex | E4 | 28 | 2E | 0 | 52 | 50 | B | 166 | 4E | 35 |
| Octal | 344 | 50 | 56 | 0 | 122 | 120 | 13 | 546 | 116 | 65 |
| Binary | 11100100 | 101000 | 101110 | 0 | 1010010 | 1010000 | 1011 | 101100110 | 1001110 | 110101 |
Color Harmonies of #E4282E
Complementary color
Monochromatic Colors of #E4282E
Black with #E4282E
Text Example
Text Example
White with #E4282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4282E; }
p { color: rgb(228,40,46); }
H1.HeaderClassName
{
color: #E4282E;
}
.AnyTagClassName
{
color: #E4282E;
}
</style>
background-color css
<style>
a { background-color: #E4282E; }
a { background-color: rgb(228,40,46); }
div.DivClassName
{
background-color: #E4282E;
}
.BgClassName
{
background-color: #E4282E;
}
</style>
border-color css
<style>
span { border-color: #E4282E; }
span { border-color: rgb(228,40,46); }
td.TdClassName
{
border-color: #E4282E;
}
.TagClassName
{
border-color: #E4282E;
}
</style>