Shades of Alizarin #D9283C
Tints of Alizarin #D9283C
RGB
CMYK
RGB Variations
Color information
#D9283C (or 0xD9283C) is known color: Alizarin. HEX triplet: D9, 28 and 3C. RGB value is (217,40,60). Sum of RGB (Red+Green+Blue) = 217+40+60=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D9283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9283C is #26D7C3. Grayscale: #5F5F5F. Windows color (decimal): -2545604 or 3942617. OLE color: 3942617.
HSL color Cylindrical-coordinate representation of color #D9283C: hue angle of 353.22º 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 #D9283C is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 60 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.15 |
| HSL | 353.22º | 0.7% | 0.5% | - |
| HSV(B) | 353.22º | 0.82% | 0.85% | - |
| XYZ | 30.19 | 16.6 | 5.89 | - |
| YUV | 95.2 | 108.14 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 60 | 0 | 0.82 | 0.72 | 0.15 | 353.22 | 0.7 | 0.5 |
| Hex | D9 | 28 | 3C | 0 | 52 | 48 | F | 161 | 46 | 32 |
| Octal | 331 | 50 | 74 | 0 | 122 | 110 | 17 | 541 | 106 | 62 |
| Binary | 11011001 | 101000 | 111100 | 0 | 1010010 | 1001000 | 1111 | 101100001 | 1000110 | 110010 |
Color Harmonies of #D9283C
Complementary color
Monochromatic Colors of #D9283C
Black with #D9283C
Text Example
Text Example
White with #D9283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9283C; }
p { color: rgb(217,40,60); }
H1.HeaderClassName
{
color: #D9283C;
}
.AnyTagClassName
{
color: #D9283C;
}
</style>
background-color css
<style>
a { background-color: #D9283C; }
a { background-color: rgb(217,40,60); }
div.DivClassName
{
background-color: #D9283C;
}
.BgClassName
{
background-color: #D9283C;
}
</style>
border-color css
<style>
span { border-color: #D9283C; }
span { border-color: rgb(217,40,60); }
td.TdClassName
{
border-color: #D9283C;
}
.TagClassName
{
border-color: #D9283C;
}
</style>