Shades of Alizarin #DB313A
Tints of Alizarin #DB313A
RGB
CMYK
RGB Variations
Color information
#DB313A (or 0xDB313A) is known color: Alizarin. HEX triplet: DB, 31 and 3A. RGB value is (219,49,58). Sum of RGB (Red+Green+Blue) = 219+49+58=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB313A is #24CEC5. Grayscale: #646464. Windows color (decimal): -2412230 or 3813851. OLE color: 3813851.
HSL color Cylindrical-coordinate representation of color #DB313A: hue angle of 356.82º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB313A is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 58 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.14 |
| HSL | 356.82º | 0.7% | 0.53% | - |
| HSV(B) | 356.82º | 0.78% | 0.86% | - |
| XYZ | 31.08 | 17.56 | 5.75 | - |
| YUV | 100.86 | 103.82 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 58 | 0 | 0.78 | 0.74 | 0.14 | 356.82 | 0.7 | 0.53 |
| Hex | DB | 31 | 3A | 0 | 4E | 4A | E | 165 | 46 | 35 |
| Octal | 333 | 61 | 72 | 0 | 116 | 112 | 16 | 545 | 106 | 65 |
| Binary | 11011011 | 110001 | 111010 | 0 | 1001110 | 1001010 | 1110 | 101100101 | 1000110 | 110101 |
Color Harmonies of #DB313A
Complementary color
Monochromatic Colors of #DB313A
Black with #DB313A
Text Example
Text Example
White with #DB313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB313A; }
p { color: rgb(219,49,58); }
H1.HeaderClassName
{
color: #DB313A;
}
.AnyTagClassName
{
color: #DB313A;
}
</style>
background-color css
<style>
a { background-color: #DB313A; }
a { background-color: rgb(219,49,58); }
div.DivClassName
{
background-color: #DB313A;
}
.BgClassName
{
background-color: #DB313A;
}
</style>
border-color css
<style>
span { border-color: #DB313A; }
span { border-color: rgb(219,49,58); }
td.TdClassName
{
border-color: #DB313A;
}
.TagClassName
{
border-color: #DB313A;
}
</style>