Shades of Crimson #DB0846
Tints of Crimson #DB0846
RGB
CMYK
RGB Variations
Color information
#DB0846 (or 0xDB0846) is known color: Crimson. HEX triplet: DB, 08 and 46. RGB value is (219,8,70). Sum of RGB (Red+Green+Blue) = 219+8+70=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0846 is #24F7B9. Grayscale: #4E4E4E. Windows color (decimal): -2422714 or 4589787. OLE color: 4589787.
HSL color Cylindrical-coordinate representation of color #DB0846: hue angle of 342.37º degrees, saturation: 0.93, 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 #DB0846 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 70 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.14 |
| HSL | 342.37º | 0.93% | 0.45% | - |
| HSV(B) | 342.37º | 0.96% | 0.86% | - |
| XYZ | 30.41 | 15.68 | 7.22 | - |
| YUV | 78.16 | 123.4 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 70 | 0 | 0.96 | 0.68 | 0.14 | 342.37 | 0.93 | 0.45 |
| Hex | DB | 8 | 46 | 0 | 60 | 44 | E | 156 | 5D | 2D |
| Octal | 333 | 10 | 106 | 0 | 140 | 104 | 16 | 526 | 135 | 55 |
| Binary | 11011011 | 1000 | 1000110 | 0 | 1100000 | 1000100 | 1110 | 101010110 | 1011101 | 101101 |
Color Harmonies of #DB0846
Complementary color
Monochromatic Colors of #DB0846
Black with #DB0846
Text Example
Text Example
White with #DB0846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0846; }
p { color: rgb(219,8,70); }
H1.HeaderClassName
{
color: #DB0846;
}
.AnyTagClassName
{
color: #DB0846;
}
</style>
background-color css
<style>
a { background-color: #DB0846; }
a { background-color: rgb(219,8,70); }
div.DivClassName
{
background-color: #DB0846;
}
.BgClassName
{
background-color: #DB0846;
}
</style>
border-color css
<style>
span { border-color: #DB0846; }
span { border-color: rgb(219,8,70); }
td.TdClassName
{
border-color: #DB0846;
}
.TagClassName
{
border-color: #DB0846;
}
</style>