Shades of Alizarin #E21F3A
Tints of Alizarin #E21F3A
RGB
CMYK
RGB Variations
Color information
#E21F3A (or 0xE21F3A) is known color: Alizarin. HEX triplet: E2, 1F and 3A. RGB value is (226,31,58). Sum of RGB (Red+Green+Blue) = 226+31+58=315 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.75% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 226 - color contains mainly: red. Hex color #E21F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21F3A is #1DE0C5. Grayscale: #5C5C5C. Windows color (decimal): -1958086 or 3809250. OLE color: 3809250.
HSL color Cylindrical-coordinate representation of color #E21F3A: hue angle of 351.69º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E21F3A is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 31 | 58 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.11 |
| HSL | 351.69º | 0.77% | 0.5% | - |
| HSV(B) | 351.69º | 0.86% | 0.89% | - |
| XYZ | 32.62 | 17.45 | 5.65 | - |
| YUV | 92.38 | 108.6 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 31 | 58 | 0 | 0.86 | 0.74 | 0.11 | 351.69 | 0.77 | 0.5 |
| Hex | E2 | 1F | 3A | 0 | 56 | 4A | B | 160 | 4D | 32 |
| Octal | 342 | 37 | 72 | 0 | 126 | 112 | 13 | 540 | 115 | 62 |
| Binary | 11100010 | 11111 | 111010 | 0 | 1010110 | 1001010 | 1011 | 101100000 | 1001101 | 110010 |
Color Harmonies of #E21F3A
Complementary color
Monochromatic Colors of #E21F3A
Black with #E21F3A
Text Example
Text Example
White with #E21F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21F3A; }
p { color: rgb(226,31,58); }
H1.HeaderClassName
{
color: #E21F3A;
}
.AnyTagClassName
{
color: #E21F3A;
}
</style>
background-color css
<style>
a { background-color: #E21F3A; }
a { background-color: rgb(226,31,58); }
div.DivClassName
{
background-color: #E21F3A;
}
.BgClassName
{
background-color: #E21F3A;
}
</style>
border-color css
<style>
span { border-color: #E21F3A; }
span { border-color: rgb(226,31,58); }
td.TdClassName
{
border-color: #E21F3A;
}
.TagClassName
{
border-color: #E21F3A;
}
</style>