Shades of Alizarin #E4292F
Tints of Alizarin #E4292F
RGB
CMYK
RGB Variations
Color information
#E4292F (or 0xE4292F) is known color: Alizarin. HEX triplet: E4, 29 and 2F. RGB value is (228,41,47). Sum of RGB (Red+Green+Blue) = 228+41+47=316 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.15% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 228 - color contains mainly: red. Hex color #E4292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4292F is #1BD6D0. Grayscale: #616161. Windows color (decimal): -1824465 or 3090916. OLE color: 3090916.
HSL color Cylindrical-coordinate representation of color #E4292F: hue angle of 358.07º 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 #E4292F is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 47 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.11 |
| HSL | 358.07º | 0.78% | 0.53% | - |
| HSV(B) | 358.07º | 0.82% | 0.89% | - |
| XYZ | 33.3 | 18.29 | 4.46 | - |
| YUV | 97.6 | 99.45 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 47 | 0 | 0.82 | 0.79 | 0.11 | 358.07 | 0.78 | 0.53 |
| Hex | E4 | 29 | 2F | 0 | 52 | 4F | B | 166 | 4E | 35 |
| Octal | 344 | 51 | 57 | 0 | 122 | 117 | 13 | 546 | 116 | 65 |
| Binary | 11100100 | 101001 | 101111 | 0 | 1010010 | 1001111 | 1011 | 101100110 | 1001110 | 110101 |
Color Harmonies of #E4292F
Complementary color
Monochromatic Colors of #E4292F
Black with #E4292F
Text Example
Text Example
White with #E4292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4292F; }
p { color: rgb(228,41,47); }
H1.HeaderClassName
{
color: #E4292F;
}
.AnyTagClassName
{
color: #E4292F;
}
</style>
background-color css
<style>
a { background-color: #E4292F; }
a { background-color: rgb(228,41,47); }
div.DivClassName
{
background-color: #E4292F;
}
.BgClassName
{
background-color: #E4292F;
}
</style>
border-color css
<style>
span { border-color: #E4292F; }
span { border-color: rgb(228,41,47); }
td.TdClassName
{
border-color: #E4292F;
}
.TagClassName
{
border-color: #E4292F;
}
</style>