Shades of Alizarin #DB2330
Tints of Alizarin #DB2330
RGB
CMYK
RGB Variations
Color information
#DB2330 (or 0xDB2330) is known color: Alizarin. HEX triplet: DB, 23 and 30. RGB value is (219,35,48). Sum of RGB (Red+Green+Blue) = 219+35+48=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2330 is #24DCCF. Grayscale: #5B5B5B. Windows color (decimal): -2415824 or 3154907. OLE color: 3154907.
HSL color Cylindrical-coordinate representation of color #DB2330: hue angle of 355.76º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2330 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 48 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.14 |
| HSL | 355.76º | 0.72% | 0.5% | - |
| HSV(B) | 355.76º | 0.84% | 0.86% | - |
| XYZ | 30.35 | 16.48 | 4.38 | - |
| YUV | 91.5 | 103.46 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 48 | 0 | 0.84 | 0.78 | 0.14 | 355.76 | 0.72 | 0.5 |
| Hex | DB | 23 | 30 | 0 | 54 | 4E | E | 164 | 48 | 32 |
| Octal | 333 | 43 | 60 | 0 | 124 | 116 | 16 | 544 | 110 | 62 |
| Binary | 11011011 | 100011 | 110000 | 0 | 1010100 | 1001110 | 1110 | 101100100 | 1001000 | 110010 |
Color Harmonies of #DB2330
Complementary color
Monochromatic Colors of #DB2330
Black with #DB2330
Text Example
Text Example
White with #DB2330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2330; }
p { color: rgb(219,35,48); }
H1.HeaderClassName
{
color: #DB2330;
}
.AnyTagClassName
{
color: #DB2330;
}
</style>
background-color css
<style>
a { background-color: #DB2330; }
a { background-color: rgb(219,35,48); }
div.DivClassName
{
background-color: #DB2330;
}
.BgClassName
{
background-color: #DB2330;
}
</style>
border-color css
<style>
span { border-color: #DB2330; }
span { border-color: rgb(219,35,48); }
td.TdClassName
{
border-color: #DB2330;
}
.TagClassName
{
border-color: #DB2330;
}
</style>