Shades of Crimson #DB0446
Tints of Crimson #DB0446
RGB
CMYK
RGB Variations
Color information
#DB0446 (or 0xDB0446) is known color: Crimson. HEX triplet: DB, 04 and 46. RGB value is (219,4,70). Sum of RGB (Red+Green+Blue) = 219+4+70=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0446 is #24FBB9. Grayscale: #4B4B4B. Windows color (decimal): -2423738 or 4588763. OLE color: 4588763.
HSL color Cylindrical-coordinate representation of color #DB0446: hue angle of 341.58º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0446 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 70 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.14 |
| HSL | 341.58º | 0.96% | 0.44% | - |
| HSV(B) | 341.58º | 0.98% | 0.86% | - |
| XYZ | 30.36 | 15.59 | 7.2 | - |
| YUV | 75.81 | 124.73 | 230.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 70 | 0 | 0.98 | 0.68 | 0.14 | 341.58 | 0.96 | 0.44 |
| Hex | DB | 4 | 46 | 0 | 62 | 44 | E | 156 | 60 | 2C |
| Octal | 333 | 4 | 106 | 0 | 142 | 104 | 16 | 526 | 140 | 54 |
| Binary | 11011011 | 100 | 1000110 | 0 | 1100010 | 1000100 | 1110 | 101010110 | 1100000 | 101100 |
Color Harmonies of #DB0446
Complementary color
Monochromatic Colors of #DB0446
Black with #DB0446
Text Example
Text Example
White with #DB0446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0446; }
p { color: rgb(219,4,70); }
H1.HeaderClassName
{
color: #DB0446;
}
.AnyTagClassName
{
color: #DB0446;
}
</style>
background-color css
<style>
a { background-color: #DB0446; }
a { background-color: rgb(219,4,70); }
div.DivClassName
{
background-color: #DB0446;
}
.BgClassName
{
background-color: #DB0446;
}
</style>
border-color css
<style>
span { border-color: #DB0446; }
span { border-color: rgb(219,4,70); }
td.TdClassName
{
border-color: #DB0446;
}
.TagClassName
{
border-color: #DB0446;
}
</style>