Shades of Alizarin #D82836
Tints of Alizarin #D82836
RGB
CMYK
RGB Variations
Color information
#D82836 (or 0xD82836) is known color: Alizarin. HEX triplet: D8, 28 and 36. RGB value is (216,40,54). Sum of RGB (Red+Green+Blue) = 216+40+54=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D82836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82836 is #27D7C9. Grayscale: #5E5E5E. Windows color (decimal): -2611146 or 3549400. OLE color: 3549400.
HSL color Cylindrical-coordinate representation of color #D82836: hue angle of 355.23º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82836 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 40 | 54 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.15 |
| HSL | 355.23º | 0.69% | 0.5% | - |
| HSV(B) | 355.23º | 0.81% | 0.85% | - |
| XYZ | 29.74 | 16.38 | 5.08 | - |
| YUV | 94.22 | 105.31 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 54 | 0 | 0.81 | 0.75 | 0.15 | 355.23 | 0.69 | 0.5 |
| Hex | D8 | 28 | 36 | 0 | 51 | 4B | F | 163 | 45 | 32 |
| Octal | 330 | 50 | 66 | 0 | 121 | 113 | 17 | 543 | 105 | 62 |
| Binary | 11011000 | 101000 | 110110 | 0 | 1010001 | 1001011 | 1111 | 101100011 | 1000101 | 110010 |
Color Harmonies of #D82836
Complementary color
Monochromatic Colors of #D82836
Black with #D82836
Text Example
Text Example
White with #D82836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82836; }
p { color: rgb(216,40,54); }
H1.HeaderClassName
{
color: #D82836;
}
.AnyTagClassName
{
color: #D82836;
}
</style>
background-color css
<style>
a { background-color: #D82836; }
a { background-color: rgb(216,40,54); }
div.DivClassName
{
background-color: #D82836;
}
.BgClassName
{
background-color: #D82836;
}
</style>
border-color css
<style>
span { border-color: #D82836; }
span { border-color: rgb(216,40,54); }
td.TdClassName
{
border-color: #D82836;
}
.TagClassName
{
border-color: #D82836;
}
</style>