Shades of Alizarin #DB1C32
Tints of Alizarin #DB1C32
RGB
CMYK
RGB Variations
Color information
#DB1C32 (or 0xDB1C32) is known color: Alizarin. HEX triplet: DB, 1C and 32. RGB value is (219,28,50). Sum of RGB (Red+Green+Blue) = 219+28+50=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1C32 is #24E3CD. Grayscale: #575757. Windows color (decimal): -2417614 or 3284187. OLE color: 3284187.
HSL color Cylindrical-coordinate representation of color #DB1C32: hue angle of 353.09º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1C32 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 50 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.14 |
| HSL | 353.09º | 0.77% | 0.48% | - |
| HSV(B) | 353.09º | 0.87% | 0.86% | - |
| XYZ | 30.2 | 16.12 | 4.54 | - |
| YUV | 87.62 | 106.78 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 50 | 0 | 0.87 | 0.77 | 0.14 | 353.09 | 0.77 | 0.48 |
| Hex | DB | 1C | 32 | 0 | 57 | 4D | E | 161 | 4D | 30 |
| Octal | 333 | 34 | 62 | 0 | 127 | 115 | 16 | 541 | 115 | 60 |
| Binary | 11011011 | 11100 | 110010 | 0 | 1010111 | 1001101 | 1110 | 101100001 | 1001101 | 110000 |
Color Harmonies of #DB1C32
Complementary color
Monochromatic Colors of #DB1C32
Black with #DB1C32
Text Example
Text Example
White with #DB1C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1C32; }
p { color: rgb(219,28,50); }
H1.HeaderClassName
{
color: #DB1C32;
}
.AnyTagClassName
{
color: #DB1C32;
}
</style>
background-color css
<style>
a { background-color: #DB1C32; }
a { background-color: rgb(219,28,50); }
div.DivClassName
{
background-color: #DB1C32;
}
.BgClassName
{
background-color: #DB1C32;
}
</style>
border-color css
<style>
span { border-color: #DB1C32; }
span { border-color: rgb(219,28,50); }
td.TdClassName
{
border-color: #DB1C32;
}
.TagClassName
{
border-color: #DB1C32;
}
</style>