Shades of Alizarin #E32A3A
Tints of Alizarin #E32A3A
RGB
CMYK
RGB Variations
Color information
#E32A3A (or 0xE32A3A) is known color: Alizarin. HEX triplet: E3, 2A and 3A. RGB value is (227,42,58). Sum of RGB (Red+Green+Blue) = 227+42+58=327 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.42% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 227 - color contains mainly: red. Hex color #E32A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32A3A is #1CD5C5. Grayscale: #636363. Windows color (decimal): -1889734 or 3812067. OLE color: 3812067.
HSL color Cylindrical-coordinate representation of color #E32A3A: hue angle of 354.81º 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 #E32A3A is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 42 | 58 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.11 |
| HSL | 354.81º | 0.77% | 0.53% | - |
| HSV(B) | 354.81º | 0.81% | 0.89% | - |
| XYZ | 33.27 | 18.29 | 5.78 | - |
| YUV | 99.14 | 104.79 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 42 | 58 | 0 | 0.81 | 0.74 | 0.11 | 354.81 | 0.77 | 0.53 |
| Hex | E3 | 2A | 3A | 0 | 51 | 4A | B | 163 | 4D | 35 |
| Octal | 343 | 52 | 72 | 0 | 121 | 112 | 13 | 543 | 115 | 65 |
| Binary | 11100011 | 101010 | 111010 | 0 | 1010001 | 1001010 | 1011 | 101100011 | 1001101 | 110101 |
Color Harmonies of #E32A3A
Complementary color
Monochromatic Colors of #E32A3A
Black with #E32A3A
Text Example
Text Example
White with #E32A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32A3A; }
p { color: rgb(227,42,58); }
H1.HeaderClassName
{
color: #E32A3A;
}
.AnyTagClassName
{
color: #E32A3A;
}
</style>
background-color css
<style>
a { background-color: #E32A3A; }
a { background-color: rgb(227,42,58); }
div.DivClassName
{
background-color: #E32A3A;
}
.BgClassName
{
background-color: #E32A3A;
}
</style>
border-color css
<style>
span { border-color: #E32A3A; }
span { border-color: rgb(227,42,58); }
td.TdClassName
{
border-color: #E32A3A;
}
.TagClassName
{
border-color: #E32A3A;
}
</style>