Shades of Alizarin #D9292F
Tints of Alizarin #D9292F
RGB
CMYK
RGB Variations
Color information
#D9292F (or 0xD9292F) is known color: Alizarin. HEX triplet: D9, 29 and 2F. RGB value is (217,41,47). Sum of RGB (Red+Green+Blue) = 217+41+47=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D9292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9292F is #26D6D0. Grayscale: #5E5E5E. Windows color (decimal): -2545361 or 3090905. OLE color: 3090905.
HSL color Cylindrical-coordinate representation of color #D9292F: hue angle of 357.95º 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 #D9292F is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 47 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.15 |
| HSL | 357.95º | 0.7% | 0.51% | - |
| HSV(B) | 357.95º | 0.81% | 0.85% | - |
| XYZ | 29.92 | 16.54 | 4.31 | - |
| YUV | 94.31 | 101.31 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 47 | 0 | 0.81 | 0.78 | 0.15 | 357.95 | 0.7 | 0.51 |
| Hex | D9 | 29 | 2F | 0 | 51 | 4E | F | 166 | 46 | 33 |
| Octal | 331 | 51 | 57 | 0 | 121 | 116 | 17 | 546 | 106 | 63 |
| Binary | 11011001 | 101001 | 101111 | 0 | 1010001 | 1001110 | 1111 | 101100110 | 1000110 | 110011 |
Color Harmonies of #D9292F
Complementary color
Monochromatic Colors of #D9292F
Black with #D9292F
Text Example
Text Example
White with #D9292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9292F; }
p { color: rgb(217,41,47); }
H1.HeaderClassName
{
color: #D9292F;
}
.AnyTagClassName
{
color: #D9292F;
}
</style>
background-color css
<style>
a { background-color: #D9292F; }
a { background-color: rgb(217,41,47); }
div.DivClassName
{
background-color: #D9292F;
}
.BgClassName
{
background-color: #D9292F;
}
</style>
border-color css
<style>
span { border-color: #D9292F; }
span { border-color: rgb(217,41,47); }
td.TdClassName
{
border-color: #D9292F;
}
.TagClassName
{
border-color: #D9292F;
}
</style>