Shades of Alizarin #DB2130
Tints of Alizarin #DB2130
RGB
CMYK
RGB Variations
Color information
#DB2130 (or 0xDB2130) is known color: Alizarin. HEX triplet: DB, 21 and 30. RGB value is (219,33,48). Sum of RGB (Red+Green+Blue) = 219+33+48=300 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2130 is #24DECF. Grayscale: #5A5A5A. Windows color (decimal): -2416336 or 3154395. OLE color: 3154395.
HSL color Cylindrical-coordinate representation of color #DB2130: hue angle of 355.16º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2130 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 48 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.14 |
| HSL | 355.16º | 0.74% | 0.49% | - |
| HSV(B) | 355.16º | 0.85% | 0.86% | - |
| XYZ | 30.29 | 16.36 | 4.36 | - |
| YUV | 90.32 | 104.12 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 48 | 0 | 0.85 | 0.78 | 0.14 | 355.16 | 0.74 | 0.49 |
| Hex | DB | 21 | 30 | 0 | 55 | 4E | E | 163 | 4A | 31 |
| Octal | 333 | 41 | 60 | 0 | 125 | 116 | 16 | 543 | 112 | 61 |
| Binary | 11011011 | 100001 | 110000 | 0 | 1010101 | 1001110 | 1110 | 101100011 | 1001010 | 110001 |
Color Harmonies of #DB2130
Complementary color
Monochromatic Colors of #DB2130
Black with #DB2130
Text Example
Text Example
White with #DB2130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2130; }
p { color: rgb(219,33,48); }
H1.HeaderClassName
{
color: #DB2130;
}
.AnyTagClassName
{
color: #DB2130;
}
</style>
background-color css
<style>
a { background-color: #DB2130; }
a { background-color: rgb(219,33,48); }
div.DivClassName
{
background-color: #DB2130;
}
.BgClassName
{
background-color: #DB2130;
}
</style>
border-color css
<style>
span { border-color: #DB2130; }
span { border-color: rgb(219,33,48); }
td.TdClassName
{
border-color: #DB2130;
}
.TagClassName
{
border-color: #DB2130;
}
</style>