Shades of Alizarin #DB2D38
Tints of Alizarin #DB2D38
RGB
CMYK
RGB Variations
Color information
#DB2D38 (or 0xDB2D38) is known color: Alizarin. HEX triplet: DB, 2D and 38. RGB value is (219,45,56). Sum of RGB (Red+Green+Blue) = 219+45+56=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2D38 is #24D2C7. Grayscale: #626262. Windows color (decimal): -2413256 or 3681755. OLE color: 3681755.
HSL color Cylindrical-coordinate representation of color #DB2D38: hue angle of 356.21º 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 #DB2D38 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 56 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.14 |
| HSL | 356.21º | 0.71% | 0.52% | - |
| HSV(B) | 356.21º | 0.79% | 0.86% | - |
| XYZ | 30.87 | 17.22 | 5.44 | - |
| YUV | 98.28 | 104.15 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 56 | 0 | 0.79 | 0.74 | 0.14 | 356.21 | 0.71 | 0.52 |
| Hex | DB | 2D | 38 | 0 | 4F | 4A | E | 164 | 47 | 34 |
| Octal | 333 | 55 | 70 | 0 | 117 | 112 | 16 | 544 | 107 | 64 |
| Binary | 11011011 | 101101 | 111000 | 0 | 1001111 | 1001010 | 1110 | 101100100 | 1000111 | 110100 |
Color Harmonies of #DB2D38
Complementary color
Monochromatic Colors of #DB2D38
Black with #DB2D38
Text Example
Text Example
White with #DB2D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2D38; }
p { color: rgb(219,45,56); }
H1.HeaderClassName
{
color: #DB2D38;
}
.AnyTagClassName
{
color: #DB2D38;
}
</style>
background-color css
<style>
a { background-color: #DB2D38; }
a { background-color: rgb(219,45,56); }
div.DivClassName
{
background-color: #DB2D38;
}
.BgClassName
{
background-color: #DB2D38;
}
</style>
border-color css
<style>
span { border-color: #DB2D38; }
span { border-color: rgb(219,45,56); }
td.TdClassName
{
border-color: #DB2D38;
}
.TagClassName
{
border-color: #DB2D38;
}
</style>