Shades of Alizarin #D9293D
Tints of Alizarin #D9293D
RGB
CMYK
RGB Variations
Color information
#D9293D (or 0xD9293D) is known color: Alizarin. HEX triplet: D9, 29 and 3D. RGB value is (217,41,61). Sum of RGB (Red+Green+Blue) = 217+41+61=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D9293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9293D is #26D6C2. Grayscale: #5F5F5F. Windows color (decimal): -2545347 or 4008409. OLE color: 4008409.
HSL color Cylindrical-coordinate representation of color #D9293D: hue angle of 353.18º 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 #D9293D is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 61 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.15 |
| HSL | 353.18º | 0.7% | 0.51% | - |
| HSV(B) | 353.18º | 0.81% | 0.85% | - |
| XYZ | 30.25 | 16.67 | 6.04 | - |
| YUV | 95.9 | 108.31 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 61 | 0 | 0.81 | 0.72 | 0.15 | 353.18 | 0.7 | 0.51 |
| Hex | D9 | 29 | 3D | 0 | 51 | 48 | F | 161 | 46 | 33 |
| Octal | 331 | 51 | 75 | 0 | 121 | 110 | 17 | 541 | 106 | 63 |
| Binary | 11011001 | 101001 | 111101 | 0 | 1010001 | 1001000 | 1111 | 101100001 | 1000110 | 110011 |
Color Harmonies of #D9293D
Complementary color
Monochromatic Colors of #D9293D
Black with #D9293D
Text Example
Text Example
White with #D9293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9293D; }
p { color: rgb(217,41,61); }
H1.HeaderClassName
{
color: #D9293D;
}
.AnyTagClassName
{
color: #D9293D;
}
</style>
background-color css
<style>
a { background-color: #D9293D; }
a { background-color: rgb(217,41,61); }
div.DivClassName
{
background-color: #D9293D;
}
.BgClassName
{
background-color: #D9293D;
}
</style>
border-color css
<style>
span { border-color: #D9293D; }
span { border-color: rgb(217,41,61); }
td.TdClassName
{
border-color: #D9293D;
}
.TagClassName
{
border-color: #D9293D;
}
</style>