Shades of Alizarin #E51F2B
Tints of Alizarin #E51F2B
RGB
CMYK
RGB Variations
Color information
#E51F2B (or 0xE51F2B) is known color: Alizarin. HEX triplet: E5, 1F and 2B. RGB value is (229,31,43). Sum of RGB (Red+Green+Blue) = 229+31+43=303 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.58% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 229 - color contains mainly: red. Hex color #E51F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E51F2B is #1AE0D4. Grayscale: #5B5B5B. Windows color (decimal): -1761493 or 2826213. OLE color: 2826213.
HSL color Cylindrical-coordinate representation of color #E51F2B: hue angle of 356.36º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E51F2B is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 31 | 43 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.10 |
| HSL | 356.36º | 0.79% | 0.51% | - |
| HSV(B) | 356.36º | 0.86% | 0.9% | - |
| XYZ | 33.24 | 17.81 | 3.97 | - |
| YUV | 91.57 | 100.6 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 31 | 43 | 0 | 0.86 | 0.81 | 0.10 | 356.36 | 0.79 | 0.51 |
| Hex | E5 | 1F | 2B | 0 | 56 | 51 | A | 164 | 4F | 33 |
| Octal | 345 | 37 | 53 | 0 | 126 | 121 | 12 | 544 | 117 | 63 |
| Binary | 11100101 | 11111 | 101011 | 0 | 1010110 | 1010001 | 1010 | 101100100 | 1001111 | 110011 |
Color Harmonies of #E51F2B
Complementary color
Monochromatic Colors of #E51F2B
Black with #E51F2B
Text Example
Text Example
White with #E51F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51F2B; }
p { color: rgb(229,31,43); }
H1.HeaderClassName
{
color: #E51F2B;
}
.AnyTagClassName
{
color: #E51F2B;
}
</style>
background-color css
<style>
a { background-color: #E51F2B; }
a { background-color: rgb(229,31,43); }
div.DivClassName
{
background-color: #E51F2B;
}
.BgClassName
{
background-color: #E51F2B;
}
</style>
border-color css
<style>
span { border-color: #E51F2B; }
span { border-color: rgb(229,31,43); }
td.TdClassName
{
border-color: #E51F2B;
}
.TagClassName
{
border-color: #E51F2B;
}
</style>