Shades of Alizarin #E02526
Tints of Alizarin #E02526
RGB
CMYK
RGB Variations
Color information
#E02526 (or 0xE02526) is known color: Alizarin. HEX triplet: E0, 25 and 26. RGB value is (224,37,38). Sum of RGB (Red+Green+Blue) = 224+37+38=299 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.92% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 224 - color contains mainly: red. Hex color #E02526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02526 is #1FDAD9. Grayscale: #5D5D5D. Windows color (decimal): -2087642 or 2500064. OLE color: 2500064.
HSL color Cylindrical-coordinate representation of color #E02526: hue angle of 359.68º 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 #E02526 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 37 | 38 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.12 |
| HSL | 359.68º | 0.75% | 0.51% | - |
| HSV(B) | 359.68º | 0.83% | 0.88% | - |
| XYZ | 31.75 | 17.31 | 3.5 | - |
| YUV | 93.03 | 96.95 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 37 | 38 | 0 | 0.83 | 0.83 | 0.12 | 359.68 | 0.75 | 0.51 |
| Hex | E0 | 25 | 26 | 0 | 53 | 53 | C | 168 | 4B | 33 |
| Octal | 340 | 45 | 46 | 0 | 123 | 123 | 14 | 550 | 113 | 63 |
| Binary | 11100000 | 100101 | 100110 | 0 | 1010011 | 1010011 | 1100 | 101101000 | 1001011 | 110011 |
Color Harmonies of #E02526
Complementary color
Monochromatic Colors of #E02526
Black with #E02526
Text Example
Text Example
White with #E02526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02526; }
p { color: rgb(224,37,38); }
H1.HeaderClassName
{
color: #E02526;
}
.AnyTagClassName
{
color: #E02526;
}
</style>
background-color css
<style>
a { background-color: #E02526; }
a { background-color: rgb(224,37,38); }
div.DivClassName
{
background-color: #E02526;
}
.BgClassName
{
background-color: #E02526;
}
</style>
border-color css
<style>
span { border-color: #E02526; }
span { border-color: rgb(224,37,38); }
td.TdClassName
{
border-color: #E02526;
}
.TagClassName
{
border-color: #E02526;
}
</style>