Shades of Alizarin #E71E21
Tints of Alizarin #E71E21
RGB
CMYK
RGB Variations
Color information
#E71E21 (or 0xE71E21) is known color: Alizarin. HEX triplet: E7, 1E and 21. RGB value is (231,30,33). Sum of RGB (Red+Green+Blue) = 231+30+33=294 (38% of max value = 765). Red value is 231 (90.62% from 255 or 78.57% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 231 - color contains mainly: red. Hex color #E71E21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71E21 is #18E1DE. Grayscale: #5A5A5A. Windows color (decimal): -1630687 or 2170599. OLE color: 2170599.
HSL color Cylindrical-coordinate representation of color #E71E21: hue angle of 359.1º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E71E21 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 30 | 33 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.09 |
| HSL | 359.1º | 0.81% | 0.51% | - |
| HSV(B) | 359.1º | 0.87% | 0.91% | - |
| XYZ | 33.69 | 18.03 | 3.14 | - |
| YUV | 90.44 | 95.59 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 30 | 33 | 0 | 0.87 | 0.86 | 0.09 | 359.1 | 0.81 | 0.51 |
| Hex | E7 | 1E | 21 | 0 | 57 | 56 | 9 | 167 | 51 | 33 |
| Octal | 347 | 36 | 41 | 0 | 127 | 126 | 11 | 547 | 121 | 63 |
| Binary | 11100111 | 11110 | 100001 | 0 | 1010111 | 1010110 | 1001 | 101100111 | 1010001 | 110011 |
Color Harmonies of #E71E21
Complementary color
Monochromatic Colors of #E71E21
Black with #E71E21
Text Example
Text Example
White with #E71E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71E21; }
p { color: rgb(231,30,33); }
H1.HeaderClassName
{
color: #E71E21;
}
.AnyTagClassName
{
color: #E71E21;
}
</style>
background-color css
<style>
a { background-color: #E71E21; }
a { background-color: rgb(231,30,33); }
div.DivClassName
{
background-color: #E71E21;
}
.BgClassName
{
background-color: #E71E21;
}
</style>
border-color css
<style>
span { border-color: #E71E21; }
span { border-color: rgb(231,30,33); }
td.TdClassName
{
border-color: #E71E21;
}
.TagClassName
{
border-color: #E71E21;
}
</style>