Shades of Alizarin #DB343F
Tints of Alizarin #DB343F
RGB
CMYK
RGB Variations
Color information
#DB343F (or 0xDB343F) is known color: Alizarin. HEX triplet: DB, 34 and 3F. RGB value is (219,52,63). Sum of RGB (Red+Green+Blue) = 219+52+63=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB343F is #24CBC0. Grayscale: #676767. Windows color (decimal): -2411457 or 4142299. OLE color: 4142299.
HSL color Cylindrical-coordinate representation of color #DB343F: hue angle of 356.05º 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 #DB343F is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 63 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.14 |
| HSL | 356.05º | 0.7% | 0.53% | - |
| HSV(B) | 356.05º | 0.76% | 0.86% | - |
| XYZ | 31.34 | 17.87 | 6.5 | - |
| YUV | 103.19 | 105.33 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 63 | 0 | 0.76 | 0.71 | 0.14 | 356.05 | 0.7 | 0.53 |
| Hex | DB | 34 | 3F | 0 | 4C | 47 | E | 164 | 46 | 35 |
| Octal | 333 | 64 | 77 | 0 | 114 | 107 | 16 | 544 | 106 | 65 |
| Binary | 11011011 | 110100 | 111111 | 0 | 1001100 | 1000111 | 1110 | 101100100 | 1000110 | 110101 |
Color Harmonies of #DB343F
Complementary color
Monochromatic Colors of #DB343F
Black with #DB343F
Text Example
Text Example
White with #DB343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB343F; }
p { color: rgb(219,52,63); }
H1.HeaderClassName
{
color: #DB343F;
}
.AnyTagClassName
{
color: #DB343F;
}
</style>
background-color css
<style>
a { background-color: #DB343F; }
a { background-color: rgb(219,52,63); }
div.DivClassName
{
background-color: #DB343F;
}
.BgClassName
{
background-color: #DB343F;
}
</style>
border-color css
<style>
span { border-color: #DB343F; }
span { border-color: rgb(219,52,63); }
td.TdClassName
{
border-color: #DB343F;
}
.TagClassName
{
border-color: #DB343F;
}
</style>