Shades of Alizarin #E42830
Tints of Alizarin #E42830
RGB
CMYK
RGB Variations
Color information
#E42830 (or 0xE42830) is known color: Alizarin. HEX triplet: E4, 28 and 30. RGB value is (228,40,48). Sum of RGB (Red+Green+Blue) = 228+40+48=316 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.15% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 228 - color contains mainly: red. Hex color #E42830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42830 is #1BD7CF. Grayscale: #616161. Windows color (decimal): -1824720 or 3156196. OLE color: 3156196.
HSL color Cylindrical-coordinate representation of color #E42830: hue angle of 357.45º 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 #E42830 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 48 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.11 |
| HSL | 357.45º | 0.78% | 0.53% | - |
| HSV(B) | 357.45º | 0.82% | 0.89% | - |
| XYZ | 33.29 | 18.22 | 4.56 | - |
| YUV | 97.12 | 100.28 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 48 | 0 | 0.82 | 0.79 | 0.11 | 357.45 | 0.78 | 0.53 |
| Hex | E4 | 28 | 30 | 0 | 52 | 4F | B | 165 | 4E | 35 |
| Octal | 344 | 50 | 60 | 0 | 122 | 117 | 13 | 545 | 116 | 65 |
| Binary | 11100100 | 101000 | 110000 | 0 | 1010010 | 1001111 | 1011 | 101100101 | 1001110 | 110101 |
Color Harmonies of #E42830
Complementary color
Monochromatic Colors of #E42830
Black with #E42830
Text Example
Text Example
White with #E42830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42830; }
p { color: rgb(228,40,48); }
H1.HeaderClassName
{
color: #E42830;
}
.AnyTagClassName
{
color: #E42830;
}
</style>
background-color css
<style>
a { background-color: #E42830; }
a { background-color: rgb(228,40,48); }
div.DivClassName
{
background-color: #E42830;
}
.BgClassName
{
background-color: #E42830;
}
</style>
border-color css
<style>
span { border-color: #E42830; }
span { border-color: rgb(228,40,48); }
td.TdClassName
{
border-color: #E42830;
}
.TagClassName
{
border-color: #E42830;
}
</style>