Shades of Alizarin #D9282D
Tints of Alizarin #D9282D
RGB
CMYK
RGB Variations
Color information
#D9282D (or 0xD9282D) is known color: Alizarin. HEX triplet: D9, 28 and 2D. RGB value is (217,40,45). Sum of RGB (Red+Green+Blue) = 217+40+45=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D9282D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9282D is #26D7D2. Grayscale: #5D5D5D. Windows color (decimal): -2545619 or 2959577. OLE color: 2959577.
HSL color Cylindrical-coordinate representation of color #D9282D: hue angle of 358.31º 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 #D9282D is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 45 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.15 |
| HSL | 358.31º | 0.7% | 0.5% | - |
| HSV(B) | 358.31º | 0.82% | 0.85% | - |
| XYZ | 29.85 | 16.46 | 4.09 | - |
| YUV | 93.49 | 100.64 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 45 | 0 | 0.82 | 0.79 | 0.15 | 358.31 | 0.7 | 0.5 |
| Hex | D9 | 28 | 2D | 0 | 52 | 4F | F | 166 | 46 | 32 |
| Octal | 331 | 50 | 55 | 0 | 122 | 117 | 17 | 546 | 106 | 62 |
| Binary | 11011001 | 101000 | 101101 | 0 | 1010010 | 1001111 | 1111 | 101100110 | 1000110 | 110010 |
Color Harmonies of #D9282D
Complementary color
Monochromatic Colors of #D9282D
Black with #D9282D
Text Example
Text Example
White with #D9282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9282D; }
p { color: rgb(217,40,45); }
H1.HeaderClassName
{
color: #D9282D;
}
.AnyTagClassName
{
color: #D9282D;
}
</style>
background-color css
<style>
a { background-color: #D9282D; }
a { background-color: rgb(217,40,45); }
div.DivClassName
{
background-color: #D9282D;
}
.BgClassName
{
background-color: #D9282D;
}
</style>
border-color css
<style>
span { border-color: #D9282D; }
span { border-color: rgb(217,40,45); }
td.TdClassName
{
border-color: #D9282D;
}
.TagClassName
{
border-color: #D9282D;
}
</style>