Shades of Alizarin #DB2A34
Tints of Alizarin #DB2A34
RGB
CMYK
RGB Variations
Color information
#DB2A34 (or 0xDB2A34) is known color: Alizarin. HEX triplet: DB, 2A and 34. RGB value is (219,42,52). Sum of RGB (Red+Green+Blue) = 219+42+52=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2A34 is #24D5CB. Grayscale: #606060. Windows color (decimal): -2414028 or 3418843. OLE color: 3418843.
HSL color Cylindrical-coordinate representation of color #DB2A34: hue angle of 356.61º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2A34 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 52 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.14 |
| HSL | 356.61º | 0.71% | 0.51% | - |
| HSV(B) | 356.61º | 0.81% | 0.86% | - |
| XYZ | 30.66 | 16.96 | 4.91 | - |
| YUV | 96.06 | 103.14 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 52 | 0 | 0.81 | 0.76 | 0.14 | 356.61 | 0.71 | 0.51 |
| Hex | DB | 2A | 34 | 0 | 51 | 4C | E | 165 | 47 | 33 |
| Octal | 333 | 52 | 64 | 0 | 121 | 114 | 16 | 545 | 107 | 63 |
| Binary | 11011011 | 101010 | 110100 | 0 | 1010001 | 1001100 | 1110 | 101100101 | 1000111 | 110011 |
Color Harmonies of #DB2A34
Complementary color
Monochromatic Colors of #DB2A34
Black with #DB2A34
Text Example
Text Example
White with #DB2A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A34; }
p { color: rgb(219,42,52); }
H1.HeaderClassName
{
color: #DB2A34;
}
.AnyTagClassName
{
color: #DB2A34;
}
</style>
background-color css
<style>
a { background-color: #DB2A34; }
a { background-color: rgb(219,42,52); }
div.DivClassName
{
background-color: #DB2A34;
}
.BgClassName
{
background-color: #DB2A34;
}
</style>
border-color css
<style>
span { border-color: #DB2A34; }
span { border-color: rgb(219,42,52); }
td.TdClassName
{
border-color: #DB2A34;
}
.TagClassName
{
border-color: #DB2A34;
}
</style>