Shades of Alizarin #E42425
Tints of Alizarin #E42425
RGB
CMYK
RGB Variations
Color information
#E42425 (or 0xE42425) is known color: Alizarin. HEX triplet: E4, 24 and 25. RGB value is (228,36,37). Sum of RGB (Red+Green+Blue) = 228+36+37=301 (39% of max value = 765). Red value is 228 (89.45% from 255 or 75.75% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 228 - color contains mainly: red. Hex color #E42425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42425 is #1BDBDA. Grayscale: #5D5D5D. Windows color (decimal): -1825755 or 2434276. OLE color: 2434276.
HSL color Cylindrical-coordinate representation of color #E42425: hue angle of 359.69º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E42425 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 36 | 37 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.11 |
| HSL | 359.69º | 0.78% | 0.52% | - |
| HSV(B) | 359.69º | 0.84% | 0.89% | - |
| XYZ | 32.96 | 17.89 | 3.47 | - |
| YUV | 93.52 | 96.11 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 37 | 0 | 0.84 | 0.84 | 0.11 | 359.69 | 0.78 | 0.52 |
| Hex | E4 | 24 | 25 | 0 | 54 | 54 | B | 168 | 4E | 34 |
| Octal | 344 | 44 | 45 | 0 | 124 | 124 | 13 | 550 | 116 | 64 |
| Binary | 11100100 | 100100 | 100101 | 0 | 1010100 | 1010100 | 1011 | 101101000 | 1001110 | 110100 |
Color Harmonies of #E42425
Complementary color
Monochromatic Colors of #E42425
Black with #E42425
Text Example
Text Example
White with #E42425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42425; }
p { color: rgb(228,36,37); }
H1.HeaderClassName
{
color: #E42425;
}
.AnyTagClassName
{
color: #E42425;
}
</style>
background-color css
<style>
a { background-color: #E42425; }
a { background-color: rgb(228,36,37); }
div.DivClassName
{
background-color: #E42425;
}
.BgClassName
{
background-color: #E42425;
}
</style>
border-color css
<style>
span { border-color: #E42425; }
span { border-color: rgb(228,36,37); }
td.TdClassName
{
border-color: #E42425;
}
.TagClassName
{
border-color: #E42425;
}
</style>