Shades of Alizarin #D72731
Tints of Alizarin #D72731
RGB
CMYK
RGB Variations
Color information
#D72731 (or 0xD72731) is known color: Alizarin. HEX triplet: D7, 27 and 31. RGB value is (215,39,49). Sum of RGB (Red+Green+Blue) = 215+39+49=303 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.96% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 215 - color contains mainly: red. Hex color #D72731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72731 is #28D8CE. Grayscale: #5C5C5C. Windows color (decimal): -2676943 or 3221463. OLE color: 3221463.
HSL color Cylindrical-coordinate representation of color #D72731: hue angle of 356.59º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D72731 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 49 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.16 |
| HSL | 356.59º | 0.69% | 0.5% | - |
| HSV(B) | 356.59º | 0.82% | 0.84% | - |
| XYZ | 29.3 | 16.12 | 4.47 | - |
| YUV | 92.76 | 103.31 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 49 | 0 | 0.82 | 0.77 | 0.16 | 356.59 | 0.69 | 0.5 |
| Hex | D7 | 27 | 31 | 0 | 52 | 4D | 10 | 165 | 45 | 32 |
| Octal | 327 | 47 | 61 | 0 | 122 | 115 | 20 | 545 | 105 | 62 |
| Binary | 11010111 | 100111 | 110001 | 0 | 1010010 | 1001101 | 10000 | 101100101 | 1000101 | 110010 |
Color Harmonies of #D72731
Complementary color
Monochromatic Colors of #D72731
Black with #D72731
Text Example
Text Example
White with #D72731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72731; }
p { color: rgb(215,39,49); }
H1.HeaderClassName
{
color: #D72731;
}
.AnyTagClassName
{
color: #D72731;
}
</style>
background-color css
<style>
a { background-color: #D72731; }
a { background-color: rgb(215,39,49); }
div.DivClassName
{
background-color: #D72731;
}
.BgClassName
{
background-color: #D72731;
}
</style>
border-color css
<style>
span { border-color: #D72731; }
span { border-color: rgb(215,39,49); }
td.TdClassName
{
border-color: #D72731;
}
.TagClassName
{
border-color: #D72731;
}
</style>