Shades of Alizarin #DB2D35
Tints of Alizarin #DB2D35
RGB
CMYK
RGB Variations
Color information
#DB2D35 (or 0xDB2D35) is known color: Alizarin. HEX triplet: DB, 2D and 35. RGB value is (219,45,53). Sum of RGB (Red+Green+Blue) = 219+45+53=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2D35 is #24D2CA. Grayscale: #626262. Windows color (decimal): -2413259 or 3485147. OLE color: 3485147.
HSL color Cylindrical-coordinate representation of color #DB2D35: hue angle of 357.24º 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 #DB2D35 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 53 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.14 |
| HSL | 357.24º | 0.71% | 0.52% | - |
| HSV(B) | 357.24º | 0.79% | 0.86% | - |
| XYZ | 30.79 | 17.19 | 5.06 | - |
| YUV | 97.94 | 102.65 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 53 | 0 | 0.79 | 0.76 | 0.14 | 357.24 | 0.71 | 0.52 |
| Hex | DB | 2D | 35 | 0 | 4F | 4C | E | 165 | 47 | 34 |
| Octal | 333 | 55 | 65 | 0 | 117 | 114 | 16 | 545 | 107 | 64 |
| Binary | 11011011 | 101101 | 110101 | 0 | 1001111 | 1001100 | 1110 | 101100101 | 1000111 | 110100 |
Color Harmonies of #DB2D35
Complementary color
Monochromatic Colors of #DB2D35
Black with #DB2D35
Text Example
Text Example
White with #DB2D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2D35; }
p { color: rgb(219,45,53); }
H1.HeaderClassName
{
color: #DB2D35;
}
.AnyTagClassName
{
color: #DB2D35;
}
</style>
background-color css
<style>
a { background-color: #DB2D35; }
a { background-color: rgb(219,45,53); }
div.DivClassName
{
background-color: #DB2D35;
}
.BgClassName
{
background-color: #DB2D35;
}
</style>
border-color css
<style>
span { border-color: #DB2D35; }
span { border-color: rgb(219,45,53); }
td.TdClassName
{
border-color: #DB2D35;
}
.TagClassName
{
border-color: #DB2D35;
}
</style>