Shades of Alizarin #E32C3D
Tints of Alizarin #E32C3D
RGB
CMYK
RGB Variations
Color information
#E32C3D (or 0xE32C3D) is known color: Alizarin. HEX triplet: E3, 2C and 3D. RGB value is (227,44,61). Sum of RGB (Red+Green+Blue) = 227+44+61=332 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.37% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 227 - color contains mainly: red. Hex color #E32C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32C3D is #1CD3C2. Grayscale: #646464. Windows color (decimal): -1889219 or 4009187. OLE color: 4009187.
HSL color Cylindrical-coordinate representation of color #E32C3D: hue angle of 354.43º 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 #E32C3D is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 44 | 61 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.11 |
| HSL | 354.43º | 0.77% | 0.53% | - |
| HSV(B) | 354.43º | 0.81% | 0.89% | - |
| XYZ | 33.42 | 18.47 | 6.22 | - |
| YUV | 100.66 | 105.63 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 44 | 61 | 0 | 0.81 | 0.73 | 0.11 | 354.43 | 0.77 | 0.53 |
| Hex | E3 | 2C | 3D | 0 | 51 | 49 | B | 162 | 4D | 35 |
| Octal | 343 | 54 | 75 | 0 | 121 | 111 | 13 | 542 | 115 | 65 |
| Binary | 11100011 | 101100 | 111101 | 0 | 1010001 | 1001001 | 1011 | 101100010 | 1001101 | 110101 |
Color Harmonies of #E32C3D
Complementary color
Monochromatic Colors of #E32C3D
Black with #E32C3D
Text Example
Text Example
White with #E32C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32C3D; }
p { color: rgb(227,44,61); }
H1.HeaderClassName
{
color: #E32C3D;
}
.AnyTagClassName
{
color: #E32C3D;
}
</style>
background-color css
<style>
a { background-color: #E32C3D; }
a { background-color: rgb(227,44,61); }
div.DivClassName
{
background-color: #E32C3D;
}
.BgClassName
{
background-color: #E32C3D;
}
</style>
border-color css
<style>
span { border-color: #E32C3D; }
span { border-color: rgb(227,44,61); }
td.TdClassName
{
border-color: #E32C3D;
}
.TagClassName
{
border-color: #E32C3D;
}
</style>