Shades of Alizarin #D92231
Tints of Alizarin #D92231
RGB
CMYK
RGB Variations
Color information
#D92231 (or 0xD92231) is known color: Alizarin. HEX triplet: D9, 22 and 31. RGB value is (217,34,49). Sum of RGB (Red+Green+Blue) = 217+34+49=300 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.33% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 217 - color contains mainly: red. Hex color #D92231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92231 is #26DDCE. Grayscale: #5A5A5A. Windows color (decimal): -2547151 or 3220185. OLE color: 3220185.
HSL color Cylindrical-coordinate representation of color #D92231: hue angle of 355.08º 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 #D92231 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 34 | 49 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.15 |
| HSL | 355.08º | 0.73% | 0.49% | - |
| HSV(B) | 355.08º | 0.84% | 0.85% | - |
| XYZ | 29.74 | 16.12 | 4.45 | - |
| YUV | 90.43 | 104.63 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 49 | 0 | 0.84 | 0.77 | 0.15 | 355.08 | 0.73 | 0.49 |
| Hex | D9 | 22 | 31 | 0 | 54 | 4D | F | 163 | 49 | 31 |
| Octal | 331 | 42 | 61 | 0 | 124 | 115 | 17 | 543 | 111 | 61 |
| Binary | 11011001 | 100010 | 110001 | 0 | 1010100 | 1001101 | 1111 | 101100011 | 1001001 | 110001 |
Color Harmonies of #D92231
Complementary color
Monochromatic Colors of #D92231
Black with #D92231
Text Example
Text Example
White with #D92231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92231; }
p { color: rgb(217,34,49); }
H1.HeaderClassName
{
color: #D92231;
}
.AnyTagClassName
{
color: #D92231;
}
</style>
background-color css
<style>
a { background-color: #D92231; }
a { background-color: rgb(217,34,49); }
div.DivClassName
{
background-color: #D92231;
}
.BgClassName
{
background-color: #D92231;
}
</style>
border-color css
<style>
span { border-color: #D92231; }
span { border-color: rgb(217,34,49); }
td.TdClassName
{
border-color: #D92231;
}
.TagClassName
{
border-color: #D92231;
}
</style>