Shades of Alizarin #DB3235
Tints of Alizarin #DB3235
RGB
CMYK
RGB Variations
Color information
#DB3235 (or 0xDB3235) is known color: Alizarin. HEX triplet: DB, 32 and 35. RGB value is (219,50,53). Sum of RGB (Red+Green+Blue) = 219+50+53=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3235 is #24CDCA. Grayscale: #656565. Windows color (decimal): -2411979 or 3486427. OLE color: 3486427.
HSL color Cylindrical-coordinate representation of color #DB3235: hue angle of 358.93º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3235 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 53 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.14 |
| HSL | 358.93º | 0.7% | 0.53% | - |
| HSV(B) | 358.93º | 0.77% | 0.86% | - |
| XYZ | 31 | 17.6 | 5.13 | - |
| YUV | 100.87 | 100.99 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 53 | 0 | 0.77 | 0.76 | 0.14 | 358.93 | 0.7 | 0.53 |
| Hex | DB | 32 | 35 | 0 | 4D | 4C | E | 167 | 46 | 35 |
| Octal | 333 | 62 | 65 | 0 | 115 | 114 | 16 | 547 | 106 | 65 |
| Binary | 11011011 | 110010 | 110101 | 0 | 1001101 | 1001100 | 1110 | 101100111 | 1000110 | 110101 |
Color Harmonies of #DB3235
Complementary color
Monochromatic Colors of #DB3235
Black with #DB3235
Text Example
Text Example
White with #DB3235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3235; }
p { color: rgb(219,50,53); }
H1.HeaderClassName
{
color: #DB3235;
}
.AnyTagClassName
{
color: #DB3235;
}
</style>
background-color css
<style>
a { background-color: #DB3235; }
a { background-color: rgb(219,50,53); }
div.DivClassName
{
background-color: #DB3235;
}
.BgClassName
{
background-color: #DB3235;
}
</style>
border-color css
<style>
span { border-color: #DB3235; }
span { border-color: rgb(219,50,53); }
td.TdClassName
{
border-color: #DB3235;
}
.TagClassName
{
border-color: #DB3235;
}
</style>