Shades of Alizarin #E32426
Tints of Alizarin #E32426
RGB
CMYK
RGB Variations
Color information
#E32426 (or 0xE32426) is known color: Alizarin. HEX triplet: E3, 24 and 26. RGB value is (227,36,38). Sum of RGB (Red+Green+Blue) = 227+36+38=301 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.42% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 227 - color contains mainly: red. Hex color #E32426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32426 is #1CDBD9. Grayscale: #5D5D5D. Windows color (decimal): -1891290 or 2499811. OLE color: 2499811.
HSL color Cylindrical-coordinate representation of color #E32426: hue angle of 359.37º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E32426 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 36 | 38 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.11 |
| HSL | 359.37º | 0.77% | 0.52% | - |
| HSV(B) | 359.37º | 0.84% | 0.89% | - |
| XYZ | 32.66 | 17.73 | 3.54 | - |
| YUV | 93.34 | 96.78 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 36 | 38 | 0 | 0.84 | 0.83 | 0.11 | 359.37 | 0.77 | 0.52 |
| Hex | E3 | 24 | 26 | 0 | 54 | 53 | B | 167 | 4D | 34 |
| Octal | 343 | 44 | 46 | 0 | 124 | 123 | 13 | 547 | 115 | 64 |
| Binary | 11100011 | 100100 | 100110 | 0 | 1010100 | 1010011 | 1011 | 101100111 | 1001101 | 110100 |
Color Harmonies of #E32426
Complementary color
Monochromatic Colors of #E32426
Black with #E32426
Text Example
Text Example
White with #E32426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32426; }
p { color: rgb(227,36,38); }
H1.HeaderClassName
{
color: #E32426;
}
.AnyTagClassName
{
color: #E32426;
}
</style>
background-color css
<style>
a { background-color: #E32426; }
a { background-color: rgb(227,36,38); }
div.DivClassName
{
background-color: #E32426;
}
.BgClassName
{
background-color: #E32426;
}
</style>
border-color css
<style>
span { border-color: #E32426; }
span { border-color: rgb(227,36,38); }
td.TdClassName
{
border-color: #E32426;
}
.TagClassName
{
border-color: #E32426;
}
</style>