Shades of Alizarin #D8212C
Tints of Alizarin #D8212C
RGB
CMYK
RGB Variations
Color information
#D8212C (or 0xD8212C) is known color: Alizarin. HEX triplet: D8, 21 and 2C. RGB value is (216,33,44). Sum of RGB (Red+Green+Blue) = 216+33+44=293 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.72% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 216 - color contains mainly: red. Hex color #D8212C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8212C is #27DED3. Grayscale: #595959. Windows color (decimal): -2612948 or 2892248. OLE color: 2892248.
HSL color Cylindrical-coordinate representation of color #D8212C: hue angle of 356.39º degrees, saturation: 0.73, 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 #D8212C is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 33 | 44 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.15 |
| HSL | 356.39º | 0.73% | 0.49% | - |
| HSV(B) | 356.39º | 0.85% | 0.85% | - |
| XYZ | 29.32 | 15.87 | 3.9 | - |
| YUV | 88.97 | 102.63 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 33 | 44 | 0 | 0.85 | 0.80 | 0.15 | 356.39 | 0.73 | 0.49 |
| Hex | D8 | 21 | 2C | 0 | 55 | 50 | F | 164 | 49 | 31 |
| Octal | 330 | 41 | 54 | 0 | 125 | 120 | 17 | 544 | 111 | 61 |
| Binary | 11011000 | 100001 | 101100 | 0 | 1010101 | 1010000 | 1111 | 101100100 | 1001001 | 110001 |
Color Harmonies of #D8212C
Complementary color
Monochromatic Colors of #D8212C
Black with #D8212C
Text Example
Text Example
White with #D8212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8212C; }
p { color: rgb(216,33,44); }
H1.HeaderClassName
{
color: #D8212C;
}
.AnyTagClassName
{
color: #D8212C;
}
</style>
background-color css
<style>
a { background-color: #D8212C; }
a { background-color: rgb(216,33,44); }
div.DivClassName
{
background-color: #D8212C;
}
.BgClassName
{
background-color: #D8212C;
}
</style>
border-color css
<style>
span { border-color: #D8212C; }
span { border-color: rgb(216,33,44); }
td.TdClassName
{
border-color: #D8212C;
}
.TagClassName
{
border-color: #D8212C;
}
</style>