Shades of Alizarin #D72932
Tints of Alizarin #D72932
RGB
CMYK
RGB Variations
Color information
#D72932 (or 0xD72932) is known color: Alizarin. HEX triplet: D7, 29 and 32. RGB value is (215,41,50). Sum of RGB (Red+Green+Blue) = 215+41+50=306 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.26% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 215 - color contains mainly: red. Hex color #D72932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72932 is #28D6CD. Grayscale: #5E5E5E. Windows color (decimal): -2676430 or 3287511. OLE color: 3287511.
HSL color Cylindrical-coordinate representation of color #D72932: hue angle of 356.9º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D72932 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 41 | 50 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.16 |
| HSL | 356.9º | 0.69% | 0.5% | - |
| HSV(B) | 356.9º | 0.81% | 0.84% | - |
| XYZ | 29.39 | 16.26 | 4.61 | - |
| YUV | 94.05 | 103.15 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 50 | 0 | 0.81 | 0.77 | 0.16 | 356.9 | 0.69 | 0.5 |
| Hex | D7 | 29 | 32 | 0 | 51 | 4D | 10 | 165 | 45 | 32 |
| Octal | 327 | 51 | 62 | 0 | 121 | 115 | 20 | 545 | 105 | 62 |
| Binary | 11010111 | 101001 | 110010 | 0 | 1010001 | 1001101 | 10000 | 101100101 | 1000101 | 110010 |
Color Harmonies of #D72932
Complementary color
Monochromatic Colors of #D72932
Black with #D72932
Text Example
Text Example
White with #D72932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72932; }
p { color: rgb(215,41,50); }
H1.HeaderClassName
{
color: #D72932;
}
.AnyTagClassName
{
color: #D72932;
}
</style>
background-color css
<style>
a { background-color: #D72932; }
a { background-color: rgb(215,41,50); }
div.DivClassName
{
background-color: #D72932;
}
.BgClassName
{
background-color: #D72932;
}
</style>
border-color css
<style>
span { border-color: #D72932; }
span { border-color: rgb(215,41,50); }
td.TdClassName
{
border-color: #D72932;
}
.TagClassName
{
border-color: #D72932;
}
</style>