Shades of Alizarin #E82025
Tints of Alizarin #E82025
RGB
CMYK
RGB Variations
Color information
#E82025 (or 0xE82025) is known color: Alizarin. HEX triplet: E8, 20 and 25. RGB value is (232,32,37). Sum of RGB (Red+Green+Blue) = 232+32+37=301 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.08% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 232 - color contains mainly: red. Hex color #E82025 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82025 is #17DFDA. Grayscale: #5C5C5C. Windows color (decimal): -1564635 or 2433256. OLE color: 2433256.
HSL color Cylindrical-coordinate representation of color #E82025: hue angle of 358.5º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E82025 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 32 | 37 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.09 |
| HSL | 358.5º | 0.81% | 0.52% | - |
| HSV(B) | 358.5º | 0.86% | 0.91% | - |
| XYZ | 34.13 | 18.32 | 3.49 | - |
| YUV | 92.37 | 96.76 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 37 | 0 | 0.86 | 0.84 | 0.09 | 358.5 | 0.81 | 0.52 |
| Hex | E8 | 20 | 25 | 0 | 56 | 54 | 9 | 166 | 51 | 34 |
| Octal | 350 | 40 | 45 | 0 | 126 | 124 | 11 | 546 | 121 | 64 |
| Binary | 11101000 | 100000 | 100101 | 0 | 1010110 | 1010100 | 1001 | 101100110 | 1010001 | 110100 |
Color Harmonies of #E82025
Complementary color
Monochromatic Colors of #E82025
Black with #E82025
Text Example
Text Example
White with #E82025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82025; }
p { color: rgb(232,32,37); }
H1.HeaderClassName
{
color: #E82025;
}
.AnyTagClassName
{
color: #E82025;
}
</style>
background-color css
<style>
a { background-color: #E82025; }
a { background-color: rgb(232,32,37); }
div.DivClassName
{
background-color: #E82025;
}
.BgClassName
{
background-color: #E82025;
}
</style>
border-color css
<style>
span { border-color: #E82025; }
span { border-color: rgb(232,32,37); }
td.TdClassName
{
border-color: #E82025;
}
.TagClassName
{
border-color: #E82025;
}
</style>