Shades of Crimson #DB0944
Tints of Crimson #DB0944
RGB
CMYK
RGB Variations
Color information
#DB0944 (or 0xDB0944) is known color: Crimson. HEX triplet: DB, 09 and 44. RGB value is (219,9,68). Sum of RGB (Red+Green+Blue) = 219+9+68=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0944 is #24F6BB. Grayscale: #4E4E4E. Windows color (decimal): -2422460 or 4458971. OLE color: 4458971.
HSL color Cylindrical-coordinate representation of color #DB0944: hue angle of 343.14º 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 #DB0944 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 68 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.14 |
| HSL | 343.14º | 0.92% | 0.45% | - |
| HSV(B) | 343.14º | 0.96% | 0.86% | - |
| XYZ | 30.35 | 15.67 | 6.89 | - |
| YUV | 78.52 | 122.07 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 68 | 0 | 0.96 | 0.69 | 0.14 | 343.14 | 0.92 | 0.45 |
| Hex | DB | 9 | 44 | 0 | 60 | 45 | E | 157 | 5C | 2D |
| Octal | 333 | 11 | 104 | 0 | 140 | 105 | 16 | 527 | 134 | 55 |
| Binary | 11011011 | 1001 | 1000100 | 0 | 1100000 | 1000101 | 1110 | 101010111 | 1011100 | 101101 |
Color Harmonies of #DB0944
Complementary color
Monochromatic Colors of #DB0944
Black with #DB0944
Text Example
Text Example
White with #DB0944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0944; }
p { color: rgb(219,9,68); }
H1.HeaderClassName
{
color: #DB0944;
}
.AnyTagClassName
{
color: #DB0944;
}
</style>
background-color css
<style>
a { background-color: #DB0944; }
a { background-color: rgb(219,9,68); }
div.DivClassName
{
background-color: #DB0944;
}
.BgClassName
{
background-color: #DB0944;
}
</style>
border-color css
<style>
span { border-color: #DB0944; }
span { border-color: rgb(219,9,68); }
td.TdClassName
{
border-color: #DB0944;
}
.TagClassName
{
border-color: #DB0944;
}
</style>