Shades of Alizarin #DB2C3F
Tints of Alizarin #DB2C3F
RGB
CMYK
RGB Variations
Color information
#DB2C3F (or 0xDB2C3F) is known color: Alizarin. HEX triplet: DB, 2C and 3F. RGB value is (219,44,63). Sum of RGB (Red+Green+Blue) = 219+44+63=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2C3F is #24D3C0. Grayscale: #626262. Windows color (decimal): -2413505 or 4140251. OLE color: 4140251.
HSL color Cylindrical-coordinate representation of color #DB2C3F: hue angle of 353.49º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2C3F is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 63 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.14 |
| HSL | 353.49º | 0.71% | 0.52% | - |
| HSV(B) | 353.49º | 0.8% | 0.86% | - |
| XYZ | 31.01 | 17.22 | 6.39 | - |
| YUV | 98.49 | 107.98 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 63 | 0 | 0.80 | 0.71 | 0.14 | 353.49 | 0.71 | 0.52 |
| Hex | DB | 2C | 3F | 0 | 50 | 47 | E | 161 | 47 | 34 |
| Octal | 333 | 54 | 77 | 0 | 120 | 107 | 16 | 541 | 107 | 64 |
| Binary | 11011011 | 101100 | 111111 | 0 | 1010000 | 1000111 | 1110 | 101100001 | 1000111 | 110100 |
Color Harmonies of #DB2C3F
Complementary color
Monochromatic Colors of #DB2C3F
Black with #DB2C3F
Text Example
Text Example
White with #DB2C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2C3F; }
p { color: rgb(219,44,63); }
H1.HeaderClassName
{
color: #DB2C3F;
}
.AnyTagClassName
{
color: #DB2C3F;
}
</style>
background-color css
<style>
a { background-color: #DB2C3F; }
a { background-color: rgb(219,44,63); }
div.DivClassName
{
background-color: #DB2C3F;
}
.BgClassName
{
background-color: #DB2C3F;
}
</style>
border-color css
<style>
span { border-color: #DB2C3F; }
span { border-color: rgb(219,44,63); }
td.TdClassName
{
border-color: #DB2C3F;
}
.TagClassName
{
border-color: #DB2C3F;
}
</style>