Shades of Crimson #DB0931
Tints of Crimson #DB0931
RGB
CMYK
RGB Variations
Color information
#DB0931 (or 0xDB0931) is known color: Crimson. HEX triplet: DB, 09 and 31. RGB value is (219,9,49). Sum of RGB (Red+Green+Blue) = 219+9+49=277 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.06% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0931 is #24F6CE. Grayscale: #4C4C4C. Windows color (decimal): -2422479 or 3213787. OLE color: 3213787.
HSL color Cylindrical-coordinate representation of color #DB0931: hue angle of 348.57º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0931 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 49 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.14 |
| HSL | 348.57º | 0.92% | 0.45% | - |
| HSV(B) | 348.57º | 0.96% | 0.86% | - |
| XYZ | 29.87 | 15.48 | 4.32 | - |
| YUV | 76.35 | 112.57 | 229.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 49 | 0 | 0.96 | 0.78 | 0.14 | 348.57 | 0.92 | 0.45 |
| Hex | DB | 9 | 31 | 0 | 60 | 4E | E | 15D | 5C | 2D |
| Octal | 333 | 11 | 61 | 0 | 140 | 116 | 16 | 535 | 134 | 55 |
| Binary | 11011011 | 1001 | 110001 | 0 | 1100000 | 1001110 | 1110 | 101011101 | 1011100 | 101101 |
Color Harmonies of #DB0931
Complementary color
Monochromatic Colors of #DB0931
Black with #DB0931
Text Example
Text Example
White with #DB0931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0931; }
p { color: rgb(219,9,49); }
H1.HeaderClassName
{
color: #DB0931;
}
.AnyTagClassName
{
color: #DB0931;
}
</style>
background-color css
<style>
a { background-color: #DB0931; }
a { background-color: rgb(219,9,49); }
div.DivClassName
{
background-color: #DB0931;
}
.BgClassName
{
background-color: #DB0931;
}
</style>
border-color css
<style>
span { border-color: #DB0931; }
span { border-color: rgb(219,9,49); }
td.TdClassName
{
border-color: #DB0931;
}
.TagClassName
{
border-color: #DB0931;
}
</style>