Shades of Alizarin #E83034
Tints of Alizarin #E83034
RGB
CMYK
RGB Variations
Color information
#E83034 (or 0xE83034) is known color: Alizarin. HEX triplet: E8, 30 and 34. RGB value is (232,48,52). Sum of RGB (Red+Green+Blue) = 232+48+52=332 (43% of max value = 765). Red value is 232 (91.02% from 255 or 69.88% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 232 - color contains mainly: red. Hex color #E83034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E83034 is #17CFCB. Grayscale: #676767. Windows color (decimal): -1560524 or 3420392. OLE color: 3420392.
HSL color Cylindrical-coordinate representation of color #E83034: hue angle of 358.7º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E83034 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 48 | 52 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.09 |
| HSL | 358.7º | 0.8% | 0.55% | - |
| HSV(B) | 358.7º | 0.79% | 0.91% | - |
| XYZ | 34.96 | 19.52 | 5.17 | - |
| YUV | 103.47 | 98.96 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 48 | 52 | 0 | 0.79 | 0.78 | 0.09 | 358.7 | 0.8 | 0.55 |
| Hex | E8 | 30 | 34 | 0 | 4F | 4E | 9 | 167 | 50 | 37 |
| Octal | 350 | 60 | 64 | 0 | 117 | 116 | 11 | 547 | 120 | 67 |
| Binary | 11101000 | 110000 | 110100 | 0 | 1001111 | 1001110 | 1001 | 101100111 | 1010000 | 110111 |
Color Harmonies of #E83034
Complementary color
Monochromatic Colors of #E83034
Black with #E83034
Text Example
Text Example
White with #E83034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83034; }
p { color: rgb(232,48,52); }
H1.HeaderClassName
{
color: #E83034;
}
.AnyTagClassName
{
color: #E83034;
}
</style>
background-color css
<style>
a { background-color: #E83034; }
a { background-color: rgb(232,48,52); }
div.DivClassName
{
background-color: #E83034;
}
.BgClassName
{
background-color: #E83034;
}
</style>
border-color css
<style>
span { border-color: #E83034; }
span { border-color: rgb(232,48,52); }
td.TdClassName
{
border-color: #E83034;
}
.TagClassName
{
border-color: #E83034;
}
</style>