Shades of Alizarin #E81D3B
Tints of Alizarin #E81D3B
RGB
CMYK
RGB Variations
Color information
#E81D3B (or 0xE81D3B) is known color: Alizarin. HEX triplet: E8, 1D and 3B. RGB value is (232,29,59). Sum of RGB (Red+Green+Blue) = 232+29+59=320 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.5% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81D3B is #17E2C4. Grayscale: #5D5D5D. Windows color (decimal): -1565381 or 3874280. OLE color: 3874280.
HSL color Cylindrical-coordinate representation of color #E81D3B: hue angle of 351.13º 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 #E81D3B is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 59 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.09 |
| HSL | 351.13º | 0.82% | 0.51% | - |
| HSV(B) | 351.13º | 0.88% | 0.91% | - |
| XYZ | 34.51 | 18.35 | 5.86 | - |
| YUV | 93.12 | 108.75 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 59 | 0 | 0.88 | 0.75 | 0.09 | 351.13 | 0.82 | 0.51 |
| Hex | E8 | 1D | 3B | 0 | 58 | 4B | 9 | 15F | 52 | 33 |
| Octal | 350 | 35 | 73 | 0 | 130 | 113 | 11 | 537 | 122 | 63 |
| Binary | 11101000 | 11101 | 111011 | 0 | 1011000 | 1001011 | 1001 | 101011111 | 1010010 | 110011 |
Color Harmonies of #E81D3B
Complementary color
Monochromatic Colors of #E81D3B
Black with #E81D3B
Text Example
Text Example
White with #E81D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81D3B; }
p { color: rgb(232,29,59); }
H1.HeaderClassName
{
color: #E81D3B;
}
.AnyTagClassName
{
color: #E81D3B;
}
</style>
background-color css
<style>
a { background-color: #E81D3B; }
a { background-color: rgb(232,29,59); }
div.DivClassName
{
background-color: #E81D3B;
}
.BgClassName
{
background-color: #E81D3B;
}
</style>
border-color css
<style>
span { border-color: #E81D3B; }
span { border-color: rgb(232,29,59); }
td.TdClassName
{
border-color: #E81D3B;
}
.TagClassName
{
border-color: #E81D3B;
}
</style>