Shades of Alizarin #D91B2D
Tints of Alizarin #D91B2D
RGB
CMYK
RGB Variations
Color information
#D91B2D (or 0xD91B2D) is known color: Alizarin. HEX triplet: D9, 1B and 2D. RGB value is (217,27,45). Sum of RGB (Red+Green+Blue) = 217+27+45=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D91B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91B2D is #26E4D2. Grayscale: #555555. Windows color (decimal): -2548947 or 2956249. OLE color: 2956249.
HSL color Cylindrical-coordinate representation of color #D91B2D: hue angle of 354.32º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91B2D is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 27 | 45 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.15 |
| HSL | 354.32º | 0.78% | 0.48% | - |
| HSV(B) | 354.32º | 0.88% | 0.85% | - |
| XYZ | 29.48 | 15.73 | 3.96 | - |
| YUV | 85.86 | 104.95 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 27 | 45 | 0 | 0.88 | 0.79 | 0.15 | 354.32 | 0.78 | 0.48 |
| Hex | D9 | 1B | 2D | 0 | 58 | 4F | F | 162 | 4E | 30 |
| Octal | 331 | 33 | 55 | 0 | 130 | 117 | 17 | 542 | 116 | 60 |
| Binary | 11011001 | 11011 | 101101 | 0 | 1011000 | 1001111 | 1111 | 101100010 | 1001110 | 110000 |
Color Harmonies of #D91B2D
Complementary color
Monochromatic Colors of #D91B2D
Black with #D91B2D
Text Example
Text Example
White with #D91B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91B2D; }
p { color: rgb(217,27,45); }
H1.HeaderClassName
{
color: #D91B2D;
}
.AnyTagClassName
{
color: #D91B2D;
}
</style>
background-color css
<style>
a { background-color: #D91B2D; }
a { background-color: rgb(217,27,45); }
div.DivClassName
{
background-color: #D91B2D;
}
.BgClassName
{
background-color: #D91B2D;
}
</style>
border-color css
<style>
span { border-color: #D91B2D; }
span { border-color: rgb(217,27,45); }
td.TdClassName
{
border-color: #D91B2D;
}
.TagClassName
{
border-color: #D91B2D;
}
</style>