Shades of Alizarin #E42A3C
Tints of Alizarin #E42A3C
RGB
CMYK
RGB Variations
Color information
#E42A3C (or 0xE42A3C) is known color: Alizarin. HEX triplet: E4, 2A and 3C. RGB value is (228,42,60). Sum of RGB (Red+Green+Blue) = 228+42+60=330 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.09% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 228 - color contains mainly: red. Hex color #E42A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42A3C is #1BD5C3. Grayscale: #636363. Windows color (decimal): -1824196 or 3943140. OLE color: 3943140.
HSL color Cylindrical-coordinate representation of color #E42A3C: hue angle of 354.19º degrees, saturation: 0.77, 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 #E42A3C is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 42 | 60 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.11 |
| HSL | 354.19º | 0.78% | 0.53% | - |
| HSV(B) | 354.19º | 0.82% | 0.89% | - |
| XYZ | 33.64 | 18.48 | 6.07 | - |
| YUV | 99.67 | 105.62 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 42 | 60 | 0 | 0.82 | 0.74 | 0.11 | 354.19 | 0.78 | 0.53 |
| Hex | E4 | 2A | 3C | 0 | 52 | 4A | B | 162 | 4E | 35 |
| Octal | 344 | 52 | 74 | 0 | 122 | 112 | 13 | 542 | 116 | 65 |
| Binary | 11100100 | 101010 | 111100 | 0 | 1010010 | 1001010 | 1011 | 101100010 | 1001110 | 110101 |
Color Harmonies of #E42A3C
Complementary color
Monochromatic Colors of #E42A3C
Black with #E42A3C
Text Example
Text Example
White with #E42A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42A3C; }
p { color: rgb(228,42,60); }
H1.HeaderClassName
{
color: #E42A3C;
}
.AnyTagClassName
{
color: #E42A3C;
}
</style>
background-color css
<style>
a { background-color: #E42A3C; }
a { background-color: rgb(228,42,60); }
div.DivClassName
{
background-color: #E42A3C;
}
.BgClassName
{
background-color: #E42A3C;
}
</style>
border-color css
<style>
span { border-color: #E42A3C; }
span { border-color: rgb(228,42,60); }
td.TdClassName
{
border-color: #E42A3C;
}
.TagClassName
{
border-color: #E42A3C;
}
</style>