Shades of Alizarin #E62025
Tints of Alizarin #E62025
RGB
CMYK
RGB Variations
Color information
#E62025 (or 0xE62025) is known color: Alizarin. HEX triplet: E6, 20 and 25. RGB value is (230,32,37). Sum of RGB (Red+Green+Blue) = 230+32+37=299 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.92% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 230 - color contains mainly: red. Hex color #E62025 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62025 is #19DFDA. Grayscale: #5B5B5B. Windows color (decimal): -1695707 or 2433254. OLE color: 2433254.
HSL color Cylindrical-coordinate representation of color #E62025: hue angle of 358.48º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E62025 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 37 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.10 |
| HSL | 358.48º | 0.8% | 0.51% | - |
| HSV(B) | 358.48º | 0.86% | 0.9% | - |
| XYZ | 33.48 | 17.99 | 3.46 | - |
| YUV | 91.77 | 97.1 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 37 | 0 | 0.86 | 0.84 | 0.10 | 358.48 | 0.8 | 0.51 |
| Hex | E6 | 20 | 25 | 0 | 56 | 54 | A | 166 | 50 | 33 |
| Octal | 346 | 40 | 45 | 0 | 126 | 124 | 12 | 546 | 120 | 63 |
| Binary | 11100110 | 100000 | 100101 | 0 | 1010110 | 1010100 | 1010 | 101100110 | 1010000 | 110011 |
Color Harmonies of #E62025
Complementary color
Monochromatic Colors of #E62025
Black with #E62025
Text Example
Text Example
White with #E62025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62025; }
p { color: rgb(230,32,37); }
H1.HeaderClassName
{
color: #E62025;
}
.AnyTagClassName
{
color: #E62025;
}
</style>
background-color css
<style>
a { background-color: #E62025; }
a { background-color: rgb(230,32,37); }
div.DivClassName
{
background-color: #E62025;
}
.BgClassName
{
background-color: #E62025;
}
</style>
border-color css
<style>
span { border-color: #E62025; }
span { border-color: rgb(230,32,37); }
td.TdClassName
{
border-color: #E62025;
}
.TagClassName
{
border-color: #E62025;
}
</style>