Shades of Alizarin #D91D2D
Tints of Alizarin #D91D2D
RGB
CMYK
RGB Variations
Color information
#D91D2D (or 0xD91D2D) is known color: Alizarin. HEX triplet: D9, 1D and 2D. RGB value is (217,29,45). Sum of RGB (Red+Green+Blue) = 217+29+45=291 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.57% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91D2D is #26E2D2. Grayscale: #575757. Windows color (decimal): -2548435 or 2956761. OLE color: 2956761.
HSL color Cylindrical-coordinate representation of color #D91D2D: hue angle of 354.89º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D91D2D is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 29 | 45 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.15 |
| HSL | 354.89º | 0.76% | 0.48% | - |
| HSV(B) | 354.89º | 0.87% | 0.85% | - |
| XYZ | 29.53 | 15.82 | 3.98 | - |
| YUV | 87.04 | 104.28 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 29 | 45 | 0 | 0.87 | 0.79 | 0.15 | 354.89 | 0.76 | 0.48 |
| Hex | D9 | 1D | 2D | 0 | 57 | 4F | F | 163 | 4C | 30 |
| Octal | 331 | 35 | 55 | 0 | 127 | 117 | 17 | 543 | 114 | 60 |
| Binary | 11011001 | 11101 | 101101 | 0 | 1010111 | 1001111 | 1111 | 101100011 | 1001100 | 110000 |
Color Harmonies of #D91D2D
Complementary color
Monochromatic Colors of #D91D2D
Black with #D91D2D
Text Example
Text Example
White with #D91D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91D2D; }
p { color: rgb(217,29,45); }
H1.HeaderClassName
{
color: #D91D2D;
}
.AnyTagClassName
{
color: #D91D2D;
}
</style>
background-color css
<style>
a { background-color: #D91D2D; }
a { background-color: rgb(217,29,45); }
div.DivClassName
{
background-color: #D91D2D;
}
.BgClassName
{
background-color: #D91D2D;
}
</style>
border-color css
<style>
span { border-color: #D91D2D; }
span { border-color: rgb(217,29,45); }
td.TdClassName
{
border-color: #D91D2D;
}
.TagClassName
{
border-color: #D91D2D;
}
</style>