Shades of Alizarin #E4202B
Tints of Alizarin #E4202B
RGB
CMYK
RGB Variations
Color information
#E4202B (or 0xE4202B) is known color: Alizarin. HEX triplet: E4, 20 and 2B. RGB value is (228,32,43). Sum of RGB (Red+Green+Blue) = 228+32+43=303 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75.25% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 228 - color contains mainly: red. Hex color #E4202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4202B is #1BDFD4. Grayscale: #5C5C5C. Windows color (decimal): -1826773 or 2826468. OLE color: 2826468.
HSL color Cylindrical-coordinate representation of color #E4202B: hue angle of 356.63º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E4202B is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 32 | 43 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.11 |
| HSL | 356.63º | 0.78% | 0.51% | - |
| HSV(B) | 356.63º | 0.86% | 0.89% | - |
| XYZ | 32.95 | 17.7 | 3.97 | - |
| YUV | 91.86 | 100.43 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 32 | 43 | 0 | 0.86 | 0.81 | 0.11 | 356.63 | 0.78 | 0.51 |
| Hex | E4 | 20 | 2B | 0 | 56 | 51 | B | 165 | 4E | 33 |
| Octal | 344 | 40 | 53 | 0 | 126 | 121 | 13 | 545 | 116 | 63 |
| Binary | 11100100 | 100000 | 101011 | 0 | 1010110 | 1010001 | 1011 | 101100101 | 1001110 | 110011 |
Color Harmonies of #E4202B
Complementary color
Monochromatic Colors of #E4202B
Black with #E4202B
Text Example
Text Example
White with #E4202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4202B; }
p { color: rgb(228,32,43); }
H1.HeaderClassName
{
color: #E4202B;
}
.AnyTagClassName
{
color: #E4202B;
}
</style>
background-color css
<style>
a { background-color: #E4202B; }
a { background-color: rgb(228,32,43); }
div.DivClassName
{
background-color: #E4202B;
}
.BgClassName
{
background-color: #E4202B;
}
</style>
border-color css
<style>
span { border-color: #E4202B; }
span { border-color: rgb(228,32,43); }
td.TdClassName
{
border-color: #E4202B;
}
.TagClassName
{
border-color: #E4202B;
}
</style>