Shades of Alizarin #D7212C
Tints of Alizarin #D7212C
RGB
CMYK
RGB Variations
Color information
#D7212C (or 0xD7212C) is known color: Alizarin. HEX triplet: D7, 21 and 2C. RGB value is (215,33,44). Sum of RGB (Red+Green+Blue) = 215+33+44=292 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.63% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 215 - color contains mainly: red. Hex color #D7212C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7212C is #28DED3. Grayscale: #585858. Windows color (decimal): -2678484 or 2892247. OLE color: 2892247.
HSL color Cylindrical-coordinate representation of color #D7212C: hue angle of 356.37º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D7212C is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 44 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.16 |
| HSL | 356.37º | 0.73% | 0.49% | - |
| HSV(B) | 356.37º | 0.85% | 0.84% | - |
| XYZ | 29.02 | 15.72 | 3.89 | - |
| YUV | 88.67 | 102.8 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 44 | 0 | 0.85 | 0.80 | 0.16 | 356.37 | 0.73 | 0.49 |
| Hex | D7 | 21 | 2C | 0 | 55 | 50 | 10 | 164 | 49 | 31 |
| Octal | 327 | 41 | 54 | 0 | 125 | 120 | 20 | 544 | 111 | 61 |
| Binary | 11010111 | 100001 | 101100 | 0 | 1010101 | 1010000 | 10000 | 101100100 | 1001001 | 110001 |
Color Harmonies of #D7212C
Complementary color
Monochromatic Colors of #D7212C
Black with #D7212C
Text Example
Text Example
White with #D7212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7212C; }
p { color: rgb(215,33,44); }
H1.HeaderClassName
{
color: #D7212C;
}
.AnyTagClassName
{
color: #D7212C;
}
</style>
background-color css
<style>
a { background-color: #D7212C; }
a { background-color: rgb(215,33,44); }
div.DivClassName
{
background-color: #D7212C;
}
.BgClassName
{
background-color: #D7212C;
}
</style>
border-color css
<style>
span { border-color: #D7212C; }
span { border-color: rgb(215,33,44); }
td.TdClassName
{
border-color: #D7212C;
}
.TagClassName
{
border-color: #D7212C;
}
</style>