Shades of Alizarin #E02C3D
Tints of Alizarin #E02C3D
RGB
CMYK
RGB Variations
Color information
#E02C3D (or 0xE02C3D) is known color: Alizarin. HEX triplet: E0, 2C and 3D. RGB value is (224,44,61). Sum of RGB (Red+Green+Blue) = 224+44+61=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02C3D is #1FD3C2. Grayscale: #636363. Windows color (decimal): -2085827 or 4009184. OLE color: 4009184.
HSL color Cylindrical-coordinate representation of color #E02C3D: hue angle of 354.33º 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 #E02C3D is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 61 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.12 |
| HSL | 354.33º | 0.74% | 0.53% | - |
| HSV(B) | 354.33º | 0.8% | 0.88% | - |
| XYZ | 32.48 | 17.99 | 6.17 | - |
| YUV | 99.76 | 106.13 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 61 | 0 | 0.80 | 0.73 | 0.12 | 354.33 | 0.74 | 0.53 |
| Hex | E0 | 2C | 3D | 0 | 50 | 49 | C | 162 | 4A | 35 |
| Octal | 340 | 54 | 75 | 0 | 120 | 111 | 14 | 542 | 112 | 65 |
| Binary | 11100000 | 101100 | 111101 | 0 | 1010000 | 1001001 | 1100 | 101100010 | 1001010 | 110101 |
Color Harmonies of #E02C3D
Complementary color
Monochromatic Colors of #E02C3D
Black with #E02C3D
Text Example
Text Example
White with #E02C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02C3D; }
p { color: rgb(224,44,61); }
H1.HeaderClassName
{
color: #E02C3D;
}
.AnyTagClassName
{
color: #E02C3D;
}
</style>
background-color css
<style>
a { background-color: #E02C3D; }
a { background-color: rgb(224,44,61); }
div.DivClassName
{
background-color: #E02C3D;
}
.BgClassName
{
background-color: #E02C3D;
}
</style>
border-color css
<style>
span { border-color: #E02C3D; }
span { border-color: rgb(224,44,61); }
td.TdClassName
{
border-color: #E02C3D;
}
.TagClassName
{
border-color: #E02C3D;
}
</style>