Shades of Alizarin #D72938
Tints of Alizarin #D72938
RGB
CMYK
RGB Variations
Color information
#D72938 (or 0xD72938) is known color: Alizarin. HEX triplet: D7, 29 and 38. RGB value is (215,41,56). Sum of RGB (Red+Green+Blue) = 215+41+56=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D72938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72938 is #28D6C7. Grayscale: #5E5E5E. Windows color (decimal): -2676424 or 3680727. OLE color: 3680727.
HSL color Cylindrical-coordinate representation of color #D72938: hue angle of 354.83º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D72938 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 41 | 56 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.16 |
| HSL | 354.83º | 0.69% | 0.5% | - |
| HSV(B) | 354.83º | 0.81% | 0.84% | - |
| XYZ | 29.53 | 16.32 | 5.33 | - |
| YUV | 94.74 | 106.15 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 56 | 0 | 0.81 | 0.74 | 0.16 | 354.83 | 0.69 | 0.5 |
| Hex | D7 | 29 | 38 | 0 | 51 | 4A | 10 | 163 | 45 | 32 |
| Octal | 327 | 51 | 70 | 0 | 121 | 112 | 20 | 543 | 105 | 62 |
| Binary | 11010111 | 101001 | 111000 | 0 | 1010001 | 1001010 | 10000 | 101100011 | 1000101 | 110010 |
Color Harmonies of #D72938
Complementary color
Monochromatic Colors of #D72938
Black with #D72938
Text Example
Text Example
White with #D72938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72938; }
p { color: rgb(215,41,56); }
H1.HeaderClassName
{
color: #D72938;
}
.AnyTagClassName
{
color: #D72938;
}
</style>
background-color css
<style>
a { background-color: #D72938; }
a { background-color: rgb(215,41,56); }
div.DivClassName
{
background-color: #D72938;
}
.BgClassName
{
background-color: #D72938;
}
</style>
border-color css
<style>
span { border-color: #D72938; }
span { border-color: rgb(215,41,56); }
td.TdClassName
{
border-color: #D72938;
}
.TagClassName
{
border-color: #D72938;
}
</style>