Shades of Alizarin #DB2B2E
Tints of Alizarin #DB2B2E
RGB
CMYK
RGB Variations
Color information
#DB2B2E (or 0xDB2B2E) is known color: Alizarin. HEX triplet: DB, 2B and 2E. RGB value is (219,43,46). Sum of RGB (Red+Green+Blue) = 219+43+46=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2B2E is #24D4D1. Grayscale: #606060. Windows color (decimal): -2413778 or 3025883. OLE color: 3025883.
HSL color Cylindrical-coordinate representation of color #DB2B2E: hue angle of 358.98º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2B2E is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 43 | 46 | - |
CMYK | 0 | 0.80 | 0.79 | 0.14 |
HSL | 358.98º | 0.71% | 0.51% | - |
HSV(B) | 358.98º | 0.8% | 0.86% | - |
XYZ | 30.57 | 16.99 | 4.25 | - |
YUV | 95.97 | 99.81 | 215.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 43 | 46 | 0 | 0.80 | 0.79 | 0.14 | 358.98 | 0.71 | 0.51 |
Hex | DB | 2B | 2E | 0 | 50 | 4F | E | 167 | 47 | 33 |
Octal | 333 | 53 | 56 | 0 | 120 | 117 | 16 | 547 | 107 | 63 |
Binary | 11011011 | 101011 | 101110 | 0 | 1010000 | 1001111 | 1110 | 101100111 | 1000111 | 110011 |
Color Harmonies of #DB2B2E
Complementary color
Monochromatic Colors of #DB2B2E
Black with #DB2B2E
Text Example
Text Example
White with #DB2B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2B2E; }
p { color: rgb(219,43,46); }
H1.HeaderClassName
{
color: #DB2B2E;
}
.AnyTagClassName
{
color: #DB2B2E;
}
</style>
background-color css
<style>
a { background-color: #DB2B2E; }
a { background-color: rgb(219,43,46); }
div.DivClassName
{
background-color: #DB2B2E;
}
.BgClassName
{
background-color: #DB2B2E;
}
</style>
border-color css
<style>
span { border-color: #DB2B2E; }
span { border-color: rgb(219,43,46); }
td.TdClassName
{
border-color: #DB2B2E;
}
.TagClassName
{
border-color: #DB2B2E;
}
</style>