Shades of Alizarin #DB343B
Tints of Alizarin #DB343B
RGB
CMYK
RGB Variations
Color information
#DB343B (or 0xDB343B) is known color: Alizarin. HEX triplet: DB, 34 and 3B. RGB value is (219,52,59). Sum of RGB (Red+Green+Blue) = 219+52+59=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB343B is #24CBC4. Grayscale: #666666. Windows color (decimal): -2411461 or 3880155. OLE color: 3880155.
HSL color Cylindrical-coordinate representation of color #DB343B: hue angle of 357.49º 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 #DB343B is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 59 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.14 |
| HSL | 357.49º | 0.7% | 0.53% | - |
| HSV(B) | 357.49º | 0.76% | 0.86% | - |
| XYZ | 31.23 | 17.83 | 5.93 | - |
| YUV | 102.73 | 103.33 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 59 | 0 | 0.76 | 0.73 | 0.14 | 357.49 | 0.7 | 0.53 |
| Hex | DB | 34 | 3B | 0 | 4C | 49 | E | 165 | 46 | 35 |
| Octal | 333 | 64 | 73 | 0 | 114 | 111 | 16 | 545 | 106 | 65 |
| Binary | 11011011 | 110100 | 111011 | 0 | 1001100 | 1001001 | 1110 | 101100101 | 1000110 | 110101 |
Color Harmonies of #DB343B
Complementary color
Monochromatic Colors of #DB343B
Black with #DB343B
Text Example
Text Example
White with #DB343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB343B; }
p { color: rgb(219,52,59); }
H1.HeaderClassName
{
color: #DB343B;
}
.AnyTagClassName
{
color: #DB343B;
}
</style>
background-color css
<style>
a { background-color: #DB343B; }
a { background-color: rgb(219,52,59); }
div.DivClassName
{
background-color: #DB343B;
}
.BgClassName
{
background-color: #DB343B;
}
</style>
border-color css
<style>
span { border-color: #DB343B; }
span { border-color: rgb(219,52,59); }
td.TdClassName
{
border-color: #DB343B;
}
.TagClassName
{
border-color: #DB343B;
}
</style>