Shades of Alizarin #DB2533
Tints of Alizarin #DB2533
RGB
CMYK
RGB Variations
Color information
#DB2533 (or 0xDB2533) is known color: Alizarin. HEX triplet: DB, 25 and 33. RGB value is (219,37,51). Sum of RGB (Red+Green+Blue) = 219+37+51=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2533 is #24DACC. Grayscale: #5D5D5D. Windows color (decimal): -2415309 or 3352027. OLE color: 3352027.
HSL color Cylindrical-coordinate representation of color #DB2533: hue angle of 355.38º 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 #DB2533 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 51 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.14 |
| HSL | 355.38º | 0.72% | 0.5% | - |
| HSV(B) | 355.38º | 0.83% | 0.86% | - |
| XYZ | 30.47 | 16.62 | 4.73 | - |
| YUV | 93.01 | 104.3 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 51 | 0 | 0.83 | 0.77 | 0.14 | 355.38 | 0.72 | 0.5 |
| Hex | DB | 25 | 33 | 0 | 53 | 4D | E | 163 | 48 | 32 |
| Octal | 333 | 45 | 63 | 0 | 123 | 115 | 16 | 543 | 110 | 62 |
| Binary | 11011011 | 100101 | 110011 | 0 | 1010011 | 1001101 | 1110 | 101100011 | 1001000 | 110010 |
Color Harmonies of #DB2533
Complementary color
Monochromatic Colors of #DB2533
Black with #DB2533
Text Example
Text Example
White with #DB2533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2533; }
p { color: rgb(219,37,51); }
H1.HeaderClassName
{
color: #DB2533;
}
.AnyTagClassName
{
color: #DB2533;
}
</style>
background-color css
<style>
a { background-color: #DB2533; }
a { background-color: rgb(219,37,51); }
div.DivClassName
{
background-color: #DB2533;
}
.BgClassName
{
background-color: #DB2533;
}
</style>
border-color css
<style>
span { border-color: #DB2533; }
span { border-color: rgb(219,37,51); }
td.TdClassName
{
border-color: #DB2533;
}
.TagClassName
{
border-color: #DB2533;
}
</style>