Shades of Alizarin #E71F2D
Tints of Alizarin #E71F2D
RGB
CMYK
RGB Variations
Color information
#E71F2D (or 0xE71F2D) is known color: Alizarin. HEX triplet: E7, 1F and 2D. RGB value is (231,31,45). Sum of RGB (Red+Green+Blue) = 231+31+45=307 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.24% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 231 - color contains mainly: red. Hex color #E71F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71F2D is #18E0D2. Grayscale: #5C5C5C. Windows color (decimal): -1630419 or 2957287. OLE color: 2957287.
HSL color Cylindrical-coordinate representation of color #E71F2D: hue angle of 355.8º 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 #E71F2D is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 31 | 45 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.09 |
| HSL | 355.8º | 0.81% | 0.51% | - |
| HSV(B) | 355.8º | 0.87% | 0.91% | - |
| XYZ | 33.92 | 18.16 | 4.2 | - |
| YUV | 92.4 | 101.26 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 31 | 45 | 0 | 0.87 | 0.81 | 0.09 | 355.8 | 0.81 | 0.51 |
| Hex | E7 | 1F | 2D | 0 | 57 | 51 | 9 | 164 | 51 | 33 |
| Octal | 347 | 37 | 55 | 0 | 127 | 121 | 11 | 544 | 121 | 63 |
| Binary | 11100111 | 11111 | 101101 | 0 | 1010111 | 1010001 | 1001 | 101100100 | 1010001 | 110011 |
Color Harmonies of #E71F2D
Complementary color
Monochromatic Colors of #E71F2D
Black with #E71F2D
Text Example
Text Example
White with #E71F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71F2D; }
p { color: rgb(231,31,45); }
H1.HeaderClassName
{
color: #E71F2D;
}
.AnyTagClassName
{
color: #E71F2D;
}
</style>
background-color css
<style>
a { background-color: #E71F2D; }
a { background-color: rgb(231,31,45); }
div.DivClassName
{
background-color: #E71F2D;
}
.BgClassName
{
background-color: #E71F2D;
}
</style>
border-color css
<style>
span { border-color: #E71F2D; }
span { border-color: rgb(231,31,45); }
td.TdClassName
{
border-color: #E71F2D;
}
.TagClassName
{
border-color: #E71F2D;
}
</style>