Shades of Alizarin #E62329
Tints of Alizarin #E62329
RGB
CMYK
RGB Variations
Color information
#E62329 (or 0xE62329) is known color: Alizarin. HEX triplet: E6, 23 and 29. RGB value is (230,35,41). Sum of RGB (Red+Green+Blue) = 230+35+41=306 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.16% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 230 - color contains mainly: red. Hex color #E62329 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62329 is #19DCD6. Grayscale: #5E5E5E. Windows color (decimal): -1694935 or 2696166. OLE color: 2696166.
HSL color Cylindrical-coordinate representation of color #E62329: hue angle of 358.15º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E62329 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 35 | 41 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.10 |
| HSL | 358.15º | 0.8% | 0.52% | - |
| HSV(B) | 358.15º | 0.85% | 0.9% | - |
| XYZ | 33.63 | 18.19 | 3.84 | - |
| YUV | 93.99 | 98.1 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 35 | 41 | 0 | 0.85 | 0.82 | 0.10 | 358.15 | 0.8 | 0.52 |
| Hex | E6 | 23 | 29 | 0 | 55 | 52 | A | 166 | 50 | 34 |
| Octal | 346 | 43 | 51 | 0 | 125 | 122 | 12 | 546 | 120 | 64 |
| Binary | 11100110 | 100011 | 101001 | 0 | 1010101 | 1010010 | 1010 | 101100110 | 1010000 | 110100 |
Color Harmonies of #E62329
Complementary color
Monochromatic Colors of #E62329
Black with #E62329
Text Example
Text Example
White with #E62329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62329; }
p { color: rgb(230,35,41); }
H1.HeaderClassName
{
color: #E62329;
}
.AnyTagClassName
{
color: #E62329;
}
</style>
background-color css
<style>
a { background-color: #E62329; }
a { background-color: rgb(230,35,41); }
div.DivClassName
{
background-color: #E62329;
}
.BgClassName
{
background-color: #E62329;
}
</style>
border-color css
<style>
span { border-color: #E62329; }
span { border-color: rgb(230,35,41); }
td.TdClassName
{
border-color: #E62329;
}
.TagClassName
{
border-color: #E62329;
}
</style>