Shades of Alizarin #E62224
Tints of Alizarin #E62224
RGB
CMYK
RGB Variations
Color information
#E62224 (or 0xE62224) is known color: Alizarin. HEX triplet: E6, 22 and 24. RGB value is (230,34,36). Sum of RGB (Red+Green+Blue) = 230+34+36=300 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.67% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 230 - color contains mainly: red. Hex color #E62224 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62224 is #19DDDB. Grayscale: #5D5D5D. Windows color (decimal): -1695196 or 2368230. OLE color: 2368230.
HSL color Cylindrical-coordinate representation of color #E62224: hue angle of 359.39º 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 #E62224 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 34 | 36 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.10 |
| HSL | 359.39º | 0.8% | 0.52% | - |
| HSV(B) | 359.39º | 0.85% | 0.9% | - |
| XYZ | 33.52 | 18.09 | 3.39 | - |
| YUV | 92.83 | 95.93 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 36 | 0 | 0.85 | 0.84 | 0.10 | 359.39 | 0.8 | 0.52 |
| Hex | E6 | 22 | 24 | 0 | 55 | 54 | A | 167 | 50 | 34 |
| Octal | 346 | 42 | 44 | 0 | 125 | 124 | 12 | 547 | 120 | 64 |
| Binary | 11100110 | 100010 | 100100 | 0 | 1010101 | 1010100 | 1010 | 101100111 | 1010000 | 110100 |
Color Harmonies of #E62224
Complementary color
Monochromatic Colors of #E62224
Black with #E62224
Text Example
Text Example
White with #E62224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62224; }
p { color: rgb(230,34,36); }
H1.HeaderClassName
{
color: #E62224;
}
.AnyTagClassName
{
color: #E62224;
}
</style>
background-color css
<style>
a { background-color: #E62224; }
a { background-color: rgb(230,34,36); }
div.DivClassName
{
background-color: #E62224;
}
.BgClassName
{
background-color: #E62224;
}
</style>
border-color css
<style>
span { border-color: #E62224; }
span { border-color: rgb(230,34,36); }
td.TdClassName
{
border-color: #E62224;
}
.TagClassName
{
border-color: #E62224;
}
</style>