Shades of Alizarin #D72A34
Tints of Alizarin #D72A34
RGB
CMYK
RGB Variations
Color information
#D72A34 (or 0xD72A34) is known color: Alizarin. HEX triplet: D7, 2A and 34. RGB value is (215,42,52). Sum of RGB (Red+Green+Blue) = 215+42+52=309 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.58% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72A34 is #28D5CB. Grayscale: #5F5F5F. Windows color (decimal): -2676172 or 3418839. OLE color: 3418839.
HSL color Cylindrical-coordinate representation of color #D72A34: hue angle of 356.53º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72A34 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 52 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.16 |
| HSL | 356.53º | 0.68% | 0.5% | - |
| HSV(B) | 356.53º | 0.8% | 0.84% | - |
| XYZ | 29.47 | 16.35 | 4.85 | - |
| YUV | 94.87 | 103.81 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 52 | 0 | 0.80 | 0.76 | 0.16 | 356.53 | 0.68 | 0.5 |
| Hex | D7 | 2A | 34 | 0 | 50 | 4C | 10 | 165 | 44 | 32 |
| Octal | 327 | 52 | 64 | 0 | 120 | 114 | 20 | 545 | 104 | 62 |
| Binary | 11010111 | 101010 | 110100 | 0 | 1010000 | 1001100 | 10000 | 101100101 | 1000100 | 110010 |
Color Harmonies of #D72A34
Complementary color
Monochromatic Colors of #D72A34
Black with #D72A34
Text Example
Text Example
White with #D72A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72A34; }
p { color: rgb(215,42,52); }
H1.HeaderClassName
{
color: #D72A34;
}
.AnyTagClassName
{
color: #D72A34;
}
</style>
background-color css
<style>
a { background-color: #D72A34; }
a { background-color: rgb(215,42,52); }
div.DivClassName
{
background-color: #D72A34;
}
.BgClassName
{
background-color: #D72A34;
}
</style>
border-color css
<style>
span { border-color: #D72A34; }
span { border-color: rgb(215,42,52); }
td.TdClassName
{
border-color: #D72A34;
}
.TagClassName
{
border-color: #D72A34;
}
</style>