Shades of Alizarin #DB2D2F
Tints of Alizarin #DB2D2F
RGB
CMYK
RGB Variations
Color information
#DB2D2F (or 0xDB2D2F) is known color: Alizarin. HEX triplet: DB, 2D and 2F. RGB value is (219,45,47). Sum of RGB (Red+Green+Blue) = 219+45+47=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2D2F is #24D2D0. Grayscale: #616161. Windows color (decimal): -2413265 or 3091931. OLE color: 3091931.
HSL color Cylindrical-coordinate representation of color #DB2D2F: hue angle of 359.31º 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 #DB2D2F is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 47 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.14 |
| HSL | 359.31º | 0.71% | 0.52% | - |
| HSV(B) | 359.31º | 0.79% | 0.86% | - |
| XYZ | 30.66 | 17.14 | 4.38 | - |
| YUV | 97.25 | 99.65 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 47 | 0 | 0.79 | 0.79 | 0.14 | 359.31 | 0.71 | 0.52 |
| Hex | DB | 2D | 2F | 0 | 4F | 4F | E | 167 | 47 | 34 |
| Octal | 333 | 55 | 57 | 0 | 117 | 117 | 16 | 547 | 107 | 64 |
| Binary | 11011011 | 101101 | 101111 | 0 | 1001111 | 1001111 | 1110 | 101100111 | 1000111 | 110100 |
Color Harmonies of #DB2D2F
Complementary color
Monochromatic Colors of #DB2D2F
Black with #DB2D2F
Text Example
Text Example
White with #DB2D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2D2F; }
p { color: rgb(219,45,47); }
H1.HeaderClassName
{
color: #DB2D2F;
}
.AnyTagClassName
{
color: #DB2D2F;
}
</style>
background-color css
<style>
a { background-color: #DB2D2F; }
a { background-color: rgb(219,45,47); }
div.DivClassName
{
background-color: #DB2D2F;
}
.BgClassName
{
background-color: #DB2D2F;
}
</style>
border-color css
<style>
span { border-color: #DB2D2F; }
span { border-color: rgb(219,45,47); }
td.TdClassName
{
border-color: #DB2D2F;
}
.TagClassName
{
border-color: #DB2D2F;
}
</style>