Shades of Alizarin #D72037
Tints of Alizarin #D72037
RGB
CMYK
RGB Variations
Color information
#D72037 (or 0xD72037) is known color: Alizarin. HEX triplet: D7, 20 and 37. RGB value is (215,32,55). Sum of RGB (Red+Green+Blue) = 215+32+55=302 (40% of max value = 765). Red value is 215 (84.38% from 255 or 71.19% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 215 - color contains mainly: red. Hex color #D72037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72037 is #28DFC8. Grayscale: #595959. Windows color (decimal): -2678729 or 3612887. OLE color: 3612887.
HSL color Cylindrical-coordinate representation of color #D72037: hue angle of 352.46º 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 #D72037 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 55 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.16 |
| HSL | 352.46º | 0.74% | 0.48% | - |
| HSV(B) | 352.46º | 0.85% | 0.84% | - |
| XYZ | 29.23 | 15.76 | 5.12 | - |
| YUV | 89.34 | 108.63 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 55 | 0 | 0.85 | 0.74 | 0.16 | 352.46 | 0.74 | 0.48 |
| Hex | D7 | 20 | 37 | 0 | 55 | 4A | 10 | 160 | 4A | 30 |
| Octal | 327 | 40 | 67 | 0 | 125 | 112 | 20 | 540 | 112 | 60 |
| Binary | 11010111 | 100000 | 110111 | 0 | 1010101 | 1001010 | 10000 | 101100000 | 1001010 | 110000 |
Color Harmonies of #D72037
Complementary color
Monochromatic Colors of #D72037
Black with #D72037
Text Example
Text Example
White with #D72037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72037; }
p { color: rgb(215,32,55); }
H1.HeaderClassName
{
color: #D72037;
}
.AnyTagClassName
{
color: #D72037;
}
</style>
background-color css
<style>
a { background-color: #D72037; }
a { background-color: rgb(215,32,55); }
div.DivClassName
{
background-color: #D72037;
}
.BgClassName
{
background-color: #D72037;
}
</style>
border-color css
<style>
span { border-color: #D72037; }
span { border-color: rgb(215,32,55); }
td.TdClassName
{
border-color: #D72037;
}
.TagClassName
{
border-color: #D72037;
}
</style>