Shades of Alizarin #DB343A
Tints of Alizarin #DB343A
RGB
CMYK
RGB Variations
Color information
#DB343A (or 0xDB343A) is known color: Alizarin. HEX triplet: DB, 34 and 3A. RGB value is (219,52,58). Sum of RGB (Red+Green+Blue) = 219+52+58=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB343A is #24CBC5. Grayscale: #666666. Windows color (decimal): -2411462 or 3814619. OLE color: 3814619.
HSL color Cylindrical-coordinate representation of color #DB343A: hue angle of 357.84º 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 #DB343A is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 58 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.14 |
| HSL | 357.84º | 0.7% | 0.53% | - |
| HSV(B) | 357.84º | 0.76% | 0.86% | - |
| XYZ | 31.21 | 17.82 | 5.8 | - |
| YUV | 102.62 | 102.83 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 58 | 0 | 0.76 | 0.74 | 0.14 | 357.84 | 0.7 | 0.53 |
| Hex | DB | 34 | 3A | 0 | 4C | 4A | E | 166 | 46 | 35 |
| Octal | 333 | 64 | 72 | 0 | 114 | 112 | 16 | 546 | 106 | 65 |
| Binary | 11011011 | 110100 | 111010 | 0 | 1001100 | 1001010 | 1110 | 101100110 | 1000110 | 110101 |
Color Harmonies of #DB343A
Complementary color
Monochromatic Colors of #DB343A
Black with #DB343A
Text Example
Text Example
White with #DB343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB343A; }
p { color: rgb(219,52,58); }
H1.HeaderClassName
{
color: #DB343A;
}
.AnyTagClassName
{
color: #DB343A;
}
</style>
background-color css
<style>
a { background-color: #DB343A; }
a { background-color: rgb(219,52,58); }
div.DivClassName
{
background-color: #DB343A;
}
.BgClassName
{
background-color: #DB343A;
}
</style>
border-color css
<style>
span { border-color: #DB343A; }
span { border-color: rgb(219,52,58); }
td.TdClassName
{
border-color: #DB343A;
}
.TagClassName
{
border-color: #DB343A;
}
</style>