Shades of Crimson #DB0746
Tints of Crimson #DB0746
RGB
CMYK
RGB Variations
Color information
#DB0746 (or 0xDB0746) is known color: Crimson. HEX triplet: DB, 07 and 46. RGB value is (219,7,70). Sum of RGB (Red+Green+Blue) = 219+7+70=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0746 is #24F8B9. Grayscale: #4D4D4D. Windows color (decimal): -2422970 or 4589531. OLE color: 4589531.
HSL color Cylindrical-coordinate representation of color #DB0746: hue angle of 342.17º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0746 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 70 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.14 |
| HSL | 342.17º | 0.94% | 0.44% | - |
| HSV(B) | 342.17º | 0.97% | 0.86% | - |
| XYZ | 30.39 | 15.65 | 7.21 | - |
| YUV | 77.57 | 123.74 | 228.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 70 | 0 | 0.97 | 0.68 | 0.14 | 342.17 | 0.94 | 0.44 |
| Hex | DB | 7 | 46 | 0 | 61 | 44 | E | 156 | 5E | 2C |
| Octal | 333 | 7 | 106 | 0 | 141 | 104 | 16 | 526 | 136 | 54 |
| Binary | 11011011 | 111 | 1000110 | 0 | 1100001 | 1000100 | 1110 | 101010110 | 1011110 | 101100 |
Color Harmonies of #DB0746
Complementary color
Monochromatic Colors of #DB0746
Black with #DB0746
Text Example
Text Example
White with #DB0746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0746; }
p { color: rgb(219,7,70); }
H1.HeaderClassName
{
color: #DB0746;
}
.AnyTagClassName
{
color: #DB0746;
}
</style>
background-color css
<style>
a { background-color: #DB0746; }
a { background-color: rgb(219,7,70); }
div.DivClassName
{
background-color: #DB0746;
}
.BgClassName
{
background-color: #DB0746;
}
</style>
border-color css
<style>
span { border-color: #DB0746; }
span { border-color: rgb(219,7,70); }
td.TdClassName
{
border-color: #DB0746;
}
.TagClassName
{
border-color: #DB0746;
}
</style>