Shades of Alizarin #E51F2A
Tints of Alizarin #E51F2A
RGB
CMYK
RGB Variations
Color information
#E51F2A (or 0xE51F2A) is known color: Alizarin. HEX triplet: E5, 1F and 2A. RGB value is (229,31,42). Sum of RGB (Red+Green+Blue) = 229+31+42=302 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.83% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 229 - color contains mainly: red. Hex color #E51F2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E51F2A is #1AE0D5. Grayscale: #5B5B5B. Windows color (decimal): -1761494 or 2760677. OLE color: 2760677.
HSL color Cylindrical-coordinate representation of color #E51F2A: hue angle of 356.67º 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 #E51F2A is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 31 | 42 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.10 |
| HSL | 356.67º | 0.79% | 0.51% | - |
| HSV(B) | 356.67º | 0.86% | 0.9% | - |
| XYZ | 33.22 | 17.81 | 3.88 | - |
| YUV | 91.46 | 100.1 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 31 | 42 | 0 | 0.86 | 0.82 | 0.10 | 356.67 | 0.79 | 0.51 |
| Hex | E5 | 1F | 2A | 0 | 56 | 52 | A | 165 | 4F | 33 |
| Octal | 345 | 37 | 52 | 0 | 126 | 122 | 12 | 545 | 117 | 63 |
| Binary | 11100101 | 11111 | 101010 | 0 | 1010110 | 1010010 | 1010 | 101100101 | 1001111 | 110011 |
Color Harmonies of #E51F2A
Complementary color
Monochromatic Colors of #E51F2A
Black with #E51F2A
Text Example
Text Example
White with #E51F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51F2A; }
p { color: rgb(229,31,42); }
H1.HeaderClassName
{
color: #E51F2A;
}
.AnyTagClassName
{
color: #E51F2A;
}
</style>
background-color css
<style>
a { background-color: #E51F2A; }
a { background-color: rgb(229,31,42); }
div.DivClassName
{
background-color: #E51F2A;
}
.BgClassName
{
background-color: #E51F2A;
}
</style>
border-color css
<style>
span { border-color: #E51F2A; }
span { border-color: rgb(229,31,42); }
td.TdClassName
{
border-color: #E51F2A;
}
.TagClassName
{
border-color: #E51F2A;
}
</style>