Shades of Alizarin #E42A37
Tints of Alizarin #E42A37
RGB
CMYK
RGB Variations
Color information
#E42A37 (or 0xE42A37) is known color: Alizarin. HEX triplet: E4, 2A and 37. RGB value is (228,42,55). Sum of RGB (Red+Green+Blue) = 228+42+55=325 (43% of max value = 765). Red value is 228 (89.45% from 255 or 70.15% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 55 (21.88% from 255 or 16.92% from 325); Max value from RGB is 228 - color contains mainly: red. Hex color #E42A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42A37 is #1BD5C8. Grayscale: #636363. Windows color (decimal): -1824201 or 3615460. OLE color: 3615460.
HSL color Cylindrical-coordinate representation of color #E42A37: hue angle of 355.81º 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 #E42A37 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 42 | 55 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.11 |
| HSL | 355.81º | 0.78% | 0.53% | - |
| HSV(B) | 355.81º | 0.82% | 0.89% | - |
| XYZ | 33.51 | 18.43 | 5.4 | - |
| YUV | 99.1 | 103.12 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 42 | 55 | 0 | 0.82 | 0.76 | 0.11 | 355.81 | 0.78 | 0.53 |
| Hex | E4 | 2A | 37 | 0 | 52 | 4C | B | 164 | 4E | 35 |
| Octal | 344 | 52 | 67 | 0 | 122 | 114 | 13 | 544 | 116 | 65 |
| Binary | 11100100 | 101010 | 110111 | 0 | 1010010 | 1001100 | 1011 | 101100100 | 1001110 | 110101 |
Color Harmonies of #E42A37
Complementary color
Monochromatic Colors of #E42A37
Black with #E42A37
Text Example
Text Example
White with #E42A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42A37; }
p { color: rgb(228,42,55); }
H1.HeaderClassName
{
color: #E42A37;
}
.AnyTagClassName
{
color: #E42A37;
}
</style>
background-color css
<style>
a { background-color: #E42A37; }
a { background-color: rgb(228,42,55); }
div.DivClassName
{
background-color: #E42A37;
}
.BgClassName
{
background-color: #E42A37;
}
</style>
border-color css
<style>
span { border-color: #E42A37; }
span { border-color: rgb(228,42,55); }
td.TdClassName
{
border-color: #E42A37;
}
.TagClassName
{
border-color: #E42A37;
}
</style>