Shades of Alizarin #D72137
Tints of Alizarin #D72137
RGB
CMYK
RGB Variations
Color information
#D72137 (or 0xD72137) is known color: Alizarin. HEX triplet: D7, 21 and 37. RGB value is (215,33,55). Sum of RGB (Red+Green+Blue) = 215+33+55=303 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.96% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 215 - color contains mainly: red. Hex color #D72137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72137 is #28DEC8. Grayscale: #5A5A5A. Windows color (decimal): -2678473 or 3613143. OLE color: 3613143.
HSL color Cylindrical-coordinate representation of color #D72137: hue angle of 352.75º 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 #D72137 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 55 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.16 |
| HSL | 352.75º | 0.73% | 0.49% | - |
| HSV(B) | 352.75º | 0.85% | 0.84% | - |
| XYZ | 29.26 | 15.81 | 5.12 | - |
| YUV | 89.93 | 108.3 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 55 | 0 | 0.85 | 0.74 | 0.16 | 352.75 | 0.73 | 0.49 |
| Hex | D7 | 21 | 37 | 0 | 55 | 4A | 10 | 161 | 49 | 31 |
| Octal | 327 | 41 | 67 | 0 | 125 | 112 | 20 | 541 | 111 | 61 |
| Binary | 11010111 | 100001 | 110111 | 0 | 1010101 | 1001010 | 10000 | 101100001 | 1001001 | 110001 |
Color Harmonies of #D72137
Complementary color
Monochromatic Colors of #D72137
Black with #D72137
Text Example
Text Example
White with #D72137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72137; }
p { color: rgb(215,33,55); }
H1.HeaderClassName
{
color: #D72137;
}
.AnyTagClassName
{
color: #D72137;
}
</style>
background-color css
<style>
a { background-color: #D72137; }
a { background-color: rgb(215,33,55); }
div.DivClassName
{
background-color: #D72137;
}
.BgClassName
{
background-color: #D72137;
}
</style>
border-color css
<style>
span { border-color: #D72137; }
span { border-color: rgb(215,33,55); }
td.TdClassName
{
border-color: #D72137;
}
.TagClassName
{
border-color: #D72137;
}
</style>