Shades of Alizarin #D9282F
Tints of Alizarin #D9282F
RGB
CMYK
RGB Variations
Color information
#D9282F (or 0xD9282F) is known color: Alizarin. HEX triplet: D9, 28 and 2F. RGB value is (217,40,47). Sum of RGB (Red+Green+Blue) = 217+40+47=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D9282F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9282F is #26D7D0. Grayscale: #5D5D5D. Windows color (decimal): -2545617 or 3090649. OLE color: 3090649.
HSL color Cylindrical-coordinate representation of color #D9282F: hue angle of 357.63º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9282F is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 47 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.15 |
| HSL | 357.63º | 0.7% | 0.5% | - |
| HSV(B) | 357.63º | 0.82% | 0.85% | - |
| XYZ | 29.89 | 16.47 | 4.29 | - |
| YUV | 93.72 | 101.64 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 47 | 0 | 0.82 | 0.78 | 0.15 | 357.63 | 0.7 | 0.5 |
| Hex | D9 | 28 | 2F | 0 | 52 | 4E | F | 166 | 46 | 32 |
| Octal | 331 | 50 | 57 | 0 | 122 | 116 | 17 | 546 | 106 | 62 |
| Binary | 11011001 | 101000 | 101111 | 0 | 1010010 | 1001110 | 1111 | 101100110 | 1000110 | 110010 |
Color Harmonies of #D9282F
Complementary color
Monochromatic Colors of #D9282F
Black with #D9282F
Text Example
Text Example
White with #D9282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9282F; }
p { color: rgb(217,40,47); }
H1.HeaderClassName
{
color: #D9282F;
}
.AnyTagClassName
{
color: #D9282F;
}
</style>
background-color css
<style>
a { background-color: #D9282F; }
a { background-color: rgb(217,40,47); }
div.DivClassName
{
background-color: #D9282F;
}
.BgClassName
{
background-color: #D9282F;
}
</style>
border-color css
<style>
span { border-color: #D9282F; }
span { border-color: rgb(217,40,47); }
td.TdClassName
{
border-color: #D9282F;
}
.TagClassName
{
border-color: #D9282F;
}
</style>