Shades of Alizarin #E8333A
Tints of Alizarin #E8333A
RGB
CMYK
RGB Variations
Color information
#E8333A (or 0xE8333A) is known color: Alizarin. HEX triplet: E8, 33 and 3A. RGB value is (232,51,58). Sum of RGB (Red+Green+Blue) = 232+51+58=341 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.04% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 232 - color contains mainly: red. Hex color #E8333A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8333A is #17CCC5. Grayscale: #6A6A6A. Windows color (decimal): -1559750 or 3814376. OLE color: 3814376.
HSL color Cylindrical-coordinate representation of color #E8333A: hue angle of 357.68º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E8333A is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 51 | 58 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.09 |
| HSL | 357.68º | 0.8% | 0.55% | - |
| HSV(B) | 357.68º | 0.78% | 0.91% | - |
| XYZ | 35.23 | 19.83 | 5.97 | - |
| YUV | 105.92 | 100.97 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 51 | 58 | 0 | 0.78 | 0.75 | 0.09 | 357.68 | 0.8 | 0.55 |
| Hex | E8 | 33 | 3A | 0 | 4E | 4B | 9 | 166 | 50 | 37 |
| Octal | 350 | 63 | 72 | 0 | 116 | 113 | 11 | 546 | 120 | 67 |
| Binary | 11101000 | 110011 | 111010 | 0 | 1001110 | 1001011 | 1001 | 101100110 | 1010000 | 110111 |
Color Harmonies of #E8333A
Complementary color
Monochromatic Colors of #E8333A
Black with #E8333A
Text Example
Text Example
White with #E8333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8333A; }
p { color: rgb(232,51,58); }
H1.HeaderClassName
{
color: #E8333A;
}
.AnyTagClassName
{
color: #E8333A;
}
</style>
background-color css
<style>
a { background-color: #E8333A; }
a { background-color: rgb(232,51,58); }
div.DivClassName
{
background-color: #E8333A;
}
.BgClassName
{
background-color: #E8333A;
}
</style>
border-color css
<style>
span { border-color: #E8333A; }
span { border-color: rgb(232,51,58); }
td.TdClassName
{
border-color: #E8333A;
}
.TagClassName
{
border-color: #E8333A;
}
</style>