Shades of Alizarin #E4282C
Tints of Alizarin #E4282C
RGB
CMYK
RGB Variations
Color information
#E4282C (or 0xE4282C) is known color: Alizarin. HEX triplet: E4, 28 and 2C. RGB value is (228,40,44). Sum of RGB (Red+Green+Blue) = 228+40+44=312 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.08% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 228 - color contains mainly: red. Hex color #E4282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4282C is #1BD7D3. Grayscale: #606060. Windows color (decimal): -1824724 or 2894052. OLE color: 2894052.
HSL color Cylindrical-coordinate representation of color #E4282C: 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 #E4282C is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 44 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.11 |
| HSL | 358.72º | 0.78% | 0.53% | - |
| HSV(B) | 358.72º | 0.82% | 0.89% | - |
| XYZ | 33.21 | 18.19 | 4.14 | - |
| YUV | 96.67 | 98.28 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 44 | 0 | 0.82 | 0.81 | 0.11 | 358.72 | 0.78 | 0.53 |
| Hex | E4 | 28 | 2C | 0 | 52 | 51 | B | 167 | 4E | 35 |
| Octal | 344 | 50 | 54 | 0 | 122 | 121 | 13 | 547 | 116 | 65 |
| Binary | 11100100 | 101000 | 101100 | 0 | 1010010 | 1010001 | 1011 | 101100111 | 1001110 | 110101 |
Color Harmonies of #E4282C
Complementary color
Monochromatic Colors of #E4282C
Black with #E4282C
Text Example
Text Example
White with #E4282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4282C; }
p { color: rgb(228,40,44); }
H1.HeaderClassName
{
color: #E4282C;
}
.AnyTagClassName
{
color: #E4282C;
}
</style>
background-color css
<style>
a { background-color: #E4282C; }
a { background-color: rgb(228,40,44); }
div.DivClassName
{
background-color: #E4282C;
}
.BgClassName
{
background-color: #E4282C;
}
</style>
border-color css
<style>
span { border-color: #E4282C; }
span { border-color: rgb(228,40,44); }
td.TdClassName
{
border-color: #E4282C;
}
.TagClassName
{
border-color: #E4282C;
}
</style>