Shades of Alizarin #E62832
Tints of Alizarin #E62832
RGB
CMYK
RGB Variations
Color information
#E62832 (or 0xE62832) is known color: Alizarin. HEX triplet: E6, 28 and 32. RGB value is (230,40,50). Sum of RGB (Red+Green+Blue) = 230+40+50=320 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.88% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 230 - color contains mainly: red. Hex color #E62832 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62832 is #19D7CD. Grayscale: #626262. Windows color (decimal): -1693646 or 3287270. OLE color: 3287270.
HSL color Cylindrical-coordinate representation of color #E62832: hue angle of 356.84º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E62832 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 40 | 50 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.10 |
| HSL | 356.84º | 0.79% | 0.53% | - |
| HSV(B) | 356.84º | 0.83% | 0.9% | - |
| XYZ | 33.97 | 18.57 | 4.81 | - |
| YUV | 97.95 | 100.95 | 222.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 50 | 0 | 0.83 | 0.78 | 0.10 | 356.84 | 0.79 | 0.53 |
| Hex | E6 | 28 | 32 | 0 | 53 | 4E | A | 165 | 4F | 35 |
| Octal | 346 | 50 | 62 | 0 | 123 | 116 | 12 | 545 | 117 | 65 |
| Binary | 11100110 | 101000 | 110010 | 0 | 1010011 | 1001110 | 1010 | 101100101 | 1001111 | 110101 |
Color Harmonies of #E62832
Complementary color
Monochromatic Colors of #E62832
Black with #E62832
Text Example
Text Example
White with #E62832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62832; }
p { color: rgb(230,40,50); }
H1.HeaderClassName
{
color: #E62832;
}
.AnyTagClassName
{
color: #E62832;
}
</style>
background-color css
<style>
a { background-color: #E62832; }
a { background-color: rgb(230,40,50); }
div.DivClassName
{
background-color: #E62832;
}
.BgClassName
{
background-color: #E62832;
}
</style>
border-color css
<style>
span { border-color: #E62832; }
span { border-color: rgb(230,40,50); }
td.TdClassName
{
border-color: #E62832;
}
.TagClassName
{
border-color: #E62832;
}
</style>