Shades of Alizarin #DB2A41
Tints of Alizarin #DB2A41
RGB
CMYK
RGB Variations
Color information
#DB2A41 (or 0xDB2A41) is known color: Alizarin. HEX triplet: DB, 2A and 41. RGB value is (219,42,65). Sum of RGB (Red+Green+Blue) = 219+42+65=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2A41 is #24D5BE. Grayscale: #616161. Windows color (decimal): -2414015 or 4270811. OLE color: 4270811.
HSL color Cylindrical-coordinate representation of color #DB2A41: hue angle of 352.2º 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 #DB2A41 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 65 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.14 |
| HSL | 352.2º | 0.71% | 0.51% | - |
| HSV(B) | 352.2º | 0.81% | 0.86% | - |
| XYZ | 31 | 17.1 | 6.67 | - |
| YUV | 97.55 | 109.64 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 65 | 0 | 0.81 | 0.70 | 0.14 | 352.2 | 0.71 | 0.51 |
| Hex | DB | 2A | 41 | 0 | 51 | 46 | E | 160 | 47 | 33 |
| Octal | 333 | 52 | 101 | 0 | 121 | 106 | 16 | 540 | 107 | 63 |
| Binary | 11011011 | 101010 | 1000001 | 0 | 1010001 | 1000110 | 1110 | 101100000 | 1000111 | 110011 |
Color Harmonies of #DB2A41
Complementary color
Monochromatic Colors of #DB2A41
Black with #DB2A41
Text Example
Text Example
White with #DB2A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A41; }
p { color: rgb(219,42,65); }
H1.HeaderClassName
{
color: #DB2A41;
}
.AnyTagClassName
{
color: #DB2A41;
}
</style>
background-color css
<style>
a { background-color: #DB2A41; }
a { background-color: rgb(219,42,65); }
div.DivClassName
{
background-color: #DB2A41;
}
.BgClassName
{
background-color: #DB2A41;
}
</style>
border-color css
<style>
span { border-color: #DB2A41; }
span { border-color: rgb(219,42,65); }
td.TdClassName
{
border-color: #DB2A41;
}
.TagClassName
{
border-color: #DB2A41;
}
</style>