Shades of Alizarin #D72D3C
Tints of Alizarin #D72D3C
RGB
CMYK
RGB Variations
Color information
#D72D3C (or 0xD72D3C) is known color: Alizarin. HEX triplet: D7, 2D and 3C. RGB value is (215,45,60). Sum of RGB (Red+Green+Blue) = 215+45+60=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72D3C is #28D2C3. Grayscale: #616161. Windows color (decimal): -2675396 or 3943895. OLE color: 3943895.
HSL color Cylindrical-coordinate representation of color #D72D3C: hue angle of 354.71º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72D3C is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 45 | 60 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.16 |
| HSL | 354.71º | 0.68% | 0.51% | - |
| HSV(B) | 354.71º | 0.79% | 0.84% | - |
| XYZ | 29.78 | 16.65 | 5.92 | - |
| YUV | 97.54 | 106.82 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 45 | 60 | 0 | 0.79 | 0.72 | 0.16 | 354.71 | 0.68 | 0.51 |
| Hex | D7 | 2D | 3C | 0 | 4F | 48 | 10 | 163 | 44 | 33 |
| Octal | 327 | 55 | 74 | 0 | 117 | 110 | 20 | 543 | 104 | 63 |
| Binary | 11010111 | 101101 | 111100 | 0 | 1001111 | 1001000 | 10000 | 101100011 | 1000100 | 110011 |
Color Harmonies of #D72D3C
Complementary color
Monochromatic Colors of #D72D3C
Black with #D72D3C
Text Example
Text Example
White with #D72D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72D3C; }
p { color: rgb(215,45,60); }
H1.HeaderClassName
{
color: #D72D3C;
}
.AnyTagClassName
{
color: #D72D3C;
}
</style>
background-color css
<style>
a { background-color: #D72D3C; }
a { background-color: rgb(215,45,60); }
div.DivClassName
{
background-color: #D72D3C;
}
.BgClassName
{
background-color: #D72D3C;
}
</style>
border-color css
<style>
span { border-color: #D72D3C; }
span { border-color: rgb(215,45,60); }
td.TdClassName
{
border-color: #D72D3C;
}
.TagClassName
{
border-color: #D72D3C;
}
</style>