Shades of Crimson #DB0031
Tints of Crimson #DB0031
RGB
CMYK
RGB Variations
Color information
#DB0031 (or 0xDB0031) is known color: Crimson. HEX triplet: DB, 00 and 31. RGB value is (219,0,49). Sum of RGB (Red+Green+Blue) = 219+0+49=268 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.72% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0031 is #24FFCE. Grayscale: #474747. Windows color (decimal): -2424783 or 3211483. OLE color: 3211483.
HSL color Cylindrical-coordinate representation of color #DB0031: hue angle of 346.58º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0031 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.78 | 0.14 |
| HSL | 346.58º | 1% | 0.43% | - |
| HSV(B) | 346.58º | 1% | 0.86% | - |
| XYZ | 29.77 | 15.28 | 4.29 | - |
| YUV | 71.07 | 115.55 | 233.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 49 | 0 | 1 | 0.78 | 0.14 | 346.58 | 1 | 0.43 |
| Hex | DB | 0 | 31 | 0 | 64 | 4E | E | 15B | 64 | 2B |
| Octal | 333 | 0 | 61 | 0 | 144 | 116 | 16 | 533 | 144 | 53 |
| Binary | 11011011 | 0 | 110001 | 0 | 1100100 | 1001110 | 1110 | 101011011 | 1100100 | 101011 |
Color Harmonies of #DB0031
Complementary color
Monochromatic Colors of #DB0031
Black with #DB0031
Text Example
Text Example
White with #DB0031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0031; }
p { color: rgb(219,0,49); }
H1.HeaderClassName
{
color: #DB0031;
}
.AnyTagClassName
{
color: #DB0031;
}
</style>
background-color css
<style>
a { background-color: #DB0031; }
a { background-color: rgb(219,0,49); }
div.DivClassName
{
background-color: #DB0031;
}
.BgClassName
{
background-color: #DB0031;
}
</style>
border-color css
<style>
span { border-color: #DB0031; }
span { border-color: rgb(219,0,49); }
td.TdClassName
{
border-color: #DB0031;
}
.TagClassName
{
border-color: #DB0031;
}
</style>