Shades of Alizarin #D91F2D
Tints of Alizarin #D91F2D
RGB
CMYK
RGB Variations
Color information
#D91F2D (or 0xD91F2D) is known color: Alizarin. HEX triplet: D9, 1F and 2D. RGB value is (217,31,45). Sum of RGB (Red+Green+Blue) = 217+31+45=293 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.06% from 293); Green value is 31 (12.5% from 255 or 10.58% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 217 - color contains mainly: red. Hex color #D91F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91F2D is #26E0D2. Grayscale: #585858. Windows color (decimal): -2547923 or 2957273. OLE color: 2957273.
HSL color Cylindrical-coordinate representation of color #D91F2D: hue angle of 355.48º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91F2D is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 31 | 45 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.15 |
| HSL | 355.48º | 0.75% | 0.49% | - |
| HSV(B) | 355.48º | 0.86% | 0.85% | - |
| XYZ | 29.58 | 15.92 | 4 | - |
| YUV | 88.21 | 103.62 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 31 | 45 | 0 | 0.86 | 0.79 | 0.15 | 355.48 | 0.75 | 0.49 |
| Hex | D9 | 1F | 2D | 0 | 56 | 4F | F | 163 | 4B | 31 |
| Octal | 331 | 37 | 55 | 0 | 126 | 117 | 17 | 543 | 113 | 61 |
| Binary | 11011001 | 11111 | 101101 | 0 | 1010110 | 1001111 | 1111 | 101100011 | 1001011 | 110001 |
Color Harmonies of #D91F2D
Complementary color
Monochromatic Colors of #D91F2D
Black with #D91F2D
Text Example
Text Example
White with #D91F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91F2D; }
p { color: rgb(217,31,45); }
H1.HeaderClassName
{
color: #D91F2D;
}
.AnyTagClassName
{
color: #D91F2D;
}
</style>
background-color css
<style>
a { background-color: #D91F2D; }
a { background-color: rgb(217,31,45); }
div.DivClassName
{
background-color: #D91F2D;
}
.BgClassName
{
background-color: #D91F2D;
}
</style>
border-color css
<style>
span { border-color: #D91F2D; }
span { border-color: rgb(217,31,45); }
td.TdClassName
{
border-color: #D91F2D;
}
.TagClassName
{
border-color: #D91F2D;
}
</style>