Shades of Alizarin #E62D32
Tints of Alizarin #E62D32
RGB
CMYK
RGB Variations
Color information
#E62D32 (or 0xE62D32) is known color: Alizarin. HEX triplet: E6, 2D and 32. RGB value is (230,45,50). Sum of RGB (Red+Green+Blue) = 230+45+50=325 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.77% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 230 - color contains mainly: red. Hex color #E62D32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62D32 is #19D2CD. Grayscale: #656565. Windows color (decimal): -1692366 or 3288550. OLE color: 3288550.
HSL color Cylindrical-coordinate representation of color #E62D32: hue angle of 358.38º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E62D32 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 45 | 50 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.10 |
| HSL | 358.38º | 0.79% | 0.54% | - |
| HSV(B) | 358.38º | 0.8% | 0.9% | - |
| XYZ | 34.15 | 18.93 | 4.87 | - |
| YUV | 100.89 | 99.29 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 45 | 50 | 0 | 0.80 | 0.78 | 0.10 | 358.38 | 0.79 | 0.54 |
| Hex | E6 | 2D | 32 | 0 | 50 | 4E | A | 166 | 4F | 36 |
| Octal | 346 | 55 | 62 | 0 | 120 | 116 | 12 | 546 | 117 | 66 |
| Binary | 11100110 | 101101 | 110010 | 0 | 1010000 | 1001110 | 1010 | 101100110 | 1001111 | 110110 |
Color Harmonies of #E62D32
Complementary color
Monochromatic Colors of #E62D32
Black with #E62D32
Text Example
Text Example
White with #E62D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62D32; }
p { color: rgb(230,45,50); }
H1.HeaderClassName
{
color: #E62D32;
}
.AnyTagClassName
{
color: #E62D32;
}
</style>
background-color css
<style>
a { background-color: #E62D32; }
a { background-color: rgb(230,45,50); }
div.DivClassName
{
background-color: #E62D32;
}
.BgClassName
{
background-color: #E62D32;
}
</style>
border-color css
<style>
span { border-color: #E62D32; }
span { border-color: rgb(230,45,50); }
td.TdClassName
{
border-color: #E62D32;
}
.TagClassName
{
border-color: #E62D32;
}
</style>