Shades of Alizarin #E8232F
Tints of Alizarin #E8232F
RGB
CMYK
RGB Variations
Color information
#E8232F (or 0xE8232F) is known color: Alizarin. HEX triplet: E8, 23 and 2F. RGB value is (232,35,47). Sum of RGB (Red+Green+Blue) = 232+35+47=314 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.89% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 232 - color contains mainly: red. Hex color #E8232F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8232F is #17DCD0. Grayscale: #5F5F5F. Windows color (decimal): -1563857 or 3089384. OLE color: 3089384.
HSL color Cylindrical-coordinate representation of color #E8232F: hue angle of 356.35º 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 #E8232F is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 35 | 47 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.09 |
| HSL | 356.35º | 0.81% | 0.52% | - |
| HSV(B) | 356.35º | 0.85% | 0.91% | - |
| XYZ | 34.39 | 18.56 | 4.46 | - |
| YUV | 95.27 | 100.77 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 35 | 47 | 0 | 0.85 | 0.80 | 0.09 | 356.35 | 0.81 | 0.52 |
| Hex | E8 | 23 | 2F | 0 | 55 | 50 | 9 | 164 | 51 | 34 |
| Octal | 350 | 43 | 57 | 0 | 125 | 120 | 11 | 544 | 121 | 64 |
| Binary | 11101000 | 100011 | 101111 | 0 | 1010101 | 1010000 | 1001 | 101100100 | 1010001 | 110100 |
Color Harmonies of #E8232F
Complementary color
Monochromatic Colors of #E8232F
Black with #E8232F
Text Example
Text Example
White with #E8232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8232F; }
p { color: rgb(232,35,47); }
H1.HeaderClassName
{
color: #E8232F;
}
.AnyTagClassName
{
color: #E8232F;
}
</style>
background-color css
<style>
a { background-color: #E8232F; }
a { background-color: rgb(232,35,47); }
div.DivClassName
{
background-color: #E8232F;
}
.BgClassName
{
background-color: #E8232F;
}
</style>
border-color css
<style>
span { border-color: #E8232F; }
span { border-color: rgb(232,35,47); }
td.TdClassName
{
border-color: #E8232F;
}
.TagClassName
{
border-color: #E8232F;
}
</style>