Shades of Alizarin #DB2539
Tints of Alizarin #DB2539
RGB
CMYK
RGB Variations
Color information
#DB2539 (or 0xDB2539) is known color: Alizarin. HEX triplet: DB, 25 and 39. RGB value is (219,37,57). Sum of RGB (Red+Green+Blue) = 219+37+57=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2539 is #24DAC6. Grayscale: #5D5D5D. Windows color (decimal): -2415303 or 3745243. OLE color: 3745243.
HSL color Cylindrical-coordinate representation of color #DB2539: hue angle of 353.41º 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 #DB2539 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 57 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.14 |
| HSL | 353.41º | 0.72% | 0.5% | - |
| HSV(B) | 353.41º | 0.83% | 0.86% | - |
| XYZ | 30.61 | 16.68 | 5.48 | - |
| YUV | 93.7 | 107.3 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 57 | 0 | 0.83 | 0.74 | 0.14 | 353.41 | 0.72 | 0.5 |
| Hex | DB | 25 | 39 | 0 | 53 | 4A | E | 161 | 48 | 32 |
| Octal | 333 | 45 | 71 | 0 | 123 | 112 | 16 | 541 | 110 | 62 |
| Binary | 11011011 | 100101 | 111001 | 0 | 1010011 | 1001010 | 1110 | 101100001 | 1001000 | 110010 |
Color Harmonies of #DB2539
Complementary color
Monochromatic Colors of #DB2539
Black with #DB2539
Text Example
Text Example
White with #DB2539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2539; }
p { color: rgb(219,37,57); }
H1.HeaderClassName
{
color: #DB2539;
}
.AnyTagClassName
{
color: #DB2539;
}
</style>
background-color css
<style>
a { background-color: #DB2539; }
a { background-color: rgb(219,37,57); }
div.DivClassName
{
background-color: #DB2539;
}
.BgClassName
{
background-color: #DB2539;
}
</style>
border-color css
<style>
span { border-color: #DB2539; }
span { border-color: rgb(219,37,57); }
td.TdClassName
{
border-color: #DB2539;
}
.TagClassName
{
border-color: #DB2539;
}
</style>