Shades of Alizarin #E02D3D
Tints of Alizarin #E02D3D
RGB
CMYK
RGB Variations
Color information
#E02D3D (or 0xE02D3D) is known color: Alizarin. HEX triplet: E0, 2D and 3D. RGB value is (224,45,61). Sum of RGB (Red+Green+Blue) = 224+45+61=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02D3D is #1FD2C2. Grayscale: #646464. Windows color (decimal): -2085571 or 4009440. OLE color: 4009440.
HSL color Cylindrical-coordinate representation of color #E02D3D: hue angle of 354.64º 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 #E02D3D is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 61 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.12 |
| HSL | 354.64º | 0.74% | 0.53% | - |
| HSV(B) | 354.64º | 0.8% | 0.88% | - |
| XYZ | 32.52 | 18.06 | 6.19 | - |
| YUV | 100.35 | 105.8 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 61 | 0 | 0.80 | 0.73 | 0.12 | 354.64 | 0.74 | 0.53 |
| Hex | E0 | 2D | 3D | 0 | 50 | 49 | C | 163 | 4A | 35 |
| Octal | 340 | 55 | 75 | 0 | 120 | 111 | 14 | 543 | 112 | 65 |
| Binary | 11100000 | 101101 | 111101 | 0 | 1010000 | 1001001 | 1100 | 101100011 | 1001010 | 110101 |
Color Harmonies of #E02D3D
Complementary color
Monochromatic Colors of #E02D3D
Black with #E02D3D
Text Example
Text Example
White with #E02D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02D3D; }
p { color: rgb(224,45,61); }
H1.HeaderClassName
{
color: #E02D3D;
}
.AnyTagClassName
{
color: #E02D3D;
}
</style>
background-color css
<style>
a { background-color: #E02D3D; }
a { background-color: rgb(224,45,61); }
div.DivClassName
{
background-color: #E02D3D;
}
.BgClassName
{
background-color: #E02D3D;
}
</style>
border-color css
<style>
span { border-color: #E02D3D; }
span { border-color: rgb(224,45,61); }
td.TdClassName
{
border-color: #E02D3D;
}
.TagClassName
{
border-color: #E02D3D;
}
</style>