Shades of Alizarin #DB2633
Tints of Alizarin #DB2633
RGB
CMYK
RGB Variations
Color information
#DB2633 (or 0xDB2633) is known color: Alizarin. HEX triplet: DB, 26 and 33. RGB value is (219,38,51). Sum of RGB (Red+Green+Blue) = 219+38+51=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2633 is #24D9CC. Grayscale: #5D5D5D. Windows color (decimal): -2415053 or 3352283. OLE color: 3352283.
HSL color Cylindrical-coordinate representation of color #DB2633: hue angle of 355.69º 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 #DB2633 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 51 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.14 |
| HSL | 355.69º | 0.72% | 0.5% | - |
| HSV(B) | 355.69º | 0.83% | 0.86% | - |
| XYZ | 30.5 | 16.69 | 4.74 | - |
| YUV | 93.6 | 103.97 | 217.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 51 | 0 | 0.83 | 0.77 | 0.14 | 355.69 | 0.72 | 0.5 |
| Hex | DB | 26 | 33 | 0 | 53 | 4D | E | 164 | 48 | 32 |
| Octal | 333 | 46 | 63 | 0 | 123 | 115 | 16 | 544 | 110 | 62 |
| Binary | 11011011 | 100110 | 110011 | 0 | 1010011 | 1001101 | 1110 | 101100100 | 1001000 | 110010 |
Color Harmonies of #DB2633
Complementary color
Monochromatic Colors of #DB2633
Black with #DB2633
Text Example
Text Example
White with #DB2633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2633; }
p { color: rgb(219,38,51); }
H1.HeaderClassName
{
color: #DB2633;
}
.AnyTagClassName
{
color: #DB2633;
}
</style>
background-color css
<style>
a { background-color: #DB2633; }
a { background-color: rgb(219,38,51); }
div.DivClassName
{
background-color: #DB2633;
}
.BgClassName
{
background-color: #DB2633;
}
</style>
border-color css
<style>
span { border-color: #DB2633; }
span { border-color: rgb(219,38,51); }
td.TdClassName
{
border-color: #DB2633;
}
.TagClassName
{
border-color: #DB2633;
}
</style>