Shades of Alizarin #DB2E34
Tints of Alizarin #DB2E34
RGB
CMYK
RGB Variations
Color information
#DB2E34 (or 0xDB2E34) is known color: Alizarin. HEX triplet: DB, 2E and 34. RGB value is (219,46,52). Sum of RGB (Red+Green+Blue) = 219+46+52=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2E34 is #24D1CB. Grayscale: #626262. Windows color (decimal): -2413004 or 3419867. OLE color: 3419867.
HSL color Cylindrical-coordinate representation of color #DB2E34: hue angle of 357.92º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2E34 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 52 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.14 |
| HSL | 357.92º | 0.71% | 0.52% | - |
| HSV(B) | 357.92º | 0.79% | 0.86% | - |
| XYZ | 30.81 | 17.26 | 4.96 | - |
| YUV | 98.41 | 101.81 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 52 | 0 | 0.79 | 0.76 | 0.14 | 357.92 | 0.71 | 0.52 |
| Hex | DB | 2E | 34 | 0 | 4F | 4C | E | 166 | 47 | 34 |
| Octal | 333 | 56 | 64 | 0 | 117 | 114 | 16 | 546 | 107 | 64 |
| Binary | 11011011 | 101110 | 110100 | 0 | 1001111 | 1001100 | 1110 | 101100110 | 1000111 | 110100 |
Color Harmonies of #DB2E34
Complementary color
Monochromatic Colors of #DB2E34
Black with #DB2E34
Text Example
Text Example
White with #DB2E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2E34; }
p { color: rgb(219,46,52); }
H1.HeaderClassName
{
color: #DB2E34;
}
.AnyTagClassName
{
color: #DB2E34;
}
</style>
background-color css
<style>
a { background-color: #DB2E34; }
a { background-color: rgb(219,46,52); }
div.DivClassName
{
background-color: #DB2E34;
}
.BgClassName
{
background-color: #DB2E34;
}
</style>
border-color css
<style>
span { border-color: #DB2E34; }
span { border-color: rgb(219,46,52); }
td.TdClassName
{
border-color: #DB2E34;
}
.TagClassName
{
border-color: #DB2E34;
}
</style>