Shades of Alizarin #D72D3B
Tints of Alizarin #D72D3B
RGB
CMYK
RGB Variations
Color information
#D72D3B (or 0xD72D3B) is known color: Alizarin. HEX triplet: D7, 2D and 3B. RGB value is (215,45,59). Sum of RGB (Red+Green+Blue) = 215+45+59=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72D3B is #28D2C4. Grayscale: #616161. Windows color (decimal): -2675397 or 3878359. OLE color: 3878359.
HSL color Cylindrical-coordinate representation of color #D72D3B: hue angle of 355.06º 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 #D72D3B is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 45 | 59 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.16 |
| HSL | 355.06º | 0.68% | 0.51% | - |
| HSV(B) | 355.06º | 0.79% | 0.84% | - |
| XYZ | 29.75 | 16.64 | 5.78 | - |
| YUV | 97.43 | 106.32 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 45 | 59 | 0 | 0.79 | 0.73 | 0.16 | 355.06 | 0.68 | 0.51 |
| Hex | D7 | 2D | 3B | 0 | 4F | 49 | 10 | 163 | 44 | 33 |
| Octal | 327 | 55 | 73 | 0 | 117 | 111 | 20 | 543 | 104 | 63 |
| Binary | 11010111 | 101101 | 111011 | 0 | 1001111 | 1001001 | 10000 | 101100011 | 1000100 | 110011 |
Color Harmonies of #D72D3B
Complementary color
Monochromatic Colors of #D72D3B
Black with #D72D3B
Text Example
Text Example
White with #D72D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72D3B; }
p { color: rgb(215,45,59); }
H1.HeaderClassName
{
color: #D72D3B;
}
.AnyTagClassName
{
color: #D72D3B;
}
</style>
background-color css
<style>
a { background-color: #D72D3B; }
a { background-color: rgb(215,45,59); }
div.DivClassName
{
background-color: #D72D3B;
}
.BgClassName
{
background-color: #D72D3B;
}
</style>
border-color css
<style>
span { border-color: #D72D3B; }
span { border-color: rgb(215,45,59); }
td.TdClassName
{
border-color: #D72D3B;
}
.TagClassName
{
border-color: #D72D3B;
}
</style>