Shades of Alizarin #DB2326
Tints of Alizarin #DB2326
RGB
CMYK
RGB Variations
Color information
#DB2326 (or 0xDB2326) is known color: Alizarin. HEX triplet: DB, 23 and 26. RGB value is (219,35,38). Sum of RGB (Red+Green+Blue) = 219+35+38=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2326 is #24DCD9. Grayscale: #5A5A5A. Windows color (decimal): -2415834 or 2499547. OLE color: 2499547.
HSL color Cylindrical-coordinate representation of color #DB2326: hue angle of 359.02º 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 #DB2326 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 38 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.14 |
| HSL | 359.02º | 0.72% | 0.5% | - |
| HSV(B) | 359.02º | 0.84% | 0.86% | - |
| XYZ | 30.16 | 16.4 | 3.41 | - |
| YUV | 90.36 | 98.46 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 38 | 0 | 0.84 | 0.83 | 0.14 | 359.02 | 0.72 | 0.5 |
| Hex | DB | 23 | 26 | 0 | 54 | 53 | E | 167 | 48 | 32 |
| Octal | 333 | 43 | 46 | 0 | 124 | 123 | 16 | 547 | 110 | 62 |
| Binary | 11011011 | 100011 | 100110 | 0 | 1010100 | 1010011 | 1110 | 101100111 | 1001000 | 110010 |
Color Harmonies of #DB2326
Complementary color
Monochromatic Colors of #DB2326
Black with #DB2326
Text Example
Text Example
White with #DB2326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2326; }
p { color: rgb(219,35,38); }
H1.HeaderClassName
{
color: #DB2326;
}
.AnyTagClassName
{
color: #DB2326;
}
</style>
background-color css
<style>
a { background-color: #DB2326; }
a { background-color: rgb(219,35,38); }
div.DivClassName
{
background-color: #DB2326;
}
.BgClassName
{
background-color: #DB2326;
}
</style>
border-color css
<style>
span { border-color: #DB2326; }
span { border-color: rgb(219,35,38); }
td.TdClassName
{
border-color: #DB2326;
}
.TagClassName
{
border-color: #DB2326;
}
</style>