Shades of Alizarin #E62425
Tints of Alizarin #E62425
RGB
CMYK
RGB Variations
Color information
#E62425 (or 0xE62425) is known color: Alizarin. HEX triplet: E6, 24 and 25. RGB value is (230,36,37). Sum of RGB (Red+Green+Blue) = 230+36+37=303 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.91% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 230 - color contains mainly: red. Hex color #E62425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62425 is #19DBDA. Grayscale: #5E5E5E. Windows color (decimal): -1694683 or 2434278. OLE color: 2434278.
HSL color Cylindrical-coordinate representation of color #E62425: hue angle of 359.69º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E62425 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 36 | 37 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.10 |
| HSL | 359.69º | 0.8% | 0.52% | - |
| HSV(B) | 359.69º | 0.84% | 0.9% | - |
| XYZ | 33.6 | 18.22 | 3.5 | - |
| YUV | 94.12 | 95.77 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 36 | 37 | 0 | 0.84 | 0.84 | 0.10 | 359.69 | 0.8 | 0.52 |
| Hex | E6 | 24 | 25 | 0 | 54 | 54 | A | 168 | 50 | 34 |
| Octal | 346 | 44 | 45 | 0 | 124 | 124 | 12 | 550 | 120 | 64 |
| Binary | 11100110 | 100100 | 100101 | 0 | 1010100 | 1010100 | 1010 | 101101000 | 1010000 | 110100 |
Color Harmonies of #E62425
Complementary color
Monochromatic Colors of #E62425
Black with #E62425
Text Example
Text Example
White with #E62425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62425; }
p { color: rgb(230,36,37); }
H1.HeaderClassName
{
color: #E62425;
}
.AnyTagClassName
{
color: #E62425;
}
</style>
background-color css
<style>
a { background-color: #E62425; }
a { background-color: rgb(230,36,37); }
div.DivClassName
{
background-color: #E62425;
}
.BgClassName
{
background-color: #E62425;
}
</style>
border-color css
<style>
span { border-color: #E62425; }
span { border-color: rgb(230,36,37); }
td.TdClassName
{
border-color: #E62425;
}
.TagClassName
{
border-color: #E62425;
}
</style>