Shades of Alizarin #D72529
Tints of Alizarin #D72529
RGB
CMYK
RGB Variations
Color information
#D72529 (or 0xD72529) is known color: Alizarin. HEX triplet: D7, 25 and 29. RGB value is (215,37,41). Sum of RGB (Red+Green+Blue) = 215+37+41=293 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.38% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 215 - color contains mainly: red. Hex color #D72529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72529 is #28DAD6. Grayscale: #5A5A5A. Windows color (decimal): -2677463 or 2696663. OLE color: 2696663.
HSL color Cylindrical-coordinate representation of color #D72529: hue angle of 358.65º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D72529 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 37 | 41 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.16 |
| HSL | 358.65º | 0.71% | 0.49% | - |
| HSV(B) | 358.65º | 0.83% | 0.84% | - |
| XYZ | 29.09 | 15.93 | 3.64 | - |
| YUV | 90.68 | 99.97 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 37 | 41 | 0 | 0.83 | 0.81 | 0.16 | 358.65 | 0.71 | 0.49 |
| Hex | D7 | 25 | 29 | 0 | 53 | 51 | 10 | 167 | 47 | 31 |
| Octal | 327 | 45 | 51 | 0 | 123 | 121 | 20 | 547 | 107 | 61 |
| Binary | 11010111 | 100101 | 101001 | 0 | 1010011 | 1010001 | 10000 | 101100111 | 1000111 | 110001 |
Color Harmonies of #D72529
Complementary color
Monochromatic Colors of #D72529
Black with #D72529
Text Example
Text Example
White with #D72529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72529; }
p { color: rgb(215,37,41); }
H1.HeaderClassName
{
color: #D72529;
}
.AnyTagClassName
{
color: #D72529;
}
</style>
background-color css
<style>
a { background-color: #D72529; }
a { background-color: rgb(215,37,41); }
div.DivClassName
{
background-color: #D72529;
}
.BgClassName
{
background-color: #D72529;
}
</style>
border-color css
<style>
span { border-color: #D72529; }
span { border-color: rgb(215,37,41); }
td.TdClassName
{
border-color: #D72529;
}
.TagClassName
{
border-color: #D72529;
}
</style>