Shades of Alizarin #E62C2E
Tints of Alizarin #E62C2E
RGB
CMYK
RGB Variations
Color information
#E62C2E (or 0xE62C2E) is known color: Alizarin. HEX triplet: E6, 2C and 2E. RGB value is (230,44,46). Sum of RGB (Red+Green+Blue) = 230+44+46=320 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.88% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 230 - color contains mainly: red. Hex color #E62C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62C2E is #19D3D1. Grayscale: #646464. Windows color (decimal): -1692626 or 3026150. OLE color: 3026150.
HSL color Cylindrical-coordinate representation of color #E62C2E: hue angle of 359.35º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E62C2E is Cyan = 0, Magento = 0.81, Yellow = 0.8 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 44 | 46 | - |
| CMYK | 0 | 0.81 | 0.8 | 0.10 |
| HSL | 359.35º | 0.79% | 0.54% | - |
| HSV(B) | 359.35º | 0.81% | 0.9% | - |
| XYZ | 34.03 | 18.82 | 4.42 | - |
| YUV | 99.84 | 97.62 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 44 | 46 | 0 | 0.81 | 0.8 | 0.10 | 359.35 | 0.79 | 0.54 |
| Hex | E6 | 2C | 2E | 0 | 51 | 50 | A | 167 | 4F | 36 |
| Octal | 346 | 54 | 56 | 0 | 121 | 120 | 12 | 547 | 117 | 66 |
| Binary | 11100110 | 101100 | 101110 | 0 | 1010001 | 1010000 | 1010 | 101100111 | 1001111 | 110110 |
Color Harmonies of #E62C2E
Complementary color
Monochromatic Colors of #E62C2E
Black with #E62C2E
Text Example
Text Example
White with #E62C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62C2E; }
p { color: rgb(230,44,46); }
H1.HeaderClassName
{
color: #E62C2E;
}
.AnyTagClassName
{
color: #E62C2E;
}
</style>
background-color css
<style>
a { background-color: #E62C2E; }
a { background-color: rgb(230,44,46); }
div.DivClassName
{
background-color: #E62C2E;
}
.BgClassName
{
background-color: #E62C2E;
}
</style>
border-color css
<style>
span { border-color: #E62C2E; }
span { border-color: rgb(230,44,46); }
td.TdClassName
{
border-color: #E62C2E;
}
.TagClassName
{
border-color: #E62C2E;
}
</style>