Shades of Alizarin #DB2538
Tints of Alizarin #DB2538
RGB
CMYK
RGB Variations
Color information
#DB2538 (or 0xDB2538) is known color: Alizarin. HEX triplet: DB, 25 and 38. RGB value is (219,37,56). Sum of RGB (Red+Green+Blue) = 219+37+56=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2538 is #24DAC7. Grayscale: #5D5D5D. Windows color (decimal): -2415304 or 3679707. OLE color: 3679707.
HSL color Cylindrical-coordinate representation of color #DB2538: hue angle of 353.74º 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 #DB2538 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 56 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.14 |
| HSL | 353.74º | 0.72% | 0.5% | - |
| HSV(B) | 353.74º | 0.83% | 0.86% | - |
| XYZ | 30.59 | 16.67 | 5.35 | - |
| YUV | 93.58 | 106.8 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 56 | 0 | 0.83 | 0.74 | 0.14 | 353.74 | 0.72 | 0.5 |
| Hex | DB | 25 | 38 | 0 | 53 | 4A | E | 162 | 48 | 32 |
| Octal | 333 | 45 | 70 | 0 | 123 | 112 | 16 | 542 | 110 | 62 |
| Binary | 11011011 | 100101 | 111000 | 0 | 1010011 | 1001010 | 1110 | 101100010 | 1001000 | 110010 |
Color Harmonies of #DB2538
Complementary color
Monochromatic Colors of #DB2538
Black with #DB2538
Text Example
Text Example
White with #DB2538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2538; }
p { color: rgb(219,37,56); }
H1.HeaderClassName
{
color: #DB2538;
}
.AnyTagClassName
{
color: #DB2538;
}
</style>
background-color css
<style>
a { background-color: #DB2538; }
a { background-color: rgb(219,37,56); }
div.DivClassName
{
background-color: #DB2538;
}
.BgClassName
{
background-color: #DB2538;
}
</style>
border-color css
<style>
span { border-color: #DB2538; }
span { border-color: rgb(219,37,56); }
td.TdClassName
{
border-color: #DB2538;
}
.TagClassName
{
border-color: #DB2538;
}
</style>