Shades of Alizarin #E42A32
Tints of Alizarin #E42A32
RGB
CMYK
RGB Variations
Color information
#E42A32 (or 0xE42A32) is known color: Alizarin. HEX triplet: E4, 2A and 32. RGB value is (228,42,50). Sum of RGB (Red+Green+Blue) = 228+42+50=320 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.25% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 228 - color contains mainly: red. Hex color #E42A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42A32 is #1BD5CD. Grayscale: #626262. Windows color (decimal): -1824206 or 3287780. OLE color: 3287780.
HSL color Cylindrical-coordinate representation of color #E42A32: hue angle of 357.42º 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 #E42A32 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 42 | 50 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.11 |
| HSL | 357.42º | 0.78% | 0.53% | - |
| HSV(B) | 357.42º | 0.82% | 0.89% | - |
| XYZ | 33.4 | 18.38 | 4.81 | - |
| YUV | 98.53 | 100.62 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 42 | 50 | 0 | 0.82 | 0.78 | 0.11 | 357.42 | 0.78 | 0.53 |
| Hex | E4 | 2A | 32 | 0 | 52 | 4E | B | 165 | 4E | 35 |
| Octal | 344 | 52 | 62 | 0 | 122 | 116 | 13 | 545 | 116 | 65 |
| Binary | 11100100 | 101010 | 110010 | 0 | 1010010 | 1001110 | 1011 | 101100101 | 1001110 | 110101 |
Color Harmonies of #E42A32
Complementary color
Monochromatic Colors of #E42A32
Black with #E42A32
Text Example
Text Example
White with #E42A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42A32; }
p { color: rgb(228,42,50); }
H1.HeaderClassName
{
color: #E42A32;
}
.AnyTagClassName
{
color: #E42A32;
}
</style>
background-color css
<style>
a { background-color: #E42A32; }
a { background-color: rgb(228,42,50); }
div.DivClassName
{
background-color: #E42A32;
}
.BgClassName
{
background-color: #E42A32;
}
</style>
border-color css
<style>
span { border-color: #E42A32; }
span { border-color: rgb(228,42,50); }
td.TdClassName
{
border-color: #E42A32;
}
.TagClassName
{
border-color: #E42A32;
}
</style>