Shades of Alizarin #D72B40
Tints of Alizarin #D72B40
RGB
CMYK
RGB Variations
Color information
#D72B40 (or 0xD72B40) is known color: Alizarin. HEX triplet: D7, 2B and 40. RGB value is (215,43,64). Sum of RGB (Red+Green+Blue) = 215+43+64=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D72B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72B40 is #28D4BF. Grayscale: #606060. Windows color (decimal): -2675904 or 4205527. OLE color: 4205527.
HSL color Cylindrical-coordinate representation of color #D72B40: hue angle of 352.67º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72B40 is Cyan = 0, Magento = 0.8, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 43 | 64 | - |
| CMYK | 0 | 0.8 | 0.70 | 0.16 |
| HSL | 352.67º | 0.68% | 0.51% | - |
| HSV(B) | 352.67º | 0.8% | 0.84% | - |
| XYZ | 29.81 | 16.54 | 6.47 | - |
| YUV | 96.82 | 109.48 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 43 | 64 | 0 | 0.8 | 0.70 | 0.16 | 352.67 | 0.68 | 0.51 |
| Hex | D7 | 2B | 40 | 0 | 50 | 46 | 10 | 161 | 44 | 33 |
| Octal | 327 | 53 | 100 | 0 | 120 | 106 | 20 | 541 | 104 | 63 |
| Binary | 11010111 | 101011 | 1000000 | 0 | 1010000 | 1000110 | 10000 | 101100001 | 1000100 | 110011 |
Color Harmonies of #D72B40
Complementary color
Monochromatic Colors of #D72B40
Black with #D72B40
Text Example
Text Example
White with #D72B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72B40; }
p { color: rgb(215,43,64); }
H1.HeaderClassName
{
color: #D72B40;
}
.AnyTagClassName
{
color: #D72B40;
}
</style>
background-color css
<style>
a { background-color: #D72B40; }
a { background-color: rgb(215,43,64); }
div.DivClassName
{
background-color: #D72B40;
}
.BgClassName
{
background-color: #D72B40;
}
</style>
border-color css
<style>
span { border-color: #D72B40; }
span { border-color: rgb(215,43,64); }
td.TdClassName
{
border-color: #D72B40;
}
.TagClassName
{
border-color: #D72B40;
}
</style>