Shades of Alizarin #E42C3D
Tints of Alizarin #E42C3D
RGB
CMYK
RGB Variations
Color information
#E42C3D (or 0xE42C3D) is known color: Alizarin. HEX triplet: E4, 2C and 3D. RGB value is (228,44,61). Sum of RGB (Red+Green+Blue) = 228+44+61=333 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.47% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 228 - color contains mainly: red. Hex color #E42C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42C3D is #1BD3C2. Grayscale: #656565. Windows color (decimal): -1823683 or 4009188. OLE color: 4009188.
HSL color Cylindrical-coordinate representation of color #E42C3D: hue angle of 354.46º 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 #E42C3D is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 44 | 61 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.11 |
| HSL | 354.46º | 0.77% | 0.53% | - |
| HSV(B) | 354.46º | 0.81% | 0.89% | - |
| XYZ | 33.74 | 18.63 | 6.23 | - |
| YUV | 100.95 | 105.46 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 44 | 61 | 0 | 0.81 | 0.73 | 0.11 | 354.46 | 0.77 | 0.53 |
| Hex | E4 | 2C | 3D | 0 | 51 | 49 | B | 162 | 4D | 35 |
| Octal | 344 | 54 | 75 | 0 | 121 | 111 | 13 | 542 | 115 | 65 |
| Binary | 11100100 | 101100 | 111101 | 0 | 1010001 | 1001001 | 1011 | 101100010 | 1001101 | 110101 |
Color Harmonies of #E42C3D
Complementary color
Monochromatic Colors of #E42C3D
Black with #E42C3D
Text Example
Text Example
White with #E42C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42C3D; }
p { color: rgb(228,44,61); }
H1.HeaderClassName
{
color: #E42C3D;
}
.AnyTagClassName
{
color: #E42C3D;
}
</style>
background-color css
<style>
a { background-color: #E42C3D; }
a { background-color: rgb(228,44,61); }
div.DivClassName
{
background-color: #E42C3D;
}
.BgClassName
{
background-color: #E42C3D;
}
</style>
border-color css
<style>
span { border-color: #E42C3D; }
span { border-color: rgb(228,44,61); }
td.TdClassName
{
border-color: #E42C3D;
}
.TagClassName
{
border-color: #E42C3D;
}
</style>