Shades of Crimson #DB0047
Tints of Crimson #DB0047
RGB
CMYK
RGB Variations
Color information
#DB0047 (or 0xDB0047) is known color: Crimson. HEX triplet: DB, 00 and 47. RGB value is (219,0,71). Sum of RGB (Red+Green+Blue) = 219+0+71=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0047 is #24FFB8. Grayscale: #494949. Windows color (decimal): -2424761 or 4653275. OLE color: 4653275.
HSL color Cylindrical-coordinate representation of color #DB0047: hue angle of 340.55º 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 #DB0047 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.68 | 0.14 |
| HSL | 340.55º | 1% | 0.43% | - |
| HSV(B) | 340.55º | 1% | 0.86% | - |
| XYZ | 30.35 | 15.52 | 7.36 | - |
| YUV | 73.58 | 126.55 | 231.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 71 | 0 | 1 | 0.68 | 0.14 | 340.55 | 1 | 0.43 |
| Hex | DB | 0 | 47 | 0 | 64 | 44 | E | 155 | 64 | 2B |
| Octal | 333 | 0 | 107 | 0 | 144 | 104 | 16 | 525 | 144 | 53 |
| Binary | 11011011 | 0 | 1000111 | 0 | 1100100 | 1000100 | 1110 | 101010101 | 1100100 | 101011 |
Color Harmonies of #DB0047
Complementary color
Monochromatic Colors of #DB0047
Black with #DB0047
Text Example
Text Example
White with #DB0047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0047; }
p { color: rgb(219,0,71); }
H1.HeaderClassName
{
color: #DB0047;
}
.AnyTagClassName
{
color: #DB0047;
}
</style>
background-color css
<style>
a { background-color: #DB0047; }
a { background-color: rgb(219,0,71); }
div.DivClassName
{
background-color: #DB0047;
}
.BgClassName
{
background-color: #DB0047;
}
</style>
border-color css
<style>
span { border-color: #DB0047; }
span { border-color: rgb(219,0,71); }
td.TdClassName
{
border-color: #DB0047;
}
.TagClassName
{
border-color: #DB0047;
}
</style>