Shades of Alizarin #DB2635
Tints of Alizarin #DB2635
RGB
CMYK
RGB Variations
Color information
#DB2635 (or 0xDB2635) is known color: Alizarin. HEX triplet: DB, 26 and 35. RGB value is (219,38,53). Sum of RGB (Red+Green+Blue) = 219+38+53=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2635 is #24D9CA. Grayscale: #5D5D5D. Windows color (decimal): -2415051 or 3483355. OLE color: 3483355.
HSL color Cylindrical-coordinate representation of color #DB2635: hue angle of 355.03º 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 #DB2635 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 53 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.14 |
| HSL | 355.03º | 0.72% | 0.5% | - |
| HSV(B) | 355.03º | 0.83% | 0.86% | - |
| XYZ | 30.55 | 16.7 | 4.98 | - |
| YUV | 93.83 | 104.97 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 53 | 0 | 0.83 | 0.76 | 0.14 | 355.03 | 0.72 | 0.5 |
| Hex | DB | 26 | 35 | 0 | 53 | 4C | E | 163 | 48 | 32 |
| Octal | 333 | 46 | 65 | 0 | 123 | 114 | 16 | 543 | 110 | 62 |
| Binary | 11011011 | 100110 | 110101 | 0 | 1010011 | 1001100 | 1110 | 101100011 | 1001000 | 110010 |
Color Harmonies of #DB2635
Complementary color
Monochromatic Colors of #DB2635
Black with #DB2635
Text Example
Text Example
White with #DB2635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2635; }
p { color: rgb(219,38,53); }
H1.HeaderClassName
{
color: #DB2635;
}
.AnyTagClassName
{
color: #DB2635;
}
</style>
background-color css
<style>
a { background-color: #DB2635; }
a { background-color: rgb(219,38,53); }
div.DivClassName
{
background-color: #DB2635;
}
.BgClassName
{
background-color: #DB2635;
}
</style>
border-color css
<style>
span { border-color: #DB2635; }
span { border-color: rgb(219,38,53); }
td.TdClassName
{
border-color: #DB2635;
}
.TagClassName
{
border-color: #DB2635;
}
</style>