Shades of Alizarin #D82036
Tints of Alizarin #D82036
RGB
CMYK
RGB Variations
Color information
#D82036 (or 0xD82036) is known color: Alizarin. HEX triplet: D8, 20 and 36. RGB value is (216,32,54). Sum of RGB (Red+Green+Blue) = 216+32+54=302 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.52% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 216 - color contains mainly: red. Hex color #D82036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82036 is #27DFC9. Grayscale: #595959. Windows color (decimal): -2613194 or 3547352. OLE color: 3547352.
HSL color Cylindrical-coordinate representation of color #D82036: hue angle of 352.83º 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 #D82036 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 32 | 54 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.15 |
| HSL | 352.83º | 0.74% | 0.49% | - |
| HSV(B) | 352.83º | 0.85% | 0.85% | - |
| XYZ | 29.5 | 15.9 | 5 | - |
| YUV | 89.52 | 107.96 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 54 | 0 | 0.85 | 0.75 | 0.15 | 352.83 | 0.74 | 0.49 |
| Hex | D8 | 20 | 36 | 0 | 55 | 4B | F | 161 | 4A | 31 |
| Octal | 330 | 40 | 66 | 0 | 125 | 113 | 17 | 541 | 112 | 61 |
| Binary | 11011000 | 100000 | 110110 | 0 | 1010101 | 1001011 | 1111 | 101100001 | 1001010 | 110001 |
Color Harmonies of #D82036
Complementary color
Monochromatic Colors of #D82036
Black with #D82036
Text Example
Text Example
White with #D82036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82036; }
p { color: rgb(216,32,54); }
H1.HeaderClassName
{
color: #D82036;
}
.AnyTagClassName
{
color: #D82036;
}
</style>
background-color css
<style>
a { background-color: #D82036; }
a { background-color: rgb(216,32,54); }
div.DivClassName
{
background-color: #D82036;
}
.BgClassName
{
background-color: #D82036;
}
</style>
border-color css
<style>
span { border-color: #D82036; }
span { border-color: rgb(216,32,54); }
td.TdClassName
{
border-color: #D82036;
}
.TagClassName
{
border-color: #D82036;
}
</style>