Shades of Alizarin #E32C3A
Tints of Alizarin #E32C3A
RGB
CMYK
RGB Variations
Color information
#E32C3A (or 0xE32C3A) is known color: Alizarin. HEX triplet: E3, 2C and 3A. RGB value is (227,44,58). Sum of RGB (Red+Green+Blue) = 227+44+58=329 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.00% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 227 - color contains mainly: red. Hex color #E32C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32C3A is #1CD3C5. Grayscale: #646464. Windows color (decimal): -1889222 or 3812579. OLE color: 3812579.
HSL color Cylindrical-coordinate representation of color #E32C3A: hue angle of 355.41º 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 #E32C3A is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 44 | 58 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.11 |
| HSL | 355.41º | 0.77% | 0.53% | - |
| HSV(B) | 355.41º | 0.81% | 0.89% | - |
| XYZ | 33.34 | 18.44 | 5.8 | - |
| YUV | 100.31 | 104.13 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 44 | 58 | 0 | 0.81 | 0.74 | 0.11 | 355.41 | 0.77 | 0.53 |
| Hex | E3 | 2C | 3A | 0 | 51 | 4A | B | 163 | 4D | 35 |
| Octal | 343 | 54 | 72 | 0 | 121 | 112 | 13 | 543 | 115 | 65 |
| Binary | 11100011 | 101100 | 111010 | 0 | 1010001 | 1001010 | 1011 | 101100011 | 1001101 | 110101 |
Color Harmonies of #E32C3A
Complementary color
Monochromatic Colors of #E32C3A
Black with #E32C3A
Text Example
Text Example
White with #E32C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32C3A; }
p { color: rgb(227,44,58); }
H1.HeaderClassName
{
color: #E32C3A;
}
.AnyTagClassName
{
color: #E32C3A;
}
</style>
background-color css
<style>
a { background-color: #E32C3A; }
a { background-color: rgb(227,44,58); }
div.DivClassName
{
background-color: #E32C3A;
}
.BgClassName
{
background-color: #E32C3A;
}
</style>
border-color css
<style>
span { border-color: #E32C3A; }
span { border-color: rgb(227,44,58); }
td.TdClassName
{
border-color: #E32C3A;
}
.TagClassName
{
border-color: #E32C3A;
}
</style>