Shades of Alizarin #E21F3C
Tints of Alizarin #E21F3C
RGB
CMYK
RGB Variations
Color information
#E21F3C (or 0xE21F3C) is known color: Alizarin. HEX triplet: E2, 1F and 3C. RGB value is (226,31,60). Sum of RGB (Red+Green+Blue) = 226+31+60=317 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.29% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 226 - color contains mainly: red. Hex color #E21F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21F3C is #1DE0C3. Grayscale: #5C5C5C. Windows color (decimal): -1958084 or 3940322. OLE color: 3940322.
HSL color Cylindrical-coordinate representation of color #E21F3C: hue angle of 351.08º 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 #E21F3C is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 31 | 60 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.11 |
| HSL | 351.08º | 0.77% | 0.5% | - |
| HSV(B) | 351.08º | 0.86% | 0.89% | - |
| XYZ | 32.67 | 17.47 | 5.93 | - |
| YUV | 92.61 | 109.6 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 31 | 60 | 0 | 0.86 | 0.73 | 0.11 | 351.08 | 0.77 | 0.5 |
| Hex | E2 | 1F | 3C | 0 | 56 | 49 | B | 15F | 4D | 32 |
| Octal | 342 | 37 | 74 | 0 | 126 | 111 | 13 | 537 | 115 | 62 |
| Binary | 11100010 | 11111 | 111100 | 0 | 1010110 | 1001001 | 1011 | 101011111 | 1001101 | 110010 |
Color Harmonies of #E21F3C
Complementary color
Monochromatic Colors of #E21F3C
Black with #E21F3C
Text Example
Text Example
White with #E21F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21F3C; }
p { color: rgb(226,31,60); }
H1.HeaderClassName
{
color: #E21F3C;
}
.AnyTagClassName
{
color: #E21F3C;
}
</style>
background-color css
<style>
a { background-color: #E21F3C; }
a { background-color: rgb(226,31,60); }
div.DivClassName
{
background-color: #E21F3C;
}
.BgClassName
{
background-color: #E21F3C;
}
</style>
border-color css
<style>
span { border-color: #E21F3C; }
span { border-color: rgb(226,31,60); }
td.TdClassName
{
border-color: #E21F3C;
}
.TagClassName
{
border-color: #E21F3C;
}
</style>