Shades of Alizarin #D72134
Tints of Alizarin #D72134
RGB
CMYK
RGB Variations
Color information
#D72134 (or 0xD72134) is known color: Alizarin. HEX triplet: D7, 21 and 34. RGB value is (215,33,52). Sum of RGB (Red+Green+Blue) = 215+33+52=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D72134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72134 is #28DECB. Grayscale: #595959. Windows color (decimal): -2678476 or 3416535. OLE color: 3416535.
HSL color Cylindrical-coordinate representation of color #D72134: hue angle of 353.74º 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 #D72134 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 52 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.16 |
| HSL | 353.74º | 0.73% | 0.49% | - |
| HSV(B) | 353.74º | 0.85% | 0.84% | - |
| XYZ | 29.19 | 15.78 | 4.76 | - |
| YUV | 89.58 | 106.8 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 52 | 0 | 0.85 | 0.76 | 0.16 | 353.74 | 0.73 | 0.49 |
| Hex | D7 | 21 | 34 | 0 | 55 | 4C | 10 | 162 | 49 | 31 |
| Octal | 327 | 41 | 64 | 0 | 125 | 114 | 20 | 542 | 111 | 61 |
| Binary | 11010111 | 100001 | 110100 | 0 | 1010101 | 1001100 | 10000 | 101100010 | 1001001 | 110001 |
Color Harmonies of #D72134
Complementary color
Monochromatic Colors of #D72134
Black with #D72134
Text Example
Text Example
White with #D72134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72134; }
p { color: rgb(215,33,52); }
H1.HeaderClassName
{
color: #D72134;
}
.AnyTagClassName
{
color: #D72134;
}
</style>
background-color css
<style>
a { background-color: #D72134; }
a { background-color: rgb(215,33,52); }
div.DivClassName
{
background-color: #D72134;
}
.BgClassName
{
background-color: #D72134;
}
</style>
border-color css
<style>
span { border-color: #D72134; }
span { border-color: rgb(215,33,52); }
td.TdClassName
{
border-color: #D72134;
}
.TagClassName
{
border-color: #D72134;
}
</style>