Shades of Alizarin #E21D27
Tints of Alizarin #E21D27
RGB
CMYK
RGB Variations
Color information
#E21D27 (or 0xE21D27) is known color: Alizarin. HEX triplet: E2, 1D and 27. RGB value is (226,29,39). Sum of RGB (Red+Green+Blue) = 226+29+39=294 (38% of max value = 765). Red value is 226 (88.67% from 255 or 76.87% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 226 - color contains mainly: red. Hex color #E21D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21D27 is #1DE2D8. Grayscale: #595959. Windows color (decimal): -1958617 or 2563554. OLE color: 2563554.
HSL color Cylindrical-coordinate representation of color #E21D27: hue angle of 356.95º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21D27 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 29 | 39 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.11 |
| HSL | 356.95º | 0.77% | 0.5% | - |
| HSV(B) | 356.95º | 0.87% | 0.89% | - |
| XYZ | 32.17 | 17.19 | 3.54 | - |
| YUV | 89.04 | 99.77 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 29 | 39 | 0 | 0.87 | 0.83 | 0.11 | 356.95 | 0.77 | 0.5 |
| Hex | E2 | 1D | 27 | 0 | 57 | 53 | B | 165 | 4D | 32 |
| Octal | 342 | 35 | 47 | 0 | 127 | 123 | 13 | 545 | 115 | 62 |
| Binary | 11100010 | 11101 | 100111 | 0 | 1010111 | 1010011 | 1011 | 101100101 | 1001101 | 110010 |
Color Harmonies of #E21D27
Complementary color
Monochromatic Colors of #E21D27
Black with #E21D27
Text Example
Text Example
White with #E21D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21D27; }
p { color: rgb(226,29,39); }
H1.HeaderClassName
{
color: #E21D27;
}
.AnyTagClassName
{
color: #E21D27;
}
</style>
background-color css
<style>
a { background-color: #E21D27; }
a { background-color: rgb(226,29,39); }
div.DivClassName
{
background-color: #E21D27;
}
.BgClassName
{
background-color: #E21D27;
}
</style>
border-color css
<style>
span { border-color: #E21D27; }
span { border-color: rgb(226,29,39); }
td.TdClassName
{
border-color: #E21D27;
}
.TagClassName
{
border-color: #E21D27;
}
</style>