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