Shades of Alizarin #E02425
Tints of Alizarin #E02425
RGB
CMYK
RGB Variations
Color information
#E02425 (or 0xE02425) is known color: Alizarin. HEX triplet: E0, 24 and 25. RGB value is (224,36,37). Sum of RGB (Red+Green+Blue) = 224+36+37=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E02425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02425 is #1FDBDA. Grayscale: #5C5C5C. Windows color (decimal): -2087899 or 2434272. OLE color: 2434272.
HSL color Cylindrical-coordinate representation of color #E02425: 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.84%. Process color model (Four color, CMYK) of #E02425 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 36 | 37 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.12 |
| HSL | 359.68º | 0.75% | 0.51% | - |
| HSV(B) | 359.68º | 0.84% | 0.88% | - |
| XYZ | 31.71 | 17.24 | 3.41 | - |
| YUV | 92.33 | 96.78 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 37 | 0 | 0.84 | 0.83 | 0.12 | 359.68 | 0.75 | 0.51 |
| Hex | E0 | 24 | 25 | 0 | 54 | 53 | C | 168 | 4B | 33 |
| Octal | 340 | 44 | 45 | 0 | 124 | 123 | 14 | 550 | 113 | 63 |
| Binary | 11100000 | 100100 | 100101 | 0 | 1010100 | 1010011 | 1100 | 101101000 | 1001011 | 110011 |
Color Harmonies of #E02425
Complementary color
Monochromatic Colors of #E02425
Black with #E02425
Text Example
Text Example
White with #E02425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02425; }
p { color: rgb(224,36,37); }
H1.HeaderClassName
{
color: #E02425;
}
.AnyTagClassName
{
color: #E02425;
}
</style>
background-color css
<style>
a { background-color: #E02425; }
a { background-color: rgb(224,36,37); }
div.DivClassName
{
background-color: #E02425;
}
.BgClassName
{
background-color: #E02425;
}
</style>
border-color css
<style>
span { border-color: #E02425; }
span { border-color: rgb(224,36,37); }
td.TdClassName
{
border-color: #E02425;
}
.TagClassName
{
border-color: #E02425;
}
</style>