Shades of Alizarin #E62835
Tints of Alizarin #E62835
RGB
CMYK
RGB Variations
Color information
#E62835 (or 0xE62835) is known color: Alizarin. HEX triplet: E6, 28 and 35. RGB value is (230,40,53). Sum of RGB (Red+Green+Blue) = 230+40+53=323 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.21% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 230 - color contains mainly: red. Hex color #E62835 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62835 is #19D7CA. Grayscale: #626262. Windows color (decimal): -1693643 or 3483878. OLE color: 3483878.
HSL color Cylindrical-coordinate representation of color #E62835: hue angle of 355.89º 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 #E62835 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 40 | 53 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.10 |
| HSL | 355.89º | 0.79% | 0.53% | - |
| HSV(B) | 355.89º | 0.83% | 0.9% | - |
| XYZ | 34.03 | 18.6 | 5.16 | - |
| YUV | 98.29 | 102.45 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 53 | 0 | 0.83 | 0.77 | 0.10 | 355.89 | 0.79 | 0.53 |
| Hex | E6 | 28 | 35 | 0 | 53 | 4D | A | 164 | 4F | 35 |
| Octal | 346 | 50 | 65 | 0 | 123 | 115 | 12 | 544 | 117 | 65 |
| Binary | 11100110 | 101000 | 110101 | 0 | 1010011 | 1001101 | 1010 | 101100100 | 1001111 | 110101 |
Color Harmonies of #E62835
Complementary color
Monochromatic Colors of #E62835
Black with #E62835
Text Example
Text Example
White with #E62835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62835; }
p { color: rgb(230,40,53); }
H1.HeaderClassName
{
color: #E62835;
}
.AnyTagClassName
{
color: #E62835;
}
</style>
background-color css
<style>
a { background-color: #E62835; }
a { background-color: rgb(230,40,53); }
div.DivClassName
{
background-color: #E62835;
}
.BgClassName
{
background-color: #E62835;
}
</style>
border-color css
<style>
span { border-color: #E62835; }
span { border-color: rgb(230,40,53); }
td.TdClassName
{
border-color: #E62835;
}
.TagClassName
{
border-color: #E62835;
}
</style>