Shades of Alizarin #E02634
Tints of Alizarin #E02634
RGB
CMYK
RGB Variations
Color information
#E02634 (or 0xE02634) is known color: Alizarin. HEX triplet: E0, 26 and 34. RGB value is (224,38,52). Sum of RGB (Red+Green+Blue) = 224+38+52=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E02634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02634 is #1FD9CB. Grayscale: #5F5F5F. Windows color (decimal): -2087372 or 3417824. OLE color: 3417824.
HSL color Cylindrical-coordinate representation of color #E02634: hue angle of 355.48º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E02634 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 38 | 52 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.12 |
| HSL | 355.48º | 0.75% | 0.51% | - |
| HSV(B) | 355.48º | 0.83% | 0.88% | - |
| XYZ | 32.05 | 17.48 | 4.93 | - |
| YUV | 95.21 | 103.62 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 38 | 52 | 0 | 0.83 | 0.77 | 0.12 | 355.48 | 0.75 | 0.51 |
| Hex | E0 | 26 | 34 | 0 | 53 | 4D | C | 163 | 4B | 33 |
| Octal | 340 | 46 | 64 | 0 | 123 | 115 | 14 | 543 | 113 | 63 |
| Binary | 11100000 | 100110 | 110100 | 0 | 1010011 | 1001101 | 1100 | 101100011 | 1001011 | 110011 |
Color Harmonies of #E02634
Complementary color
Monochromatic Colors of #E02634
Black with #E02634
Text Example
Text Example
White with #E02634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02634; }
p { color: rgb(224,38,52); }
H1.HeaderClassName
{
color: #E02634;
}
.AnyTagClassName
{
color: #E02634;
}
</style>
background-color css
<style>
a { background-color: #E02634; }
a { background-color: rgb(224,38,52); }
div.DivClassName
{
background-color: #E02634;
}
.BgClassName
{
background-color: #E02634;
}
</style>
border-color css
<style>
span { border-color: #E02634; }
span { border-color: rgb(224,38,52); }
td.TdClassName
{
border-color: #E02634;
}
.TagClassName
{
border-color: #E02634;
}
</style>