Shades of Alizarin #D8212B
Tints of Alizarin #D8212B
RGB
CMYK
RGB Variations
Color information
#D8212B (or 0xD8212B) is known color: Alizarin. HEX triplet: D8, 21 and 2B. RGB value is (216,33,43). Sum of RGB (Red+Green+Blue) = 216+33+43=292 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.97% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 216 - color contains mainly: red. Hex color #D8212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8212B is #27DED4. Grayscale: #595959. Windows color (decimal): -2612949 or 2826712. OLE color: 2826712.
HSL color Cylindrical-coordinate representation of color #D8212B: hue angle of 356.72º 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 #D8212B is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 33 | 43 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.15 |
| HSL | 356.72º | 0.73% | 0.49% | - |
| HSV(B) | 356.72º | 0.85% | 0.85% | - |
| XYZ | 29.3 | 15.86 | 3.8 | - |
| YUV | 88.86 | 102.13 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 33 | 43 | 0 | 0.85 | 0.80 | 0.15 | 356.72 | 0.73 | 0.49 |
| Hex | D8 | 21 | 2B | 0 | 55 | 50 | F | 165 | 49 | 31 |
| Octal | 330 | 41 | 53 | 0 | 125 | 120 | 17 | 545 | 111 | 61 |
| Binary | 11011000 | 100001 | 101011 | 0 | 1010101 | 1010000 | 1111 | 101100101 | 1001001 | 110001 |
Color Harmonies of #D8212B
Complementary color
Monochromatic Colors of #D8212B
Black with #D8212B
Text Example
Text Example
White with #D8212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8212B; }
p { color: rgb(216,33,43); }
H1.HeaderClassName
{
color: #D8212B;
}
.AnyTagClassName
{
color: #D8212B;
}
</style>
background-color css
<style>
a { background-color: #D8212B; }
a { background-color: rgb(216,33,43); }
div.DivClassName
{
background-color: #D8212B;
}
.BgClassName
{
background-color: #D8212B;
}
</style>
border-color css
<style>
span { border-color: #D8212B; }
span { border-color: rgb(216,33,43); }
td.TdClassName
{
border-color: #D8212B;
}
.TagClassName
{
border-color: #D8212B;
}
</style>