Shades of Alizarin #DB3141
Tints of Alizarin #DB3141
RGB
CMYK
RGB Variations
Color information
#DB3141 (or 0xDB3141) is known color: Alizarin. HEX triplet: DB, 31 and 41. RGB value is (219,49,65). Sum of RGB (Red+Green+Blue) = 219+49+65=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3141 is #24CEBE. Grayscale: #656565. Windows color (decimal): -2412223 or 4272603. OLE color: 4272603.
HSL color Cylindrical-coordinate representation of color #DB3141: hue angle of 354.35º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB3141 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 65 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.14 |
| HSL | 354.35º | 0.7% | 0.53% | - |
| HSV(B) | 354.35º | 0.78% | 0.86% | - |
| XYZ | 31.27 | 17.64 | 6.76 | - |
| YUV | 101.65 | 107.32 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 65 | 0 | 0.78 | 0.70 | 0.14 | 354.35 | 0.7 | 0.53 |
| Hex | DB | 31 | 41 | 0 | 4E | 46 | E | 162 | 46 | 35 |
| Octal | 333 | 61 | 101 | 0 | 116 | 106 | 16 | 542 | 106 | 65 |
| Binary | 11011011 | 110001 | 1000001 | 0 | 1001110 | 1000110 | 1110 | 101100010 | 1000110 | 110101 |
Color Harmonies of #DB3141
Complementary color
Monochromatic Colors of #DB3141
Black with #DB3141
Text Example
Text Example
White with #DB3141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3141; }
p { color: rgb(219,49,65); }
H1.HeaderClassName
{
color: #DB3141;
}
.AnyTagClassName
{
color: #DB3141;
}
</style>
background-color css
<style>
a { background-color: #DB3141; }
a { background-color: rgb(219,49,65); }
div.DivClassName
{
background-color: #DB3141;
}
.BgClassName
{
background-color: #DB3141;
}
</style>
border-color css
<style>
span { border-color: #DB3141; }
span { border-color: rgb(219,49,65); }
td.TdClassName
{
border-color: #DB3141;
}
.TagClassName
{
border-color: #DB3141;
}
</style>