Shades of Alizarin #E4282F
Tints of Alizarin #E4282F
RGB
CMYK
RGB Variations
Color information
#E4282F (or 0xE4282F) is known color: Alizarin. HEX triplet: E4, 28 and 2F. RGB value is (228,40,47). Sum of RGB (Red+Green+Blue) = 228+40+47=315 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.38% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 228 - color contains mainly: red. Hex color #E4282F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4282F is #1BD7D0. Grayscale: #616161. Windows color (decimal): -1824721 or 3090660. OLE color: 3090660.
HSL color Cylindrical-coordinate representation of color #E4282F: hue angle of 357.77º 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 #E4282F is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 47 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.11 |
| HSL | 357.77º | 0.78% | 0.53% | - |
| HSV(B) | 357.77º | 0.82% | 0.89% | - |
| XYZ | 33.27 | 18.22 | 4.45 | - |
| YUV | 97.01 | 99.78 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 47 | 0 | 0.82 | 0.79 | 0.11 | 357.77 | 0.78 | 0.53 |
| Hex | E4 | 28 | 2F | 0 | 52 | 4F | B | 166 | 4E | 35 |
| Octal | 344 | 50 | 57 | 0 | 122 | 117 | 13 | 546 | 116 | 65 |
| Binary | 11100100 | 101000 | 101111 | 0 | 1010010 | 1001111 | 1011 | 101100110 | 1001110 | 110101 |
Color Harmonies of #E4282F
Complementary color
Monochromatic Colors of #E4282F
Black with #E4282F
Text Example
Text Example
White with #E4282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4282F; }
p { color: rgb(228,40,47); }
H1.HeaderClassName
{
color: #E4282F;
}
.AnyTagClassName
{
color: #E4282F;
}
</style>
background-color css
<style>
a { background-color: #E4282F; }
a { background-color: rgb(228,40,47); }
div.DivClassName
{
background-color: #E4282F;
}
.BgClassName
{
background-color: #E4282F;
}
</style>
border-color css
<style>
span { border-color: #E4282F; }
span { border-color: rgb(228,40,47); }
td.TdClassName
{
border-color: #E4282F;
}
.TagClassName
{
border-color: #E4282F;
}
</style>