Shades of Alizarin #E8142B
Tints of Alizarin #E8142B
RGB
CMYK
RGB Variations
Color information
#E8142B (or 0xE8142B) is known color: Alizarin. HEX triplet: E8, 14 and 2B. RGB value is (232,20,43). Sum of RGB (Red+Green+Blue) = 232+20+43=295 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.64% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 232 - color contains mainly: red. Hex color #E8142B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8142B is #17EBD4. Grayscale: #565656. Windows color (decimal): -1567701 or 2823400. OLE color: 2823400.
HSL color Cylindrical-coordinate representation of color #E8142B: hue angle of 353.49º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8142B is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 43 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.09 |
| HSL | 353.49º | 0.84% | 0.49% | - |
| HSV(B) | 353.49º | 0.91% | 0.91% | - |
| XYZ | 33.96 | 17.83 | 3.94 | - |
| YUV | 86.01 | 103.74 | 232.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 43 | 0 | 0.91 | 0.81 | 0.09 | 353.49 | 0.84 | 0.49 |
| Hex | E8 | 14 | 2B | 0 | 5B | 51 | 9 | 161 | 54 | 31 |
| Octal | 350 | 24 | 53 | 0 | 133 | 121 | 11 | 541 | 124 | 61 |
| Binary | 11101000 | 10100 | 101011 | 0 | 1011011 | 1010001 | 1001 | 101100001 | 1010100 | 110001 |
Color Harmonies of #E8142B
Complementary color
Monochromatic Colors of #E8142B
Black with #E8142B
Text Example
Text Example
White with #E8142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8142B; }
p { color: rgb(232,20,43); }
H1.HeaderClassName
{
color: #E8142B;
}
.AnyTagClassName
{
color: #E8142B;
}
</style>
background-color css
<style>
a { background-color: #E8142B; }
a { background-color: rgb(232,20,43); }
div.DivClassName
{
background-color: #E8142B;
}
.BgClassName
{
background-color: #E8142B;
}
</style>
border-color css
<style>
span { border-color: #E8142B; }
span { border-color: rgb(232,20,43); }
td.TdClassName
{
border-color: #E8142B;
}
.TagClassName
{
border-color: #E8142B;
}
</style>