Shades of Alizarin #D82931
Tints of Alizarin #D82931
RGB
CMYK
RGB Variations
Color information
#D82931 (or 0xD82931) is known color: Alizarin. HEX triplet: D8, 29 and 31. RGB value is (216,41,49). Sum of RGB (Red+Green+Blue) = 216+41+49=306 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.59% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 216 - color contains mainly: red. Hex color #D82931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82931 is #27D6CE. Grayscale: #5E5E5E. Windows color (decimal): -2610895 or 3221976. OLE color: 3221976.
HSL color Cylindrical-coordinate representation of color #D82931: hue angle of 357.26º 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 #D82931 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 49 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.15 |
| HSL | 357.26º | 0.69% | 0.5% | - |
| HSV(B) | 357.26º | 0.81% | 0.85% | - |
| XYZ | 29.67 | 16.41 | 4.51 | - |
| YUV | 94.24 | 102.48 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 49 | 0 | 0.81 | 0.77 | 0.15 | 357.26 | 0.69 | 0.5 |
| Hex | D8 | 29 | 31 | 0 | 51 | 4D | F | 165 | 45 | 32 |
| Octal | 330 | 51 | 61 | 0 | 121 | 115 | 17 | 545 | 105 | 62 |
| Binary | 11011000 | 101001 | 110001 | 0 | 1010001 | 1001101 | 1111 | 101100101 | 1000101 | 110010 |
Color Harmonies of #D82931
Complementary color
Monochromatic Colors of #D82931
Black with #D82931
Text Example
Text Example
White with #D82931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82931; }
p { color: rgb(216,41,49); }
H1.HeaderClassName
{
color: #D82931;
}
.AnyTagClassName
{
color: #D82931;
}
</style>
background-color css
<style>
a { background-color: #D82931; }
a { background-color: rgb(216,41,49); }
div.DivClassName
{
background-color: #D82931;
}
.BgClassName
{
background-color: #D82931;
}
</style>
border-color css
<style>
span { border-color: #D82931; }
span { border-color: rgb(216,41,49); }
td.TdClassName
{
border-color: #D82931;
}
.TagClassName
{
border-color: #D82931;
}
</style>