Shades of Alizarin #E4242A
Tints of Alizarin #E4242A
RGB
CMYK
RGB Variations
Color information
#E4242A (or 0xE4242A) is known color: Alizarin. HEX triplet: E4, 24 and 2A. RGB value is (228,36,42). Sum of RGB (Red+Green+Blue) = 228+36+42=306 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.51% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 228 - color contains mainly: red. Hex color #E4242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4242A is #1BDBD5. Grayscale: #5E5E5E. Windows color (decimal): -1825750 or 2761956. OLE color: 2761956.
HSL color Cylindrical-coordinate representation of color #E4242A: hue angle of 358.12º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E4242A is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 36 | 42 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.11 |
| HSL | 358.13º | 0.78% | 0.52% | - |
| HSV(B) | 358.13º | 0.84% | 0.89% | - |
| XYZ | 33.04 | 17.92 | 3.91 | - |
| YUV | 94.09 | 98.61 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 42 | 0 | 0.84 | 0.82 | 0.11 | 358.13 | 0.78 | 0.52 |
| Hex | E4 | 24 | 2A | 0 | 54 | 52 | B | 166 | 4E | 34 |
| Octal | 344 | 44 | 52 | 0 | 124 | 122 | 13 | 546 | 116 | 64 |
| Binary | 11100100 | 100100 | 101010 | 0 | 1010100 | 1010010 | 1011 | 101100110 | 1001110 | 110100 |
Color Harmonies of #E4242A
Complementary color
Monochromatic Colors of #E4242A
Black with #E4242A
Text Example
Text Example
White with #E4242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4242A; }
p { color: rgb(228,36,42); }
H1.HeaderClassName
{
color: #E4242A;
}
.AnyTagClassName
{
color: #E4242A;
}
</style>
background-color css
<style>
a { background-color: #E4242A; }
a { background-color: rgb(228,36,42); }
div.DivClassName
{
background-color: #E4242A;
}
.BgClassName
{
background-color: #E4242A;
}
</style>
border-color css
<style>
span { border-color: #E4242A; }
span { border-color: rgb(228,36,42); }
td.TdClassName
{
border-color: #E4242A;
}
.TagClassName
{
border-color: #E4242A;
}
</style>