Shades of Alizarin #E32B3C
Tints of Alizarin #E32B3C
RGB
CMYK
RGB Variations
Color information
#E32B3C (or 0xE32B3C) is known color: Alizarin. HEX triplet: E3, 2B and 3C. RGB value is (227,43,60). Sum of RGB (Red+Green+Blue) = 227+43+60=330 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.79% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 227 - color contains mainly: red. Hex color #E32B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32B3C is #1CD4C3. Grayscale: #646464. Windows color (decimal): -1889476 or 3943395. OLE color: 3943395.
HSL color Cylindrical-coordinate representation of color #E32B3C: hue angle of 354.46º 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 #E32B3C is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 43 | 60 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.11 |
| HSL | 354.46º | 0.77% | 0.53% | - |
| HSV(B) | 354.46º | 0.81% | 0.89% | - |
| XYZ | 33.36 | 18.38 | 6.07 | - |
| YUV | 99.95 | 105.46 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 43 | 60 | 0 | 0.81 | 0.74 | 0.11 | 354.46 | 0.77 | 0.53 |
| Hex | E3 | 2B | 3C | 0 | 51 | 4A | B | 162 | 4D | 35 |
| Octal | 343 | 53 | 74 | 0 | 121 | 112 | 13 | 542 | 115 | 65 |
| Binary | 11100011 | 101011 | 111100 | 0 | 1010001 | 1001010 | 1011 | 101100010 | 1001101 | 110101 |
Color Harmonies of #E32B3C
Complementary color
Monochromatic Colors of #E32B3C
Black with #E32B3C
Text Example
Text Example
White with #E32B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32B3C; }
p { color: rgb(227,43,60); }
H1.HeaderClassName
{
color: #E32B3C;
}
.AnyTagClassName
{
color: #E32B3C;
}
</style>
background-color css
<style>
a { background-color: #E32B3C; }
a { background-color: rgb(227,43,60); }
div.DivClassName
{
background-color: #E32B3C;
}
.BgClassName
{
background-color: #E32B3C;
}
</style>
border-color css
<style>
span { border-color: #E32B3C; }
span { border-color: rgb(227,43,60); }
td.TdClassName
{
border-color: #E32B3C;
}
.TagClassName
{
border-color: #E32B3C;
}
</style>