Shades of Alizarin #E62129
Tints of Alizarin #E62129
RGB
CMYK
RGB Variations
Color information
#E62129 (or 0xE62129) is known color: Alizarin. HEX triplet: E6, 21 and 29. RGB value is (230,33,41). Sum of RGB (Red+Green+Blue) = 230+33+41=304 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.66% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 230 - color contains mainly: red. Hex color #E62129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62129 is #19DED6. Grayscale: #5C5C5C. Windows color (decimal): -1695447 or 2695654. OLE color: 2695654.
HSL color Cylindrical-coordinate representation of color #E62129: hue angle of 357.56º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E62129 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 33 | 41 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.10 |
| HSL | 357.56º | 0.8% | 0.52% | - |
| HSV(B) | 357.56º | 0.86% | 0.9% | - |
| XYZ | 33.58 | 18.07 | 3.82 | - |
| YUV | 92.82 | 98.77 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 33 | 41 | 0 | 0.86 | 0.82 | 0.10 | 357.56 | 0.8 | 0.52 |
| Hex | E6 | 21 | 29 | 0 | 56 | 52 | A | 166 | 50 | 34 |
| Octal | 346 | 41 | 51 | 0 | 126 | 122 | 12 | 546 | 120 | 64 |
| Binary | 11100110 | 100001 | 101001 | 0 | 1010110 | 1010010 | 1010 | 101100110 | 1010000 | 110100 |
Color Harmonies of #E62129
Complementary color
Monochromatic Colors of #E62129
Black with #E62129
Text Example
Text Example
White with #E62129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62129; }
p { color: rgb(230,33,41); }
H1.HeaderClassName
{
color: #E62129;
}
.AnyTagClassName
{
color: #E62129;
}
</style>
background-color css
<style>
a { background-color: #E62129; }
a { background-color: rgb(230,33,41); }
div.DivClassName
{
background-color: #E62129;
}
.BgClassName
{
background-color: #E62129;
}
</style>
border-color css
<style>
span { border-color: #E62129; }
span { border-color: rgb(230,33,41); }
td.TdClassName
{
border-color: #E62129;
}
.TagClassName
{
border-color: #E62129;
}
</style>