Shades of Alizarin #DB2641
Tints of Alizarin #DB2641
RGB
CMYK
RGB Variations
Color information
#DB2641 (or 0xDB2641) is known color: Alizarin. HEX triplet: DB, 26 and 41. RGB value is (219,38,65). Sum of RGB (Red+Green+Blue) = 219+38+65=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2641 is #24D9BE. Grayscale: #5F5F5F. Windows color (decimal): -2415039 or 4269787. OLE color: 4269787.
HSL color Cylindrical-coordinate representation of color #DB2641: hue angle of 351.05º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2641 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 65 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.14 |
| HSL | 351.05º | 0.72% | 0.5% | - |
| HSV(B) | 351.05º | 0.83% | 0.86% | - |
| XYZ | 30.86 | 16.83 | 6.62 | - |
| YUV | 95.2 | 110.97 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 65 | 0 | 0.83 | 0.70 | 0.14 | 351.05 | 0.72 | 0.5 |
| Hex | DB | 26 | 41 | 0 | 53 | 46 | E | 15F | 48 | 32 |
| Octal | 333 | 46 | 101 | 0 | 123 | 106 | 16 | 537 | 110 | 62 |
| Binary | 11011011 | 100110 | 1000001 | 0 | 1010011 | 1000110 | 1110 | 101011111 | 1001000 | 110010 |
Color Harmonies of #DB2641
Complementary color
Monochromatic Colors of #DB2641
Black with #DB2641
Text Example
Text Example
White with #DB2641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2641; }
p { color: rgb(219,38,65); }
H1.HeaderClassName
{
color: #DB2641;
}
.AnyTagClassName
{
color: #DB2641;
}
</style>
background-color css
<style>
a { background-color: #DB2641; }
a { background-color: rgb(219,38,65); }
div.DivClassName
{
background-color: #DB2641;
}
.BgClassName
{
background-color: #DB2641;
}
</style>
border-color css
<style>
span { border-color: #DB2641; }
span { border-color: rgb(219,38,65); }
td.TdClassName
{
border-color: #DB2641;
}
.TagClassName
{
border-color: #DB2641;
}
</style>