Shades of Alizarin #E81C2A
Tints of Alizarin #E81C2A
RGB
CMYK
RGB Variations
Color information
#E81C2A (or 0xE81C2A) is known color: Alizarin. HEX triplet: E8, 1C and 2A. RGB value is (232,28,42). Sum of RGB (Red+Green+Blue) = 232+28+42=302 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.82% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 232 - color contains mainly: red. Hex color #E81C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81C2A is #17E3D5. Grayscale: #5A5A5A. Windows color (decimal): -1565654 or 2759912. OLE color: 2759912.
HSL color Cylindrical-coordinate representation of color #E81C2A: hue angle of 355.88º 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 #E81C2A is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 28 | 42 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.09 |
| HSL | 355.88º | 0.82% | 0.51% | - |
| HSV(B) | 355.88º | 0.88% | 0.91% | - |
| XYZ | 34.11 | 18.15 | 3.9 | - |
| YUV | 90.59 | 100.59 | 228.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 28 | 42 | 0 | 0.88 | 0.82 | 0.09 | 355.88 | 0.82 | 0.51 |
| Hex | E8 | 1C | 2A | 0 | 58 | 52 | 9 | 164 | 52 | 33 |
| Octal | 350 | 34 | 52 | 0 | 130 | 122 | 11 | 544 | 122 | 63 |
| Binary | 11101000 | 11100 | 101010 | 0 | 1011000 | 1010010 | 1001 | 101100100 | 1010010 | 110011 |
Color Harmonies of #E81C2A
Complementary color
Monochromatic Colors of #E81C2A
Black with #E81C2A
Text Example
Text Example
White with #E81C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81C2A; }
p { color: rgb(232,28,42); }
H1.HeaderClassName
{
color: #E81C2A;
}
.AnyTagClassName
{
color: #E81C2A;
}
</style>
background-color css
<style>
a { background-color: #E81C2A; }
a { background-color: rgb(232,28,42); }
div.DivClassName
{
background-color: #E81C2A;
}
.BgClassName
{
background-color: #E81C2A;
}
</style>
border-color css
<style>
span { border-color: #E81C2A; }
span { border-color: rgb(232,28,42); }
td.TdClassName
{
border-color: #E81C2A;
}
.TagClassName
{
border-color: #E81C2A;
}
</style>