Shades of Alizarin #E71B2B
Tints of Alizarin #E71B2B
RGB
CMYK
RGB Variations
Color information
#E71B2B (or 0xE71B2B) is known color: Alizarin. HEX triplet: E7, 1B and 2B. RGB value is (231,27,43). Sum of RGB (Red+Green+Blue) = 231+27+43=301 (39% of max value = 765). Red value is 231 (90.62% from 255 or 76.74% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 231 - color contains mainly: red. Hex color #E71B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71B2B is #18E4D4. Grayscale: #595959. Windows color (decimal): -1631445 or 2825191. OLE color: 2825191.
HSL color Cylindrical-coordinate representation of color #E71B2B: hue angle of 355.29º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71B2B is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 27 | 43 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.09 |
| HSL | 355.29º | 0.81% | 0.51% | - |
| HSV(B) | 355.29º | 0.88% | 0.91% | - |
| XYZ | 33.78 | 17.95 | 3.97 | - |
| YUV | 89.82 | 101.59 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 27 | 43 | 0 | 0.88 | 0.81 | 0.09 | 355.29 | 0.81 | 0.51 |
| Hex | E7 | 1B | 2B | 0 | 58 | 51 | 9 | 163 | 51 | 33 |
| Octal | 347 | 33 | 53 | 0 | 130 | 121 | 11 | 543 | 121 | 63 |
| Binary | 11100111 | 11011 | 101011 | 0 | 1011000 | 1010001 | 1001 | 101100011 | 1010001 | 110011 |
Color Harmonies of #E71B2B
Complementary color
Monochromatic Colors of #E71B2B
Black with #E71B2B
Text Example
Text Example
White with #E71B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71B2B; }
p { color: rgb(231,27,43); }
H1.HeaderClassName
{
color: #E71B2B;
}
.AnyTagClassName
{
color: #E71B2B;
}
</style>
background-color css
<style>
a { background-color: #E71B2B; }
a { background-color: rgb(231,27,43); }
div.DivClassName
{
background-color: #E71B2B;
}
.BgClassName
{
background-color: #E71B2B;
}
</style>
border-color css
<style>
span { border-color: #E71B2B; }
span { border-color: rgb(231,27,43); }
td.TdClassName
{
border-color: #E71B2B;
}
.TagClassName
{
border-color: #E71B2B;
}
</style>