Shades of Crimson #DB1046
Tints of Crimson #DB1046
RGB
CMYK
RGB Variations
Color information
#DB1046 (or 0xDB1046) is known color: Crimson. HEX triplet: DB, 10 and 46. RGB value is (219,16,70). Sum of RGB (Red+Green+Blue) = 219+16+70=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1046 is #24EFB9. Grayscale: #525252. Windows color (decimal): -2420666 or 4591835. OLE color: 4591835.
HSL color Cylindrical-coordinate representation of color #DB1046: hue angle of 344.04º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB1046 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 70 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.14 |
| HSL | 344.04º | 0.86% | 0.46% | - |
| HSV(B) | 344.04º | 0.93% | 0.86% | - |
| XYZ | 30.5 | 15.87 | 7.25 | - |
| YUV | 82.85 | 120.75 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 70 | 0 | 0.93 | 0.68 | 0.14 | 344.04 | 0.86 | 0.46 |
| Hex | DB | 10 | 46 | 0 | 5D | 44 | E | 158 | 56 | 2E |
| Octal | 333 | 20 | 106 | 0 | 135 | 104 | 16 | 530 | 126 | 56 |
| Binary | 11011011 | 10000 | 1000110 | 0 | 1011101 | 1000100 | 1110 | 101011000 | 1010110 | 101110 |
Color Harmonies of #DB1046
Complementary color
Monochromatic Colors of #DB1046
Black with #DB1046
Text Example
Text Example
White with #DB1046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1046; }
p { color: rgb(219,16,70); }
H1.HeaderClassName
{
color: #DB1046;
}
.AnyTagClassName
{
color: #DB1046;
}
</style>
background-color css
<style>
a { background-color: #DB1046; }
a { background-color: rgb(219,16,70); }
div.DivClassName
{
background-color: #DB1046;
}
.BgClassName
{
background-color: #DB1046;
}
</style>
border-color css
<style>
span { border-color: #DB1046; }
span { border-color: rgb(219,16,70); }
td.TdClassName
{
border-color: #DB1046;
}
.TagClassName
{
border-color: #DB1046;
}
</style>