Shades of Alizarin #E42C38
Tints of Alizarin #E42C38
RGB
CMYK
RGB Variations
Color information
#E42C38 (or 0xE42C38) is known color: Alizarin. HEX triplet: E4, 2C and 38. RGB value is (228,44,56). Sum of RGB (Red+Green+Blue) = 228+44+56=328 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.51% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 228 - color contains mainly: red. Hex color #E42C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42C38 is #1BD3C7. Grayscale: #646464. Windows color (decimal): -1823688 or 3681508. OLE color: 3681508.
HSL color Cylindrical-coordinate representation of color #E42C38: hue angle of 356.09º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42C38 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 44 | 56 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.11 |
| HSL | 356.09º | 0.77% | 0.53% | - |
| HSV(B) | 356.09º | 0.81% | 0.89% | - |
| XYZ | 33.61 | 18.58 | 5.56 | - |
| YUV | 100.38 | 102.96 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 44 | 56 | 0 | 0.81 | 0.75 | 0.11 | 356.09 | 0.77 | 0.53 |
| Hex | E4 | 2C | 38 | 0 | 51 | 4B | B | 164 | 4D | 35 |
| Octal | 344 | 54 | 70 | 0 | 121 | 113 | 13 | 544 | 115 | 65 |
| Binary | 11100100 | 101100 | 111000 | 0 | 1010001 | 1001011 | 1011 | 101100100 | 1001101 | 110101 |
Color Harmonies of #E42C38
Complementary color
Monochromatic Colors of #E42C38
Black with #E42C38
Text Example
Text Example
White with #E42C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42C38; }
p { color: rgb(228,44,56); }
H1.HeaderClassName
{
color: #E42C38;
}
.AnyTagClassName
{
color: #E42C38;
}
</style>
background-color css
<style>
a { background-color: #E42C38; }
a { background-color: rgb(228,44,56); }
div.DivClassName
{
background-color: #E42C38;
}
.BgClassName
{
background-color: #E42C38;
}
</style>
border-color css
<style>
span { border-color: #E42C38; }
span { border-color: rgb(228,44,56); }
td.TdClassName
{
border-color: #E42C38;
}
.TagClassName
{
border-color: #E42C38;
}
</style>