Shades of Alizarin #D9212C
Tints of Alizarin #D9212C
RGB
CMYK
RGB Variations
Color information
#D9212C (or 0xD9212C) is known color: Alizarin. HEX triplet: D9, 21 and 2C. RGB value is (217,33,44). Sum of RGB (Red+Green+Blue) = 217+33+44=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D9212C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9212C is #26DED3. Grayscale: #595959. Windows color (decimal): -2547412 or 2892249. OLE color: 2892249.
HSL color Cylindrical-coordinate representation of color #D9212C: hue angle of 356.41º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D9212C is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 33 | 44 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.15 |
| HSL | 356.41º | 0.74% | 0.49% | - |
| HSV(B) | 356.41º | 0.85% | 0.85% | - |
| XYZ | 29.61 | 16.02 | 3.91 | - |
| YUV | 89.27 | 102.46 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 44 | 0 | 0.85 | 0.80 | 0.15 | 356.41 | 0.74 | 0.49 |
| Hex | D9 | 21 | 2C | 0 | 55 | 50 | F | 164 | 4A | 31 |
| Octal | 331 | 41 | 54 | 0 | 125 | 120 | 17 | 544 | 112 | 61 |
| Binary | 11011001 | 100001 | 101100 | 0 | 1010101 | 1010000 | 1111 | 101100100 | 1001010 | 110001 |
Color Harmonies of #D9212C
Complementary color
Monochromatic Colors of #D9212C
Black with #D9212C
Text Example
Text Example
White with #D9212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9212C; }
p { color: rgb(217,33,44); }
H1.HeaderClassName
{
color: #D9212C;
}
.AnyTagClassName
{
color: #D9212C;
}
</style>
background-color css
<style>
a { background-color: #D9212C; }
a { background-color: rgb(217,33,44); }
div.DivClassName
{
background-color: #D9212C;
}
.BgClassName
{
background-color: #D9212C;
}
</style>
border-color css
<style>
span { border-color: #D9212C; }
span { border-color: rgb(217,33,44); }
td.TdClassName
{
border-color: #D9212C;
}
.TagClassName
{
border-color: #D9212C;
}
</style>