Shades of Alizarin #E32B41
Tints of Alizarin #E32B41
RGB
CMYK
RGB Variations
Color information
#E32B41 (or 0xE32B41) is known color: Alizarin. HEX triplet: E3, 2B and 41. RGB value is (227,43,65). Sum of RGB (Red+Green+Blue) = 227+43+65=335 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.76% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 227 - color contains mainly: red. Hex color #E32B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32B41 is #1CD4BE. Grayscale: #646464. Windows color (decimal): -1889471 or 4271075. OLE color: 4271075.
HSL color Cylindrical-coordinate representation of color #E32B41: hue angle of 352.83º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32B41 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 43 | 65 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.11 |
| HSL | 352.83º | 0.77% | 0.53% | - |
| HSV(B) | 352.83º | 0.81% | 0.89% | - |
| XYZ | 33.5 | 18.44 | 6.79 | - |
| YUV | 100.52 | 107.96 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 43 | 65 | 0 | 0.81 | 0.71 | 0.11 | 352.83 | 0.77 | 0.53 |
| Hex | E3 | 2B | 41 | 0 | 51 | 47 | B | 161 | 4D | 35 |
| Octal | 343 | 53 | 101 | 0 | 121 | 107 | 13 | 541 | 115 | 65 |
| Binary | 11100011 | 101011 | 1000001 | 0 | 1010001 | 1000111 | 1011 | 101100001 | 1001101 | 110101 |
Color Harmonies of #E32B41
Complementary color
Monochromatic Colors of #E32B41
Black with #E32B41
Text Example
Text Example
White with #E32B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32B41; }
p { color: rgb(227,43,65); }
H1.HeaderClassName
{
color: #E32B41;
}
.AnyTagClassName
{
color: #E32B41;
}
</style>
background-color css
<style>
a { background-color: #E32B41; }
a { background-color: rgb(227,43,65); }
div.DivClassName
{
background-color: #E32B41;
}
.BgClassName
{
background-color: #E32B41;
}
</style>
border-color css
<style>
span { border-color: #E32B41; }
span { border-color: rgb(227,43,65); }
td.TdClassName
{
border-color: #E32B41;
}
.TagClassName
{
border-color: #E32B41;
}
</style>