Shades of Alizarin #DB3143
Tints of Alizarin #DB3143
RGB
CMYK
RGB Variations
Color information
#DB3143 (or 0xDB3143) is known color: Alizarin. HEX triplet: DB, 31 and 43. RGB value is (219,49,67). Sum of RGB (Red+Green+Blue) = 219+49+67=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3143 is #24CEBC. Grayscale: #656565. Windows color (decimal): -2412221 or 4403675. OLE color: 4403675.
HSL color Cylindrical-coordinate representation of color #DB3143: hue angle of 353.65º 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 #DB3143 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 67 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.14 |
| HSL | 353.65º | 0.7% | 0.53% | - |
| HSV(B) | 353.65º | 0.78% | 0.86% | - |
| XYZ | 31.32 | 17.66 | 7.07 | - |
| YUV | 101.88 | 108.32 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 67 | 0 | 0.78 | 0.69 | 0.14 | 353.65 | 0.7 | 0.53 |
| Hex | DB | 31 | 43 | 0 | 4E | 45 | E | 162 | 46 | 35 |
| Octal | 333 | 61 | 103 | 0 | 116 | 105 | 16 | 542 | 106 | 65 |
| Binary | 11011011 | 110001 | 1000011 | 0 | 1001110 | 1000101 | 1110 | 101100010 | 1000110 | 110101 |
Color Harmonies of #DB3143
Complementary color
Monochromatic Colors of #DB3143
Black with #DB3143
Text Example
Text Example
White with #DB3143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3143; }
p { color: rgb(219,49,67); }
H1.HeaderClassName
{
color: #DB3143;
}
.AnyTagClassName
{
color: #DB3143;
}
</style>
background-color css
<style>
a { background-color: #DB3143; }
a { background-color: rgb(219,49,67); }
div.DivClassName
{
background-color: #DB3143;
}
.BgClassName
{
background-color: #DB3143;
}
</style>
border-color css
<style>
span { border-color: #DB3143; }
span { border-color: rgb(219,49,67); }
td.TdClassName
{
border-color: #DB3143;
}
.TagClassName
{
border-color: #DB3143;
}
</style>