Shades of Crimson #DB0D37
Tints of Crimson #DB0D37
RGB
CMYK
RGB Variations
Color information
#DB0D37 (or 0xDB0D37) is known color: Crimson. HEX triplet: DB, 0D and 37. RGB value is (219,13,55). Sum of RGB (Red+Green+Blue) = 219+13+55=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0D37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0D37 is #24F2C8. Grayscale: #4F4F4F. Windows color (decimal): -2421449 or 3608027. OLE color: 3608027.
HSL color Cylindrical-coordinate representation of color #DB0D37: hue angle of 347.77º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0D37 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 55 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.14 |
| HSL | 347.77º | 0.89% | 0.45% | - |
| HSV(B) | 347.77º | 0.94% | 0.86% | - |
| XYZ | 30.05 | 15.62 | 5.05 | - |
| YUV | 79.38 | 114.25 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 55 | 0 | 0.94 | 0.75 | 0.14 | 347.77 | 0.89 | 0.45 |
| Hex | DB | D | 37 | 0 | 5E | 4B | E | 15C | 59 | 2D |
| Octal | 333 | 15 | 67 | 0 | 136 | 113 | 16 | 534 | 131 | 55 |
| Binary | 11011011 | 1101 | 110111 | 0 | 1011110 | 1001011 | 1110 | 101011100 | 1011001 | 101101 |
Color Harmonies of #DB0D37
Complementary color
Monochromatic Colors of #DB0D37
Black with #DB0D37
Text Example
Text Example
White with #DB0D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0D37; }
p { color: rgb(219,13,55); }
H1.HeaderClassName
{
color: #DB0D37;
}
.AnyTagClassName
{
color: #DB0D37;
}
</style>
background-color css
<style>
a { background-color: #DB0D37; }
a { background-color: rgb(219,13,55); }
div.DivClassName
{
background-color: #DB0D37;
}
.BgClassName
{
background-color: #DB0D37;
}
</style>
border-color css
<style>
span { border-color: #DB0D37; }
span { border-color: rgb(219,13,55); }
td.TdClassName
{
border-color: #DB0D37;
}
.TagClassName
{
border-color: #DB0D37;
}
</style>