Shades of Alizarin #E32A41
Tints of Alizarin #E32A41
RGB
CMYK
RGB Variations
Color information
#E32A41 (or 0xE32A41) is known color: Alizarin. HEX triplet: E3, 2A and 41. RGB value is (227,42,65). Sum of RGB (Red+Green+Blue) = 227+42+65=334 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.96% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 227 - color contains mainly: red. Hex color #E32A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32A41 is #1CD5BE. Grayscale: #646464. Windows color (decimal): -1889727 or 4270819. OLE color: 4270819.
HSL color Cylindrical-coordinate representation of color #E32A41: hue angle of 352.54º 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 #E32A41 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 42 | 65 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.11 |
| HSL | 352.54º | 0.77% | 0.53% | - |
| HSV(B) | 352.54º | 0.81% | 0.89% | - |
| XYZ | 33.46 | 18.37 | 6.78 | - |
| YUV | 99.94 | 108.29 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 42 | 65 | 0 | 0.81 | 0.71 | 0.11 | 352.54 | 0.77 | 0.53 |
| Hex | E3 | 2A | 41 | 0 | 51 | 47 | B | 161 | 4D | 35 |
| Octal | 343 | 52 | 101 | 0 | 121 | 107 | 13 | 541 | 115 | 65 |
| Binary | 11100011 | 101010 | 1000001 | 0 | 1010001 | 1000111 | 1011 | 101100001 | 1001101 | 110101 |
Color Harmonies of #E32A41
Complementary color
Monochromatic Colors of #E32A41
Black with #E32A41
Text Example
Text Example
White with #E32A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32A41; }
p { color: rgb(227,42,65); }
H1.HeaderClassName
{
color: #E32A41;
}
.AnyTagClassName
{
color: #E32A41;
}
</style>
background-color css
<style>
a { background-color: #E32A41; }
a { background-color: rgb(227,42,65); }
div.DivClassName
{
background-color: #E32A41;
}
.BgClassName
{
background-color: #E32A41;
}
</style>
border-color css
<style>
span { border-color: #E32A41; }
span { border-color: rgb(227,42,65); }
td.TdClassName
{
border-color: #E32A41;
}
.TagClassName
{
border-color: #E32A41;
}
</style>