Shades of Alizarin #D9323C
Tints of Alizarin #D9323C
RGB
CMYK
RGB Variations
Color information
#D9323C (or 0xD9323C) is known color: Alizarin. HEX triplet: D9, 32 and 3C. RGB value is (217,50,60). Sum of RGB (Red+Green+Blue) = 217+50+60=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D9323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9323C is #26CDC3. Grayscale: #656565. Windows color (decimal): -2543044 or 3945177. OLE color: 3945177.
HSL color Cylindrical-coordinate representation of color #D9323C: hue angle of 356.41º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D9323C is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 50 | 60 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.15 |
| HSL | 356.41º | 0.69% | 0.52% | - |
| HSV(B) | 356.41º | 0.77% | 0.85% | - |
| XYZ | 30.57 | 17.36 | 6.01 | - |
| YUV | 101.07 | 104.83 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 60 | 0 | 0.77 | 0.72 | 0.15 | 356.41 | 0.69 | 0.52 |
| Hex | D9 | 32 | 3C | 0 | 4D | 48 | F | 164 | 45 | 34 |
| Octal | 331 | 62 | 74 | 0 | 115 | 110 | 17 | 544 | 105 | 64 |
| Binary | 11011001 | 110010 | 111100 | 0 | 1001101 | 1001000 | 1111 | 101100100 | 1000101 | 110100 |
Color Harmonies of #D9323C
Complementary color
Monochromatic Colors of #D9323C
Black with #D9323C
Text Example
Text Example
White with #D9323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9323C; }
p { color: rgb(217,50,60); }
H1.HeaderClassName
{
color: #D9323C;
}
.AnyTagClassName
{
color: #D9323C;
}
</style>
background-color css
<style>
a { background-color: #D9323C; }
a { background-color: rgb(217,50,60); }
div.DivClassName
{
background-color: #D9323C;
}
.BgClassName
{
background-color: #D9323C;
}
</style>
border-color css
<style>
span { border-color: #D9323C; }
span { border-color: rgb(217,50,60); }
td.TdClassName
{
border-color: #D9323C;
}
.TagClassName
{
border-color: #D9323C;
}
</style>