Shades of Alizarin #DB3243
Tints of Alizarin #DB3243
RGB
CMYK
RGB Variations
Color information
#DB3243 (or 0xDB3243) is known color: Alizarin. HEX triplet: DB, 32 and 43. RGB value is (219,50,67). Sum of RGB (Red+Green+Blue) = 219+50+67=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3243 is #24CDBC. Grayscale: #666666. Windows color (decimal): -2411965 or 4403931. OLE color: 4403931.
HSL color Cylindrical-coordinate representation of color #DB3243: hue angle of 353.96º 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 #DB3243 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 67 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.14 |
| HSL | 353.96º | 0.7% | 0.53% | - |
| HSV(B) | 353.96º | 0.77% | 0.86% | - |
| XYZ | 31.37 | 17.75 | 7.08 | - |
| YUV | 102.47 | 107.99 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 67 | 0 | 0.77 | 0.69 | 0.14 | 353.96 | 0.7 | 0.53 |
| Hex | DB | 32 | 43 | 0 | 4D | 45 | E | 162 | 46 | 35 |
| Octal | 333 | 62 | 103 | 0 | 115 | 105 | 16 | 542 | 106 | 65 |
| Binary | 11011011 | 110010 | 1000011 | 0 | 1001101 | 1000101 | 1110 | 101100010 | 1000110 | 110101 |
Color Harmonies of #DB3243
Complementary color
Monochromatic Colors of #DB3243
Black with #DB3243
Text Example
Text Example
White with #DB3243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3243; }
p { color: rgb(219,50,67); }
H1.HeaderClassName
{
color: #DB3243;
}
.AnyTagClassName
{
color: #DB3243;
}
</style>
background-color css
<style>
a { background-color: #DB3243; }
a { background-color: rgb(219,50,67); }
div.DivClassName
{
background-color: #DB3243;
}
.BgClassName
{
background-color: #DB3243;
}
</style>
border-color css
<style>
span { border-color: #DB3243; }
span { border-color: rgb(219,50,67); }
td.TdClassName
{
border-color: #DB3243;
}
.TagClassName
{
border-color: #DB3243;
}
</style>