Shades of Alizarin #D82231
Tints of Alizarin #D82231
RGB
CMYK
RGB Variations
Color information
#D82231 (or 0xD82231) is known color: Alizarin. HEX triplet: D8, 22 and 31. RGB value is (216,34,49). Sum of RGB (Red+Green+Blue) = 216+34+49=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D82231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82231 is #27DDCE. Grayscale: #5A5A5A. Windows color (decimal): -2612687 or 3220184. OLE color: 3220184.
HSL color Cylindrical-coordinate representation of color #D82231: hue angle of 355.05º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D82231 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 34 | 49 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.15 |
| HSL | 355.05º | 0.73% | 0.49% | - |
| HSV(B) | 355.05º | 0.84% | 0.85% | - |
| XYZ | 29.45 | 15.96 | 4.44 | - |
| YUV | 90.13 | 104.8 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 34 | 49 | 0 | 0.84 | 0.77 | 0.15 | 355.05 | 0.73 | 0.49 |
| Hex | D8 | 22 | 31 | 0 | 54 | 4D | F | 163 | 49 | 31 |
| Octal | 330 | 42 | 61 | 0 | 124 | 115 | 17 | 543 | 111 | 61 |
| Binary | 11011000 | 100010 | 110001 | 0 | 1010100 | 1001101 | 1111 | 101100011 | 1001001 | 110001 |
Color Harmonies of #D82231
Complementary color
Monochromatic Colors of #D82231
Black with #D82231
Text Example
Text Example
White with #D82231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82231; }
p { color: rgb(216,34,49); }
H1.HeaderClassName
{
color: #D82231;
}
.AnyTagClassName
{
color: #D82231;
}
</style>
background-color css
<style>
a { background-color: #D82231; }
a { background-color: rgb(216,34,49); }
div.DivClassName
{
background-color: #D82231;
}
.BgClassName
{
background-color: #D82231;
}
</style>
border-color css
<style>
span { border-color: #D82231; }
span { border-color: rgb(216,34,49); }
td.TdClassName
{
border-color: #D82231;
}
.TagClassName
{
border-color: #D82231;
}
</style>