Shades of Alizarin #E42A2D
Tints of Alizarin #E42A2D
RGB
CMYK
RGB Variations
Color information
#E42A2D (or 0xE42A2D) is known color: Alizarin. HEX triplet: E4, 2A and 2D. RGB value is (228,42,45). Sum of RGB (Red+Green+Blue) = 228+42+45=315 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.38% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 228 - color contains mainly: red. Hex color #E42A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42A2D is #1BD5D2. Grayscale: #626262. Windows color (decimal): -1824211 or 2960100. OLE color: 2960100.
HSL color Cylindrical-coordinate representation of color #E42A2D: hue angle of 359.03º 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 #E42A2D is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 42 | 45 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.11 |
| HSL | 359.03º | 0.78% | 0.53% | - |
| HSV(B) | 359.03º | 0.82% | 0.89% | - |
| XYZ | 33.3 | 18.34 | 4.27 | - |
| YUV | 97.96 | 98.12 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 42 | 45 | 0 | 0.82 | 0.80 | 0.11 | 359.03 | 0.78 | 0.53 |
| Hex | E4 | 2A | 2D | 0 | 52 | 50 | B | 167 | 4E | 35 |
| Octal | 344 | 52 | 55 | 0 | 122 | 120 | 13 | 547 | 116 | 65 |
| Binary | 11100100 | 101010 | 101101 | 0 | 1010010 | 1010000 | 1011 | 101100111 | 1001110 | 110101 |
Color Harmonies of #E42A2D
Complementary color
Monochromatic Colors of #E42A2D
Black with #E42A2D
Text Example
Text Example
White with #E42A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42A2D; }
p { color: rgb(228,42,45); }
H1.HeaderClassName
{
color: #E42A2D;
}
.AnyTagClassName
{
color: #E42A2D;
}
</style>
background-color css
<style>
a { background-color: #E42A2D; }
a { background-color: rgb(228,42,45); }
div.DivClassName
{
background-color: #E42A2D;
}
.BgClassName
{
background-color: #E42A2D;
}
</style>
border-color css
<style>
span { border-color: #E42A2D; }
span { border-color: rgb(228,42,45); }
td.TdClassName
{
border-color: #E42A2D;
}
.TagClassName
{
border-color: #E42A2D;
}
</style>