Shades of Crimson #DB0D39
Tints of Crimson #DB0D39
RGB
CMYK
RGB Variations
Color information
#DB0D39 (or 0xDB0D39) is known color: Crimson. HEX triplet: DB, 0D and 39. RGB value is (219,13,57). Sum of RGB (Red+Green+Blue) = 219+13+57=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0D39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0D39 is #24F2C6. Grayscale: #4F4F4F. Windows color (decimal): -2421447 or 3739099. OLE color: 3739099.
HSL color Cylindrical-coordinate representation of color #DB0D39: hue angle of 347.18º 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 #DB0D39 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 57 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.14 |
| HSL | 347.18º | 0.89% | 0.45% | - |
| HSV(B) | 347.18º | 0.94% | 0.86% | - |
| XYZ | 30.1 | 15.64 | 5.3 | - |
| YUV | 79.61 | 115.25 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 57 | 0 | 0.94 | 0.74 | 0.14 | 347.18 | 0.89 | 0.45 |
| Hex | DB | D | 39 | 0 | 5E | 4A | E | 15B | 59 | 2D |
| Octal | 333 | 15 | 71 | 0 | 136 | 112 | 16 | 533 | 131 | 55 |
| Binary | 11011011 | 1101 | 111001 | 0 | 1011110 | 1001010 | 1110 | 101011011 | 1011001 | 101101 |
Color Harmonies of #DB0D39
Complementary color
Monochromatic Colors of #DB0D39
Black with #DB0D39
Text Example
Text Example
White with #DB0D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0D39; }
p { color: rgb(219,13,57); }
H1.HeaderClassName
{
color: #DB0D39;
}
.AnyTagClassName
{
color: #DB0D39;
}
</style>
background-color css
<style>
a { background-color: #DB0D39; }
a { background-color: rgb(219,13,57); }
div.DivClassName
{
background-color: #DB0D39;
}
.BgClassName
{
background-color: #DB0D39;
}
</style>
border-color css
<style>
span { border-color: #DB0D39; }
span { border-color: rgb(219,13,57); }
td.TdClassName
{
border-color: #DB0D39;
}
.TagClassName
{
border-color: #DB0D39;
}
</style>