Shades of Alizarin #D9293F
Tints of Alizarin #D9293F
RGB
CMYK
RGB Variations
Color information
#D9293F (or 0xD9293F) is known color: Alizarin. HEX triplet: D9, 29 and 3F. RGB value is (217,41,63). Sum of RGB (Red+Green+Blue) = 217+41+63=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D9293F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9293F is #26D6C0. Grayscale: #606060. Windows color (decimal): -2545345 or 4139481. OLE color: 4139481.
HSL color Cylindrical-coordinate representation of color #D9293F: hue angle of 352.5º 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 #D9293F is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 63 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.15 |
| HSL | 352.5º | 0.7% | 0.51% | - |
| HSV(B) | 352.5º | 0.81% | 0.85% | - |
| XYZ | 30.31 | 16.7 | 6.33 | - |
| YUV | 96.13 | 109.31 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 63 | 0 | 0.81 | 0.71 | 0.15 | 352.5 | 0.7 | 0.51 |
| Hex | D9 | 29 | 3F | 0 | 51 | 47 | F | 160 | 46 | 33 |
| Octal | 331 | 51 | 77 | 0 | 121 | 107 | 17 | 540 | 106 | 63 |
| Binary | 11011001 | 101001 | 111111 | 0 | 1010001 | 1000111 | 1111 | 101100000 | 1000110 | 110011 |
Color Harmonies of #D9293F
Complementary color
Monochromatic Colors of #D9293F
Black with #D9293F
Text Example
Text Example
White with #D9293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9293F; }
p { color: rgb(217,41,63); }
H1.HeaderClassName
{
color: #D9293F;
}
.AnyTagClassName
{
color: #D9293F;
}
</style>
background-color css
<style>
a { background-color: #D9293F; }
a { background-color: rgb(217,41,63); }
div.DivClassName
{
background-color: #D9293F;
}
.BgClassName
{
background-color: #D9293F;
}
</style>
border-color css
<style>
span { border-color: #D9293F; }
span { border-color: rgb(217,41,63); }
td.TdClassName
{
border-color: #D9293F;
}
.TagClassName
{
border-color: #D9293F;
}
</style>