Shades of Alizarin #E81C3D
Tints of Alizarin #E81C3D
RGB
CMYK
RGB Variations
Color information
#E81C3D (or 0xE81C3D) is known color: Alizarin. HEX triplet: E8, 1C and 3D. RGB value is (232,28,61). Sum of RGB (Red+Green+Blue) = 232+28+61=321 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.27% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 232 - color contains mainly: red. Hex color #E81C3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81C3D is #17E3C2. Grayscale: #5C5C5C. Windows color (decimal): -1565635 or 4005096. OLE color: 4005096.
HSL color Cylindrical-coordinate representation of color #E81C3D: hue angle of 350.29º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81C3D is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 28 | 61 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.09 |
| HSL | 350.29º | 0.82% | 0.51% | - |
| HSV(B) | 350.29º | 0.88% | 0.91% | - |
| XYZ | 34.54 | 18.32 | 6.13 | - |
| YUV | 92.76 | 110.09 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 28 | 61 | 0 | 0.88 | 0.74 | 0.09 | 350.29 | 0.82 | 0.51 |
| Hex | E8 | 1C | 3D | 0 | 58 | 4A | 9 | 15E | 52 | 33 |
| Octal | 350 | 34 | 75 | 0 | 130 | 112 | 11 | 536 | 122 | 63 |
| Binary | 11101000 | 11100 | 111101 | 0 | 1011000 | 1001010 | 1001 | 101011110 | 1010010 | 110011 |
Color Harmonies of #E81C3D
Complementary color
Monochromatic Colors of #E81C3D
Black with #E81C3D
Text Example
Text Example
White with #E81C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81C3D; }
p { color: rgb(232,28,61); }
H1.HeaderClassName
{
color: #E81C3D;
}
.AnyTagClassName
{
color: #E81C3D;
}
</style>
background-color css
<style>
a { background-color: #E81C3D; }
a { background-color: rgb(232,28,61); }
div.DivClassName
{
background-color: #E81C3D;
}
.BgClassName
{
background-color: #E81C3D;
}
</style>
border-color css
<style>
span { border-color: #E81C3D; }
span { border-color: rgb(232,28,61); }
td.TdClassName
{
border-color: #E81C3D;
}
.TagClassName
{
border-color: #E81C3D;
}
</style>