Shades of Alizarin #DB2F31
Tints of Alizarin #DB2F31
RGB
CMYK
RGB Variations
Color information
#DB2F31 (or 0xDB2F31) is known color: Alizarin. HEX triplet: DB, 2F and 31. RGB value is (219,47,49). Sum of RGB (Red+Green+Blue) = 219+47+49=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2F31 is #24D0CE. Grayscale: #626262. Windows color (decimal): -2412751 or 3223515. OLE color: 3223515.
HSL color Cylindrical-coordinate representation of color #DB2F31: hue angle of 359.3º degrees, saturation: 0.7, 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 #DB2F31 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 49 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.14 |
| HSL | 359.3º | 0.7% | 0.52% | - |
| HSV(B) | 359.3º | 0.79% | 0.86% | - |
| XYZ | 30.78 | 17.31 | 4.63 | - |
| YUV | 98.66 | 99.98 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 49 | 0 | 0.79 | 0.78 | 0.14 | 359.3 | 0.7 | 0.52 |
| Hex | DB | 2F | 31 | 0 | 4F | 4E | E | 167 | 46 | 34 |
| Octal | 333 | 57 | 61 | 0 | 117 | 116 | 16 | 547 | 106 | 64 |
| Binary | 11011011 | 101111 | 110001 | 0 | 1001111 | 1001110 | 1110 | 101100111 | 1000110 | 110100 |
Color Harmonies of #DB2F31
Complementary color
Monochromatic Colors of #DB2F31
Black with #DB2F31
Text Example
Text Example
White with #DB2F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2F31; }
p { color: rgb(219,47,49); }
H1.HeaderClassName
{
color: #DB2F31;
}
.AnyTagClassName
{
color: #DB2F31;
}
</style>
background-color css
<style>
a { background-color: #DB2F31; }
a { background-color: rgb(219,47,49); }
div.DivClassName
{
background-color: #DB2F31;
}
.BgClassName
{
background-color: #DB2F31;
}
</style>
border-color css
<style>
span { border-color: #DB2F31; }
span { border-color: rgb(219,47,49); }
td.TdClassName
{
border-color: #DB2F31;
}
.TagClassName
{
border-color: #DB2F31;
}
</style>