Shades of Alizarin #E8232D
Tints of Alizarin #E8232D
RGB
CMYK
RGB Variations
Color information
#E8232D (or 0xE8232D) is known color: Alizarin. HEX triplet: E8, 23 and 2D. RGB value is (232,35,45). Sum of RGB (Red+Green+Blue) = 232+35+45=312 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.36% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 232 - color contains mainly: red. Hex color #E8232D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8232D is #17DCD2. Grayscale: #5F5F5F. Windows color (decimal): -1563859 or 2958312. OLE color: 2958312.
HSL color Cylindrical-coordinate representation of color #E8232D: hue angle of 356.95º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E8232D is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 35 | 45 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.09 |
| HSL | 356.95º | 0.81% | 0.52% | - |
| HSV(B) | 356.95º | 0.85% | 0.91% | - |
| XYZ | 34.35 | 18.55 | 4.25 | - |
| YUV | 95.04 | 99.77 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 35 | 45 | 0 | 0.85 | 0.81 | 0.09 | 356.95 | 0.81 | 0.52 |
| Hex | E8 | 23 | 2D | 0 | 55 | 51 | 9 | 165 | 51 | 34 |
| Octal | 350 | 43 | 55 | 0 | 125 | 121 | 11 | 545 | 121 | 64 |
| Binary | 11101000 | 100011 | 101101 | 0 | 1010101 | 1010001 | 1001 | 101100101 | 1010001 | 110100 |
Color Harmonies of #E8232D
Complementary color
Monochromatic Colors of #E8232D
Black with #E8232D
Text Example
Text Example
White with #E8232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8232D; }
p { color: rgb(232,35,45); }
H1.HeaderClassName
{
color: #E8232D;
}
.AnyTagClassName
{
color: #E8232D;
}
</style>
background-color css
<style>
a { background-color: #E8232D; }
a { background-color: rgb(232,35,45); }
div.DivClassName
{
background-color: #E8232D;
}
.BgClassName
{
background-color: #E8232D;
}
</style>
border-color css
<style>
span { border-color: #E8232D; }
span { border-color: rgb(232,35,45); }
td.TdClassName
{
border-color: #E8232D;
}
.TagClassName
{
border-color: #E8232D;
}
</style>