Shades of Alizarin #DB2A31
Tints of Alizarin #DB2A31
RGB
CMYK
RGB Variations
Color information
#DB2A31 (or 0xDB2A31) is known color: Alizarin. HEX triplet: DB, 2A and 31. RGB value is (219,42,49). Sum of RGB (Red+Green+Blue) = 219+42+49=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2A31 is #24D5CE. Grayscale: #5F5F5F. Windows color (decimal): -2414031 or 3222235. OLE color: 3222235.
HSL color Cylindrical-coordinate representation of color #DB2A31: hue angle of 357.63º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2A31 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 42 | 49 | - |
CMYK | 0 | 0.81 | 0.78 | 0.14 |
HSL | 357.63º | 0.71% | 0.51% | - |
HSV(B) | 357.63º | 0.81% | 0.86% | - |
XYZ | 30.6 | 16.94 | 4.56 | - |
YUV | 95.72 | 101.64 | 215.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 42 | 49 | 0 | 0.81 | 0.78 | 0.14 | 357.63 | 0.71 | 0.51 |
Hex | DB | 2A | 31 | 0 | 51 | 4E | E | 166 | 47 | 33 |
Octal | 333 | 52 | 61 | 0 | 121 | 116 | 16 | 546 | 107 | 63 |
Binary | 11011011 | 101010 | 110001 | 0 | 1010001 | 1001110 | 1110 | 101100110 | 1000111 | 110011 |
Color Harmonies of #DB2A31
Complementary color
Monochromatic Colors of #DB2A31
Black with #DB2A31
Text Example
Text Example
White with #DB2A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A31; }
p { color: rgb(219,42,49); }
H1.HeaderClassName
{
color: #DB2A31;
}
.AnyTagClassName
{
color: #DB2A31;
}
</style>
background-color css
<style>
a { background-color: #DB2A31; }
a { background-color: rgb(219,42,49); }
div.DivClassName
{
background-color: #DB2A31;
}
.BgClassName
{
background-color: #DB2A31;
}
</style>
border-color css
<style>
span { border-color: #DB2A31; }
span { border-color: rgb(219,42,49); }
td.TdClassName
{
border-color: #DB2A31;
}
.TagClassName
{
border-color: #DB2A31;
}
</style>