Shades of Alizarin #E02D43
Tints of Alizarin #E02D43
RGB
CMYK
RGB Variations
Color information
#E02D43 (or 0xE02D43) is known color: Alizarin. HEX triplet: E0, 2D and 43. RGB value is (224,45,67). Sum of RGB (Red+Green+Blue) = 224+45+67=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02D43 is #1FD2BC. Grayscale: #656565. Windows color (decimal): -2085565 or 4402656. OLE color: 4402656.
HSL color Cylindrical-coordinate representation of color #E02D43: hue angle of 352.63º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02D43 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 67 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.12 |
| HSL | 352.63º | 0.74% | 0.53% | - |
| HSV(B) | 352.63º | 0.8% | 0.88% | - |
| XYZ | 32.69 | 18.13 | 7.09 | - |
| YUV | 101.03 | 108.8 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 67 | 0 | 0.80 | 0.70 | 0.12 | 352.63 | 0.74 | 0.53 |
| Hex | E0 | 2D | 43 | 0 | 50 | 46 | C | 161 | 4A | 35 |
| Octal | 340 | 55 | 103 | 0 | 120 | 106 | 14 | 541 | 112 | 65 |
| Binary | 11100000 | 101101 | 1000011 | 0 | 1010000 | 1000110 | 1100 | 101100001 | 1001010 | 110101 |
Color Harmonies of #E02D43
Complementary color
Monochromatic Colors of #E02D43
Black with #E02D43
Text Example
Text Example
White with #E02D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02D43; }
p { color: rgb(224,45,67); }
H1.HeaderClassName
{
color: #E02D43;
}
.AnyTagClassName
{
color: #E02D43;
}
</style>
background-color css
<style>
a { background-color: #E02D43; }
a { background-color: rgb(224,45,67); }
div.DivClassName
{
background-color: #E02D43;
}
.BgClassName
{
background-color: #E02D43;
}
</style>
border-color css
<style>
span { border-color: #E02D43; }
span { border-color: rgb(224,45,67); }
td.TdClassName
{
border-color: #E02D43;
}
.TagClassName
{
border-color: #E02D43;
}
</style>