Shades of Alizarin #E81D3C
Tints of Alizarin #E81D3C
RGB
CMYK
RGB Variations
Color information
#E81D3C (or 0xE81D3C) is known color: Alizarin. HEX triplet: E8, 1D and 3C. RGB value is (232,29,60). Sum of RGB (Red+Green+Blue) = 232+29+60=321 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.27% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81D3C is #17E2C3. Grayscale: #5D5D5D. Windows color (decimal): -1565380 or 3939816. OLE color: 3939816.
HSL color Cylindrical-coordinate representation of color #E81D3C: hue angle of 350.84º 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 #E81D3C is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 60 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.09 |
| HSL | 350.84º | 0.82% | 0.51% | - |
| HSV(B) | 350.84º | 0.88% | 0.91% | - |
| XYZ | 34.53 | 18.36 | 6 | - |
| YUV | 93.23 | 109.25 | 226.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 60 | 0 | 0.88 | 0.74 | 0.09 | 350.84 | 0.82 | 0.51 |
| Hex | E8 | 1D | 3C | 0 | 58 | 4A | 9 | 15F | 52 | 33 |
| Octal | 350 | 35 | 74 | 0 | 130 | 112 | 11 | 537 | 122 | 63 |
| Binary | 11101000 | 11101 | 111100 | 0 | 1011000 | 1001010 | 1001 | 101011111 | 1010010 | 110011 |
Color Harmonies of #E81D3C
Complementary color
Monochromatic Colors of #E81D3C
Black with #E81D3C
Text Example
Text Example
White with #E81D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81D3C; }
p { color: rgb(232,29,60); }
H1.HeaderClassName
{
color: #E81D3C;
}
.AnyTagClassName
{
color: #E81D3C;
}
</style>
background-color css
<style>
a { background-color: #E81D3C; }
a { background-color: rgb(232,29,60); }
div.DivClassName
{
background-color: #E81D3C;
}
.BgClassName
{
background-color: #E81D3C;
}
</style>
border-color css
<style>
span { border-color: #E81D3C; }
span { border-color: rgb(232,29,60); }
td.TdClassName
{
border-color: #E81D3C;
}
.TagClassName
{
border-color: #E81D3C;
}
</style>