Shades of Alizarin #D72033
Tints of Alizarin #D72033
RGB
CMYK
RGB Variations
Color information
#D72033 (or 0xD72033) is known color: Alizarin. HEX triplet: D7, 20 and 33. RGB value is (215,32,51). Sum of RGB (Red+Green+Blue) = 215+32+51=298 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.15% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 215 - color contains mainly: red. Hex color #D72033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72033 is #28DFCC. Grayscale: #585858. Windows color (decimal): -2678733 or 3350743. OLE color: 3350743.
HSL color Cylindrical-coordinate representation of color #D72033: hue angle of 353.77º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D72033 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 51 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.16 |
| HSL | 353.77º | 0.74% | 0.48% | - |
| HSV(B) | 353.77º | 0.85% | 0.84% | - |
| XYZ | 29.14 | 15.72 | 4.63 | - |
| YUV | 88.88 | 106.63 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 51 | 0 | 0.85 | 0.76 | 0.16 | 353.77 | 0.74 | 0.48 |
| Hex | D7 | 20 | 33 | 0 | 55 | 4C | 10 | 162 | 4A | 30 |
| Octal | 327 | 40 | 63 | 0 | 125 | 114 | 20 | 542 | 112 | 60 |
| Binary | 11010111 | 100000 | 110011 | 0 | 1010101 | 1001100 | 10000 | 101100010 | 1001010 | 110000 |
Color Harmonies of #D72033
Complementary color
Monochromatic Colors of #D72033
Black with #D72033
Text Example
Text Example
White with #D72033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72033; }
p { color: rgb(215,32,51); }
H1.HeaderClassName
{
color: #D72033;
}
.AnyTagClassName
{
color: #D72033;
}
</style>
background-color css
<style>
a { background-color: #D72033; }
a { background-color: rgb(215,32,51); }
div.DivClassName
{
background-color: #D72033;
}
.BgClassName
{
background-color: #D72033;
}
</style>
border-color css
<style>
span { border-color: #D72033; }
span { border-color: rgb(215,32,51); }
td.TdClassName
{
border-color: #D72033;
}
.TagClassName
{
border-color: #D72033;
}
</style>