Shades of Alizarin #DB2835
Tints of Alizarin #DB2835
RGB
CMYK
RGB Variations
Color information
#DB2835 (or 0xDB2835) is known color: Alizarin. HEX triplet: DB, 28 and 35. RGB value is (219,40,53). Sum of RGB (Red+Green+Blue) = 219+40+53=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2835 is #24D7CA. Grayscale: #5F5F5F. Windows color (decimal): -2414539 or 3483867. OLE color: 3483867.
HSL color Cylindrical-coordinate representation of color #DB2835: hue angle of 355.64º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2835 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 53 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.14 |
| HSL | 355.64º | 0.71% | 0.51% | - |
| HSV(B) | 355.64º | 0.82% | 0.86% | - |
| XYZ | 30.61 | 16.83 | 5 | - |
| YUV | 95 | 104.3 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 53 | 0 | 0.82 | 0.76 | 0.14 | 355.64 | 0.71 | 0.51 |
| Hex | DB | 28 | 35 | 0 | 52 | 4C | E | 164 | 47 | 33 |
| Octal | 333 | 50 | 65 | 0 | 122 | 114 | 16 | 544 | 107 | 63 |
| Binary | 11011011 | 101000 | 110101 | 0 | 1010010 | 1001100 | 1110 | 101100100 | 1000111 | 110011 |
Color Harmonies of #DB2835
Complementary color
Monochromatic Colors of #DB2835
Black with #DB2835
Text Example
Text Example
White with #DB2835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2835; }
p { color: rgb(219,40,53); }
H1.HeaderClassName
{
color: #DB2835;
}
.AnyTagClassName
{
color: #DB2835;
}
</style>
background-color css
<style>
a { background-color: #DB2835; }
a { background-color: rgb(219,40,53); }
div.DivClassName
{
background-color: #DB2835;
}
.BgClassName
{
background-color: #DB2835;
}
</style>
border-color css
<style>
span { border-color: #DB2835; }
span { border-color: rgb(219,40,53); }
td.TdClassName
{
border-color: #DB2835;
}
.TagClassName
{
border-color: #DB2835;
}
</style>