Shades of Alizarin #E32526
Tints of Alizarin #E32526
RGB
CMYK
RGB Variations
Color information
#E32526 (or 0xE32526) is known color: Alizarin. HEX triplet: E3, 25 and 26. RGB value is (227,37,38). Sum of RGB (Red+Green+Blue) = 227+37+38=302 (40% of max value = 765). Red value is 227 (89.06% from 255 or 75.17% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 227 - color contains mainly: red. Hex color #E32526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32526 is #1CDAD9. Grayscale: #5E5E5E. Windows color (decimal): -1891034 or 2500067. OLE color: 2500067.
HSL color Cylindrical-coordinate representation of color #E32526: hue angle of 359.68º 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 #E32526 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 37 | 38 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.11 |
| HSL | 359.68º | 0.77% | 0.52% | - |
| HSV(B) | 359.68º | 0.84% | 0.89% | - |
| XYZ | 32.69 | 17.79 | 3.55 | - |
| YUV | 93.92 | 96.45 | 222.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 37 | 38 | 0 | 0.84 | 0.83 | 0.11 | 359.68 | 0.77 | 0.52 |
| Hex | E3 | 25 | 26 | 0 | 54 | 53 | B | 168 | 4D | 34 |
| Octal | 343 | 45 | 46 | 0 | 124 | 123 | 13 | 550 | 115 | 64 |
| Binary | 11100011 | 100101 | 100110 | 0 | 1010100 | 1010011 | 1011 | 101101000 | 1001101 | 110100 |
Color Harmonies of #E32526
Complementary color
Monochromatic Colors of #E32526
Black with #E32526
Text Example
Text Example
White with #E32526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32526; }
p { color: rgb(227,37,38); }
H1.HeaderClassName
{
color: #E32526;
}
.AnyTagClassName
{
color: #E32526;
}
</style>
background-color css
<style>
a { background-color: #E32526; }
a { background-color: rgb(227,37,38); }
div.DivClassName
{
background-color: #E32526;
}
.BgClassName
{
background-color: #E32526;
}
</style>
border-color css
<style>
span { border-color: #E32526; }
span { border-color: rgb(227,37,38); }
td.TdClassName
{
border-color: #E32526;
}
.TagClassName
{
border-color: #E32526;
}
</style>