Shades of Crimson #DB0E37
Tints of Crimson #DB0E37
RGB
CMYK
RGB Variations
Color information
#DB0E37 (or 0xDB0E37) is known color: Crimson. HEX triplet: DB, 0E and 37. RGB value is (219,14,55). Sum of RGB (Red+Green+Blue) = 219+14+55=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0E37 is #24F1C8. Grayscale: #505050. Windows color (decimal): -2421193 or 3608283. OLE color: 3608283.
HSL color Cylindrical-coordinate representation of color #DB0E37: hue angle of 348º 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 #DB0E37 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 55 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.14 |
| HSL | 348º | 0.88% | 0.46% | - |
| HSV(B) | 348º | 0.94% | 0.86% | - |
| XYZ | 30.06 | 15.65 | 5.05 | - |
| YUV | 79.97 | 113.92 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 55 | 0 | 0.94 | 0.75 | 0.14 | 348 | 0.88 | 0.46 |
| Hex | DB | E | 37 | 0 | 5E | 4B | E | 15C | 58 | 2E |
| Octal | 333 | 16 | 67 | 0 | 136 | 113 | 16 | 534 | 130 | 56 |
| Binary | 11011011 | 1110 | 110111 | 0 | 1011110 | 1001011 | 1110 | 101011100 | 1011000 | 101110 |
Color Harmonies of #DB0E37
Complementary color
Monochromatic Colors of #DB0E37
Black with #DB0E37
Text Example
Text Example
White with #DB0E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0E37; }
p { color: rgb(219,14,55); }
H1.HeaderClassName
{
color: #DB0E37;
}
.AnyTagClassName
{
color: #DB0E37;
}
</style>
background-color css
<style>
a { background-color: #DB0E37; }
a { background-color: rgb(219,14,55); }
div.DivClassName
{
background-color: #DB0E37;
}
.BgClassName
{
background-color: #DB0E37;
}
</style>
border-color css
<style>
span { border-color: #DB0E37; }
span { border-color: rgb(219,14,55); }
td.TdClassName
{
border-color: #DB0E37;
}
.TagClassName
{
border-color: #DB0E37;
}
</style>