Shades of Alizarin #DB343D
Tints of Alizarin #DB343D
RGB
CMYK
RGB Variations
Color information
#DB343D (or 0xDB343D) is known color: Alizarin. HEX triplet: DB, 34 and 3D. RGB value is (219,52,61). Sum of RGB (Red+Green+Blue) = 219+52+61=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB343D is #24CBC2. Grayscale: #676767. Windows color (decimal): -2411459 or 4011227. OLE color: 4011227.
HSL color Cylindrical-coordinate representation of color #DB343D: hue angle of 356.77º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB343D is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 61 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.14 |
| HSL | 356.77º | 0.7% | 0.53% | - |
| HSV(B) | 356.77º | 0.76% | 0.86% | - |
| XYZ | 31.28 | 17.85 | 6.21 | - |
| YUV | 102.96 | 104.33 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 61 | 0 | 0.76 | 0.72 | 0.14 | 356.77 | 0.7 | 0.53 |
| Hex | DB | 34 | 3D | 0 | 4C | 48 | E | 165 | 46 | 35 |
| Octal | 333 | 64 | 75 | 0 | 114 | 110 | 16 | 545 | 106 | 65 |
| Binary | 11011011 | 110100 | 111101 | 0 | 1001100 | 1001000 | 1110 | 101100101 | 1000110 | 110101 |
Color Harmonies of #DB343D
Complementary color
Monochromatic Colors of #DB343D
Black with #DB343D
Text Example
Text Example
White with #DB343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB343D; }
p { color: rgb(219,52,61); }
H1.HeaderClassName
{
color: #DB343D;
}
.AnyTagClassName
{
color: #DB343D;
}
</style>
background-color css
<style>
a { background-color: #DB343D; }
a { background-color: rgb(219,52,61); }
div.DivClassName
{
background-color: #DB343D;
}
.BgClassName
{
background-color: #DB343D;
}
</style>
border-color css
<style>
span { border-color: #DB343D; }
span { border-color: rgb(219,52,61); }
td.TdClassName
{
border-color: #DB343D;
}
.TagClassName
{
border-color: #DB343D;
}
</style>