Shades of Alizarin #DB343E
Tints of Alizarin #DB343E
RGB
CMYK
RGB Variations
Color information
#DB343E (or 0xDB343E) is known color: Alizarin. HEX triplet: DB, 34 and 3E. RGB value is (219,52,62). Sum of RGB (Red+Green+Blue) = 219+52+62=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB343E is #24CBC1. Grayscale: #676767. Windows color (decimal): -2411458 or 4076763. OLE color: 4076763.
HSL color Cylindrical-coordinate representation of color #DB343E: hue angle of 356.41º 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 #DB343E is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 62 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.14 |
| HSL | 356.41º | 0.7% | 0.53% | - |
| HSV(B) | 356.41º | 0.76% | 0.86% | - |
| XYZ | 31.31 | 17.86 | 6.36 | - |
| YUV | 103.07 | 104.83 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 62 | 0 | 0.76 | 0.72 | 0.14 | 356.41 | 0.7 | 0.53 |
| Hex | DB | 34 | 3E | 0 | 4C | 48 | E | 164 | 46 | 35 |
| Octal | 333 | 64 | 76 | 0 | 114 | 110 | 16 | 544 | 106 | 65 |
| Binary | 11011011 | 110100 | 111110 | 0 | 1001100 | 1001000 | 1110 | 101100100 | 1000110 | 110101 |
Color Harmonies of #DB343E
Complementary color
Monochromatic Colors of #DB343E
Black with #DB343E
Text Example
Text Example
White with #DB343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB343E; }
p { color: rgb(219,52,62); }
H1.HeaderClassName
{
color: #DB343E;
}
.AnyTagClassName
{
color: #DB343E;
}
</style>
background-color css
<style>
a { background-color: #DB343E; }
a { background-color: rgb(219,52,62); }
div.DivClassName
{
background-color: #DB343E;
}
.BgClassName
{
background-color: #DB343E;
}
</style>
border-color css
<style>
span { border-color: #DB343E; }
span { border-color: rgb(219,52,62); }
td.TdClassName
{
border-color: #DB343E;
}
.TagClassName
{
border-color: #DB343E;
}
</style>