Shades of Alizarin #D72728
Tints of Alizarin #D72728
RGB
CMYK
RGB Variations
Color information
#D72728 (or 0xD72728) is known color: Alizarin. HEX triplet: D7, 27 and 28. RGB value is (215,39,40). Sum of RGB (Red+Green+Blue) = 215+39+40=294 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.13% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 215 - color contains mainly: red. Hex color #D72728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72728 is #28D8D7. Grayscale: #5B5B5B. Windows color (decimal): -2676952 or 2631639. OLE color: 2631639.
HSL color Cylindrical-coordinate representation of color #D72728: hue angle of 359.66º 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 #D72728 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 40 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.16 |
| HSL | 359.66º | 0.69% | 0.5% | - |
| HSV(B) | 359.66º | 0.82% | 0.84% | - |
| XYZ | 29.13 | 16.05 | 3.57 | - |
| YUV | 91.74 | 98.81 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 40 | 0 | 0.82 | 0.81 | 0.16 | 359.66 | 0.69 | 0.5 |
| Hex | D7 | 27 | 28 | 0 | 52 | 51 | 10 | 168 | 45 | 32 |
| Octal | 327 | 47 | 50 | 0 | 122 | 121 | 20 | 550 | 105 | 62 |
| Binary | 11010111 | 100111 | 101000 | 0 | 1010010 | 1010001 | 10000 | 101101000 | 1000101 | 110010 |
Color Harmonies of #D72728
Complementary color
Monochromatic Colors of #D72728
Black with #D72728
Text Example
Text Example
White with #D72728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72728; }
p { color: rgb(215,39,40); }
H1.HeaderClassName
{
color: #D72728;
}
.AnyTagClassName
{
color: #D72728;
}
</style>
background-color css
<style>
a { background-color: #D72728; }
a { background-color: rgb(215,39,40); }
div.DivClassName
{
background-color: #D72728;
}
.BgClassName
{
background-color: #D72728;
}
</style>
border-color css
<style>
span { border-color: #D72728; }
span { border-color: rgb(215,39,40); }
td.TdClassName
{
border-color: #D72728;
}
.TagClassName
{
border-color: #D72728;
}
</style>