Shades of Alizarin #E21D25
Tints of Alizarin #E21D25
RGB
CMYK
RGB Variations
Color information
#E21D25 (or 0xE21D25) is known color: Alizarin. HEX triplet: E2, 1D and 25. RGB value is (226,29,37). Sum of RGB (Red+Green+Blue) = 226+29+37=292 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.40% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 226 - color contains mainly: red. Hex color #E21D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21D25 is #1DE2DA. Grayscale: #585858. Windows color (decimal): -1958619 or 2432482. OLE color: 2432482.
HSL color Cylindrical-coordinate representation of color #E21D25: hue angle of 357.56º 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 #E21D25 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 29 | 37 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.11 |
| HSL | 357.56º | 0.77% | 0.5% | - |
| HSV(B) | 357.56º | 0.87% | 0.89% | - |
| XYZ | 32.14 | 17.18 | 3.37 | - |
| YUV | 88.82 | 98.77 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 29 | 37 | 0 | 0.87 | 0.84 | 0.11 | 357.56 | 0.77 | 0.5 |
| Hex | E2 | 1D | 25 | 0 | 57 | 54 | B | 166 | 4D | 32 |
| Octal | 342 | 35 | 45 | 0 | 127 | 124 | 13 | 546 | 115 | 62 |
| Binary | 11100010 | 11101 | 100101 | 0 | 1010111 | 1010100 | 1011 | 101100110 | 1001101 | 110010 |
Color Harmonies of #E21D25
Complementary color
Monochromatic Colors of #E21D25
Black with #E21D25
Text Example
Text Example
White with #E21D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21D25; }
p { color: rgb(226,29,37); }
H1.HeaderClassName
{
color: #E21D25;
}
.AnyTagClassName
{
color: #E21D25;
}
</style>
background-color css
<style>
a { background-color: #E21D25; }
a { background-color: rgb(226,29,37); }
div.DivClassName
{
background-color: #E21D25;
}
.BgClassName
{
background-color: #E21D25;
}
</style>
border-color css
<style>
span { border-color: #E21D25; }
span { border-color: rgb(226,29,37); }
td.TdClassName
{
border-color: #E21D25;
}
.TagClassName
{
border-color: #E21D25;
}
</style>