Shades of Alizarin #DB323E
Tints of Alizarin #DB323E
RGB
CMYK
RGB Variations
Color information
#DB323E (or 0xDB323E) is known color: Alizarin. HEX triplet: DB, 32 and 3E. RGB value is (219,50,62). Sum of RGB (Red+Green+Blue) = 219+50+62=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB323E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB323E is #24CDC1. Grayscale: #666666. Windows color (decimal): -2411970 or 4076251. OLE color: 4076251.
HSL color Cylindrical-coordinate representation of color #DB323E: hue angle of 355.74º 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 #DB323E is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 62 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.14 |
| HSL | 355.74º | 0.7% | 0.53% | - |
| HSV(B) | 355.74º | 0.77% | 0.86% | - |
| XYZ | 31.22 | 17.69 | 6.33 | - |
| YUV | 101.9 | 105.49 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 62 | 0 | 0.77 | 0.72 | 0.14 | 355.74 | 0.7 | 0.53 |
| Hex | DB | 32 | 3E | 0 | 4D | 48 | E | 164 | 46 | 35 |
| Octal | 333 | 62 | 76 | 0 | 115 | 110 | 16 | 544 | 106 | 65 |
| Binary | 11011011 | 110010 | 111110 | 0 | 1001101 | 1001000 | 1110 | 101100100 | 1000110 | 110101 |
Color Harmonies of #DB323E
Complementary color
Monochromatic Colors of #DB323E
Black with #DB323E
Text Example
Text Example
White with #DB323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB323E; }
p { color: rgb(219,50,62); }
H1.HeaderClassName
{
color: #DB323E;
}
.AnyTagClassName
{
color: #DB323E;
}
</style>
background-color css
<style>
a { background-color: #DB323E; }
a { background-color: rgb(219,50,62); }
div.DivClassName
{
background-color: #DB323E;
}
.BgClassName
{
background-color: #DB323E;
}
</style>
border-color css
<style>
span { border-color: #DB323E; }
span { border-color: rgb(219,50,62); }
td.TdClassName
{
border-color: #DB323E;
}
.TagClassName
{
border-color: #DB323E;
}
</style>