Shades of Alizarin #DB1C31
Tints of Alizarin #DB1C31
RGB
CMYK
RGB Variations
Color information
#DB1C31 (or 0xDB1C31) is known color: Alizarin. HEX triplet: DB, 1C and 31. RGB value is (219,28,49). Sum of RGB (Red+Green+Blue) = 219+28+49=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1C31 is #24E3CE. Grayscale: #575757. Windows color (decimal): -2417615 or 3218651. OLE color: 3218651.
HSL color Cylindrical-coordinate representation of color #DB1C31: hue angle of 353.4º 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 #DB1C31 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 49 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.14 |
| HSL | 353.4º | 0.77% | 0.48% | - |
| HSV(B) | 353.4º | 0.87% | 0.86% | - |
| XYZ | 30.18 | 16.11 | 4.42 | - |
| YUV | 87.5 | 106.28 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 49 | 0 | 0.87 | 0.78 | 0.14 | 353.4 | 0.77 | 0.48 |
| Hex | DB | 1C | 31 | 0 | 57 | 4E | E | 161 | 4D | 30 |
| Octal | 333 | 34 | 61 | 0 | 127 | 116 | 16 | 541 | 115 | 60 |
| Binary | 11011011 | 11100 | 110001 | 0 | 1010111 | 1001110 | 1110 | 101100001 | 1001101 | 110000 |
Color Harmonies of #DB1C31
Complementary color
Monochromatic Colors of #DB1C31
Black with #DB1C31
Text Example
Text Example
White with #DB1C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1C31; }
p { color: rgb(219,28,49); }
H1.HeaderClassName
{
color: #DB1C31;
}
.AnyTagClassName
{
color: #DB1C31;
}
</style>
background-color css
<style>
a { background-color: #DB1C31; }
a { background-color: rgb(219,28,49); }
div.DivClassName
{
background-color: #DB1C31;
}
.BgClassName
{
background-color: #DB1C31;
}
</style>
border-color css
<style>
span { border-color: #DB1C31; }
span { border-color: rgb(219,28,49); }
td.TdClassName
{
border-color: #DB1C31;
}
.TagClassName
{
border-color: #DB1C31;
}
</style>