Shades of Alizarin #E61629
Tints of Alizarin #E61629
RGB
CMYK
RGB Variations
Color information
#E61629 (or 0xE61629) is known color: Alizarin. HEX triplet: E6, 16 and 29. RGB value is (230,22,41). Sum of RGB (Red+Green+Blue) = 230+22+41=293 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.50% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 230 - color contains mainly: red. Hex color #E61629 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61629 is #19E9D6. Grayscale: #565656. Windows color (decimal): -1698263 or 2692838. OLE color: 2692838.
HSL color Cylindrical-coordinate representation of color #E61629: hue angle of 354.52º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61629 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 41 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.10 |
| HSL | 354.52º | 0.83% | 0.49% | - |
| HSV(B) | 354.52º | 0.9% | 0.9% | - |
| XYZ | 33.32 | 17.56 | 3.73 | - |
| YUV | 86.36 | 102.41 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 41 | 0 | 0.90 | 0.82 | 0.10 | 354.52 | 0.83 | 0.49 |
| Hex | E6 | 16 | 29 | 0 | 5A | 52 | A | 163 | 53 | 31 |
| Octal | 346 | 26 | 51 | 0 | 132 | 122 | 12 | 543 | 123 | 61 |
| Binary | 11100110 | 10110 | 101001 | 0 | 1011010 | 1010010 | 1010 | 101100011 | 1010011 | 110001 |
Color Harmonies of #E61629
Complementary color
Monochromatic Colors of #E61629
Black with #E61629
Text Example
Text Example
White with #E61629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61629; }
p { color: rgb(230,22,41); }
H1.HeaderClassName
{
color: #E61629;
}
.AnyTagClassName
{
color: #E61629;
}
</style>
background-color css
<style>
a { background-color: #E61629; }
a { background-color: rgb(230,22,41); }
div.DivClassName
{
background-color: #E61629;
}
.BgClassName
{
background-color: #E61629;
}
</style>
border-color css
<style>
span { border-color: #E61629; }
span { border-color: rgb(230,22,41); }
td.TdClassName
{
border-color: #E61629;
}
.TagClassName
{
border-color: #E61629;
}
</style>