Shades of Alizarin #DB323C
Tints of Alizarin #DB323C
RGB
CMYK
RGB Variations
Color information
#DB323C (or 0xDB323C) is known color: Alizarin. HEX triplet: DB, 32 and 3C. RGB value is (219,50,60). Sum of RGB (Red+Green+Blue) = 219+50+60=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB323C is #24CDC3. Grayscale: #656565. Windows color (decimal): -2411972 or 3945179. OLE color: 3945179.
HSL color Cylindrical-coordinate representation of color #DB323C: hue angle of 356.45º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB323C is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 60 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.14 |
| HSL | 356.45º | 0.7% | 0.53% | - |
| HSV(B) | 356.45º | 0.77% | 0.86% | - |
| XYZ | 31.17 | 17.67 | 6.04 | - |
| YUV | 101.67 | 104.49 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 60 | 0 | 0.77 | 0.73 | 0.14 | 356.45 | 0.7 | 0.53 |
| Hex | DB | 32 | 3C | 0 | 4D | 49 | E | 164 | 46 | 35 |
| Octal | 333 | 62 | 74 | 0 | 115 | 111 | 16 | 544 | 106 | 65 |
| Binary | 11011011 | 110010 | 111100 | 0 | 1001101 | 1001001 | 1110 | 101100100 | 1000110 | 110101 |
Color Harmonies of #DB323C
Complementary color
Monochromatic Colors of #DB323C
Black with #DB323C
Text Example
Text Example
White with #DB323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB323C; }
p { color: rgb(219,50,60); }
H1.HeaderClassName
{
color: #DB323C;
}
.AnyTagClassName
{
color: #DB323C;
}
</style>
background-color css
<style>
a { background-color: #DB323C; }
a { background-color: rgb(219,50,60); }
div.DivClassName
{
background-color: #DB323C;
}
.BgClassName
{
background-color: #DB323C;
}
</style>
border-color css
<style>
span { border-color: #DB323C; }
span { border-color: rgb(219,50,60); }
td.TdClassName
{
border-color: #DB323C;
}
.TagClassName
{
border-color: #DB323C;
}
</style>