Shades of Alizarin #E62529
Tints of Alizarin #E62529
RGB
CMYK
RGB Variations
Color information
#E62529 (or 0xE62529) is known color: Alizarin. HEX triplet: E6, 25 and 29. RGB value is (230,37,41). Sum of RGB (Red+Green+Blue) = 230+37+41=308 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.68% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 230 - color contains mainly: red. Hex color #E62529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62529 is #19DAD6. Grayscale: #5F5F5F. Windows color (decimal): -1694423 or 2696678. OLE color: 2696678.
HSL color Cylindrical-coordinate representation of color #E62529: hue angle of 358.76º degrees, saturation: 0.79, 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 #E62529 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 37 | 41 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.10 |
| HSL | 358.76º | 0.79% | 0.52% | - |
| HSV(B) | 358.76º | 0.84% | 0.9% | - |
| XYZ | 33.69 | 18.31 | 3.86 | - |
| YUV | 95.16 | 97.44 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 37 | 41 | 0 | 0.84 | 0.82 | 0.10 | 358.76 | 0.79 | 0.52 |
| Hex | E6 | 25 | 29 | 0 | 54 | 52 | A | 167 | 4F | 34 |
| Octal | 346 | 45 | 51 | 0 | 124 | 122 | 12 | 547 | 117 | 64 |
| Binary | 11100110 | 100101 | 101001 | 0 | 1010100 | 1010010 | 1010 | 101100111 | 1001111 | 110100 |
Color Harmonies of #E62529
Complementary color
Monochromatic Colors of #E62529
Black with #E62529
Text Example
Text Example
White with #E62529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62529; }
p { color: rgb(230,37,41); }
H1.HeaderClassName
{
color: #E62529;
}
.AnyTagClassName
{
color: #E62529;
}
</style>
background-color css
<style>
a { background-color: #E62529; }
a { background-color: rgb(230,37,41); }
div.DivClassName
{
background-color: #E62529;
}
.BgClassName
{
background-color: #E62529;
}
</style>
border-color css
<style>
span { border-color: #E62529; }
span { border-color: rgb(230,37,41); }
td.TdClassName
{
border-color: #E62529;
}
.TagClassName
{
border-color: #E62529;
}
</style>