Shades of Crimson #DB0948
Tints of Crimson #DB0948
RGB
CMYK
RGB Variations
Color information
#DB0948 (or 0xDB0948) is known color: Crimson. HEX triplet: DB, 09 and 48. RGB value is (219,9,72). Sum of RGB (Red+Green+Blue) = 219+9+72=300 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0948 is #24F6B7. Grayscale: #4E4E4E. Windows color (decimal): -2422456 or 4721115. OLE color: 4721115.
HSL color Cylindrical-coordinate representation of color #DB0948: hue angle of 342º 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 #DB0948 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 72 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.14 |
| HSL | 342º | 0.92% | 0.45% | - |
| HSV(B) | 342º | 0.96% | 0.86% | - |
| XYZ | 30.48 | 15.72 | 7.56 | - |
| YUV | 78.97 | 124.07 | 227.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 72 | 0 | 0.96 | 0.67 | 0.14 | 342 | 0.92 | 0.45 |
| Hex | DB | 9 | 48 | 0 | 60 | 43 | E | 156 | 5C | 2D |
| Octal | 333 | 11 | 110 | 0 | 140 | 103 | 16 | 526 | 134 | 55 |
| Binary | 11011011 | 1001 | 1001000 | 0 | 1100000 | 1000011 | 1110 | 101010110 | 1011100 | 101101 |
Color Harmonies of #DB0948
Complementary color
Monochromatic Colors of #DB0948
Black with #DB0948
Text Example
Text Example
White with #DB0948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0948; }
p { color: rgb(219,9,72); }
H1.HeaderClassName
{
color: #DB0948;
}
.AnyTagClassName
{
color: #DB0948;
}
</style>
background-color css
<style>
a { background-color: #DB0948; }
a { background-color: rgb(219,9,72); }
div.DivClassName
{
background-color: #DB0948;
}
.BgClassName
{
background-color: #DB0948;
}
</style>
border-color css
<style>
span { border-color: #DB0948; }
span { border-color: rgb(219,9,72); }
td.TdClassName
{
border-color: #DB0948;
}
.TagClassName
{
border-color: #DB0948;
}
</style>