Shades of Alizarin #D9292C
Tints of Alizarin #D9292C
RGB
CMYK
RGB Variations
Color information
#D9292C (or 0xD9292C) is known color: Alizarin. HEX triplet: D9, 29 and 2C. RGB value is (217,41,44). Sum of RGB (Red+Green+Blue) = 217+41+44=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D9292C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9292C is #26D6D3. Grayscale: #5E5E5E. Windows color (decimal): -2545364 or 2894297. OLE color: 2894297.
HSL color Cylindrical-coordinate representation of color #D9292C: hue angle of 358.98º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9292C is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 44 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.15 |
| HSL | 358.98º | 0.7% | 0.51% | - |
| HSV(B) | 358.98º | 0.81% | 0.85% | - |
| XYZ | 29.86 | 16.52 | 4 | - |
| YUV | 93.97 | 99.81 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 44 | 0 | 0.81 | 0.80 | 0.15 | 358.98 | 0.7 | 0.51 |
| Hex | D9 | 29 | 2C | 0 | 51 | 50 | F | 167 | 46 | 33 |
| Octal | 331 | 51 | 54 | 0 | 121 | 120 | 17 | 547 | 106 | 63 |
| Binary | 11011001 | 101001 | 101100 | 0 | 1010001 | 1010000 | 1111 | 101100111 | 1000110 | 110011 |
Color Harmonies of #D9292C
Complementary color
Monochromatic Colors of #D9292C
Black with #D9292C
Text Example
Text Example
White with #D9292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9292C; }
p { color: rgb(217,41,44); }
H1.HeaderClassName
{
color: #D9292C;
}
.AnyTagClassName
{
color: #D9292C;
}
</style>
background-color css
<style>
a { background-color: #D9292C; }
a { background-color: rgb(217,41,44); }
div.DivClassName
{
background-color: #D9292C;
}
.BgClassName
{
background-color: #D9292C;
}
</style>
border-color css
<style>
span { border-color: #D9292C; }
span { border-color: rgb(217,41,44); }
td.TdClassName
{
border-color: #D9292C;
}
.TagClassName
{
border-color: #D9292C;
}
</style>