Shades of Crimson #DB0E47
Tints of Crimson #DB0E47
RGB
CMYK
RGB Variations
Color information
#DB0E47 (or 0xDB0E47) is known color: Crimson. HEX triplet: DB, 0E and 47. RGB value is (219,14,71). Sum of RGB (Red+Green+Blue) = 219+14+71=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0E47 is #24F1B8. Grayscale: #515151. Windows color (decimal): -2421177 or 4656859. OLE color: 4656859.
HSL color Cylindrical-coordinate representation of color #DB0E47: hue angle of 343.32º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0E47 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 71 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.14 |
| HSL | 343.32º | 0.88% | 0.46% | - |
| HSV(B) | 343.32º | 0.94% | 0.86% | - |
| XYZ | 30.51 | 15.83 | 7.41 | - |
| YUV | 81.79 | 121.92 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 71 | 0 | 0.94 | 0.68 | 0.14 | 343.32 | 0.88 | 0.46 |
| Hex | DB | E | 47 | 0 | 5E | 44 | E | 157 | 58 | 2E |
| Octal | 333 | 16 | 107 | 0 | 136 | 104 | 16 | 527 | 130 | 56 |
| Binary | 11011011 | 1110 | 1000111 | 0 | 1011110 | 1000100 | 1110 | 101010111 | 1011000 | 101110 |
Color Harmonies of #DB0E47
Complementary color
Monochromatic Colors of #DB0E47
Black with #DB0E47
Text Example
Text Example
White with #DB0E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0E47; }
p { color: rgb(219,14,71); }
H1.HeaderClassName
{
color: #DB0E47;
}
.AnyTagClassName
{
color: #DB0E47;
}
</style>
background-color css
<style>
a { background-color: #DB0E47; }
a { background-color: rgb(219,14,71); }
div.DivClassName
{
background-color: #DB0E47;
}
.BgClassName
{
background-color: #DB0E47;
}
</style>
border-color css
<style>
span { border-color: #DB0E47; }
span { border-color: rgb(219,14,71); }
td.TdClassName
{
border-color: #DB0E47;
}
.TagClassName
{
border-color: #DB0E47;
}
</style>