Shades of Alizarin #D72336
Tints of Alizarin #D72336
RGB
CMYK
RGB Variations
Color information
#D72336 (or 0xD72336) is known color: Alizarin. HEX triplet: D7, 23 and 36. RGB value is (215,35,54). Sum of RGB (Red+Green+Blue) = 215+35+54=304 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.72% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 215 - color contains mainly: red. Hex color #D72336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72336 is #28DCC9. Grayscale: #5B5B5B. Windows color (decimal): -2677962 or 3548119. OLE color: 3548119.
HSL color Cylindrical-coordinate representation of color #D72336: hue angle of 353.67º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D72336 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 35 | 54 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.16 |
| HSL | 353.67º | 0.72% | 0.49% | - |
| HSV(B) | 353.67º | 0.84% | 0.84% | - |
| XYZ | 29.29 | 15.92 | 5.02 | - |
| YUV | 90.99 | 107.13 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 35 | 54 | 0 | 0.84 | 0.75 | 0.16 | 353.67 | 0.72 | 0.49 |
| Hex | D7 | 23 | 36 | 0 | 54 | 4B | 10 | 162 | 48 | 31 |
| Octal | 327 | 43 | 66 | 0 | 124 | 113 | 20 | 542 | 110 | 61 |
| Binary | 11010111 | 100011 | 110110 | 0 | 1010100 | 1001011 | 10000 | 101100010 | 1001000 | 110001 |
Color Harmonies of #D72336
Complementary color
Monochromatic Colors of #D72336
Black with #D72336
Text Example
Text Example
White with #D72336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72336; }
p { color: rgb(215,35,54); }
H1.HeaderClassName
{
color: #D72336;
}
.AnyTagClassName
{
color: #D72336;
}
</style>
background-color css
<style>
a { background-color: #D72336; }
a { background-color: rgb(215,35,54); }
div.DivClassName
{
background-color: #D72336;
}
.BgClassName
{
background-color: #D72336;
}
</style>
border-color css
<style>
span { border-color: #D72336; }
span { border-color: rgb(215,35,54); }
td.TdClassName
{
border-color: #D72336;
}
.TagClassName
{
border-color: #D72336;
}
</style>