Shades of Alizarin #E02D41
Tints of Alizarin #E02D41
RGB
CMYK
RGB Variations
Color information
#E02D41 (or 0xE02D41) is known color: Alizarin. HEX triplet: E0, 2D and 41. RGB value is (224,45,65). Sum of RGB (Red+Green+Blue) = 224+45+65=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02D41 is #1FD2BE. Grayscale: #646464. Windows color (decimal): -2085567 or 4271584. OLE color: 4271584.
HSL color Cylindrical-coordinate representation of color #E02D41: hue angle of 353.3º 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 #E02D41 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 65 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.12 |
| HSL | 353.3º | 0.74% | 0.53% | - |
| HSV(B) | 353.3º | 0.8% | 0.88% | - |
| XYZ | 32.63 | 18.11 | 6.78 | - |
| YUV | 100.8 | 107.8 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 65 | 0 | 0.80 | 0.71 | 0.12 | 353.3 | 0.74 | 0.53 |
| Hex | E0 | 2D | 41 | 0 | 50 | 47 | C | 161 | 4A | 35 |
| Octal | 340 | 55 | 101 | 0 | 120 | 107 | 14 | 541 | 112 | 65 |
| Binary | 11100000 | 101101 | 1000001 | 0 | 1010000 | 1000111 | 1100 | 101100001 | 1001010 | 110101 |
Color Harmonies of #E02D41
Complementary color
Monochromatic Colors of #E02D41
Black with #E02D41
Text Example
Text Example
White with #E02D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02D41; }
p { color: rgb(224,45,65); }
H1.HeaderClassName
{
color: #E02D41;
}
.AnyTagClassName
{
color: #E02D41;
}
</style>
background-color css
<style>
a { background-color: #E02D41; }
a { background-color: rgb(224,45,65); }
div.DivClassName
{
background-color: #E02D41;
}
.BgClassName
{
background-color: #E02D41;
}
</style>
border-color css
<style>
span { border-color: #E02D41; }
span { border-color: rgb(224,45,65); }
td.TdClassName
{
border-color: #E02D41;
}
.TagClassName
{
border-color: #E02D41;
}
</style>