Shades of Alizarin #D82032
Tints of Alizarin #D82032
RGB
CMYK
RGB Variations
Color information
#D82032 (or 0xD82032) is known color: Alizarin. HEX triplet: D8, 20 and 32. RGB value is (216,32,50). Sum of RGB (Red+Green+Blue) = 216+32+50=298 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.48% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 216 - color contains mainly: red. Hex color #D82032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82032 is #27DFCD. Grayscale: #595959. Windows color (decimal): -2613198 or 3285208. OLE color: 3285208.
HSL color Cylindrical-coordinate representation of color #D82032: hue angle of 354.13º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D82032 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 32 | 50 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.15 |
| HSL | 354.13º | 0.74% | 0.49% | - |
| HSV(B) | 354.13º | 0.85% | 0.85% | - |
| XYZ | 29.41 | 15.86 | 4.53 | - |
| YUV | 89.07 | 105.96 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 50 | 0 | 0.85 | 0.77 | 0.15 | 354.13 | 0.74 | 0.49 |
| Hex | D8 | 20 | 32 | 0 | 55 | 4D | F | 162 | 4A | 31 |
| Octal | 330 | 40 | 62 | 0 | 125 | 115 | 17 | 542 | 112 | 61 |
| Binary | 11011000 | 100000 | 110010 | 0 | 1010101 | 1001101 | 1111 | 101100010 | 1001010 | 110001 |
Color Harmonies of #D82032
Complementary color
Monochromatic Colors of #D82032
Black with #D82032
Text Example
Text Example
White with #D82032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82032; }
p { color: rgb(216,32,50); }
H1.HeaderClassName
{
color: #D82032;
}
.AnyTagClassName
{
color: #D82032;
}
</style>
background-color css
<style>
a { background-color: #D82032; }
a { background-color: rgb(216,32,50); }
div.DivClassName
{
background-color: #D82032;
}
.BgClassName
{
background-color: #D82032;
}
</style>
border-color css
<style>
span { border-color: #D82032; }
span { border-color: rgb(216,32,50); }
td.TdClassName
{
border-color: #D82032;
}
.TagClassName
{
border-color: #D82032;
}
</style>