Shades of Alizarin #DB1A2D
Tints of Alizarin #DB1A2D
RGB
CMYK
RGB Variations
Color information
#DB1A2D (or 0xDB1A2D) is known color: Alizarin. HEX triplet: DB, 1A and 2D. RGB value is (219,26,45). Sum of RGB (Red+Green+Blue) = 219+26+45=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1A2D is #24E5D2. Grayscale: #555555. Windows color (decimal): -2418131 or 2955995. OLE color: 2955995.
HSL color Cylindrical-coordinate representation of color #DB1A2D: hue angle of 354.09º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1A2D is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 45 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.14 |
| HSL | 354.09º | 0.79% | 0.48% | - |
| HSV(B) | 354.09º | 0.88% | 0.86% | - |
| XYZ | 30.06 | 15.99 | 3.98 | - |
| YUV | 85.87 | 104.94 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 45 | 0 | 0.88 | 0.79 | 0.14 | 354.09 | 0.79 | 0.48 |
| Hex | DB | 1A | 2D | 0 | 58 | 4F | E | 162 | 4F | 30 |
| Octal | 333 | 32 | 55 | 0 | 130 | 117 | 16 | 542 | 117 | 60 |
| Binary | 11011011 | 11010 | 101101 | 0 | 1011000 | 1001111 | 1110 | 101100010 | 1001111 | 110000 |
Color Harmonies of #DB1A2D
Complementary color
Monochromatic Colors of #DB1A2D
Black with #DB1A2D
Text Example
Text Example
White with #DB1A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1A2D; }
p { color: rgb(219,26,45); }
H1.HeaderClassName
{
color: #DB1A2D;
}
.AnyTagClassName
{
color: #DB1A2D;
}
</style>
background-color css
<style>
a { background-color: #DB1A2D; }
a { background-color: rgb(219,26,45); }
div.DivClassName
{
background-color: #DB1A2D;
}
.BgClassName
{
background-color: #DB1A2D;
}
</style>
border-color css
<style>
span { border-color: #DB1A2D; }
span { border-color: rgb(219,26,45); }
td.TdClassName
{
border-color: #DB1A2D;
}
.TagClassName
{
border-color: #DB1A2D;
}
</style>