Shades of Alizarin #D7212F
Tints of Alizarin #D7212F
RGB
CMYK
RGB Variations
Color information
#D7212F (or 0xD7212F) is known color: Alizarin. HEX triplet: D7, 21 and 2F. RGB value is (215,33,47). Sum of RGB (Red+Green+Blue) = 215+33+47=295 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.88% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 215 - color contains mainly: red. Hex color #D7212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7212F is #28DED0. Grayscale: #595959. Windows color (decimal): -2678481 or 3088855. OLE color: 3088855.
HSL color Cylindrical-coordinate representation of color #D7212F: hue angle of 355.38º 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 #D7212F is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 47 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.16 |
| HSL | 355.38º | 0.73% | 0.49% | - |
| HSV(B) | 355.38º | 0.85% | 0.84% | - |
| XYZ | 29.08 | 15.74 | 4.19 | - |
| YUV | 89.01 | 104.3 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 47 | 0 | 0.85 | 0.78 | 0.16 | 355.38 | 0.73 | 0.49 |
| Hex | D7 | 21 | 2F | 0 | 55 | 4E | 10 | 163 | 49 | 31 |
| Octal | 327 | 41 | 57 | 0 | 125 | 116 | 20 | 543 | 111 | 61 |
| Binary | 11010111 | 100001 | 101111 | 0 | 1010101 | 1001110 | 10000 | 101100011 | 1001001 | 110001 |
Color Harmonies of #D7212F
Complementary color
Monochromatic Colors of #D7212F
Black with #D7212F
Text Example
Text Example
White with #D7212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7212F; }
p { color: rgb(215,33,47); }
H1.HeaderClassName
{
color: #D7212F;
}
.AnyTagClassName
{
color: #D7212F;
}
</style>
background-color css
<style>
a { background-color: #D7212F; }
a { background-color: rgb(215,33,47); }
div.DivClassName
{
background-color: #D7212F;
}
.BgClassName
{
background-color: #D7212F;
}
</style>
border-color css
<style>
span { border-color: #D7212F; }
span { border-color: rgb(215,33,47); }
td.TdClassName
{
border-color: #D7212F;
}
.TagClassName
{
border-color: #D7212F;
}
</style>