Shades of Alizarin #E62324
Tints of Alizarin #E62324
RGB
CMYK
RGB Variations
Color information
#E62324 (or 0xE62324) is known color: Alizarin. HEX triplet: E6, 23 and 24. RGB value is (230,35,36). Sum of RGB (Red+Green+Blue) = 230+35+36=301 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.41% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 230 - color contains mainly: red. Hex color #E62324 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62324 is #19DCDB. Grayscale: #5D5D5D. Windows color (decimal): -1694940 or 2368486. OLE color: 2368486.
HSL color Cylindrical-coordinate representation of color #E62324: hue angle of 359.69º 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 #E62324 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 35 | 36 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.10 |
| HSL | 359.69º | 0.8% | 0.52% | - |
| HSV(B) | 359.69º | 0.85% | 0.9% | - |
| XYZ | 33.55 | 18.15 | 3.4 | - |
| YUV | 93.42 | 95.6 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 35 | 36 | 0 | 0.85 | 0.84 | 0.10 | 359.69 | 0.8 | 0.52 |
| Hex | E6 | 23 | 24 | 0 | 55 | 54 | A | 168 | 50 | 34 |
| Octal | 346 | 43 | 44 | 0 | 125 | 124 | 12 | 550 | 120 | 64 |
| Binary | 11100110 | 100011 | 100100 | 0 | 1010101 | 1010100 | 1010 | 101101000 | 1010000 | 110100 |
Color Harmonies of #E62324
Complementary color
Monochromatic Colors of #E62324
Black with #E62324
Text Example
Text Example
White with #E62324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62324; }
p { color: rgb(230,35,36); }
H1.HeaderClassName
{
color: #E62324;
}
.AnyTagClassName
{
color: #E62324;
}
</style>
background-color css
<style>
a { background-color: #E62324; }
a { background-color: rgb(230,35,36); }
div.DivClassName
{
background-color: #E62324;
}
.BgClassName
{
background-color: #E62324;
}
</style>
border-color css
<style>
span { border-color: #E62324; }
span { border-color: rgb(230,35,36); }
td.TdClassName
{
border-color: #E62324;
}
.TagClassName
{
border-color: #E62324;
}
</style>