Shades of Crimson #DB0546
Tints of Crimson #DB0546
RGB
CMYK
RGB Variations
Color information
#DB0546 (or 0xDB0546) is known color: Crimson. HEX triplet: DB, 05 and 46. RGB value is (219,5,70). Sum of RGB (Red+Green+Blue) = 219+5+70=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0546 is #24FAB9. Grayscale: #4C4C4C. Windows color (decimal): -2423482 or 4589019. OLE color: 4589019.
HSL color Cylindrical-coordinate representation of color #DB0546: hue angle of 341.78º 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 #DB0546 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 70 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.14 |
| HSL | 341.78º | 0.96% | 0.44% | - |
| HSV(B) | 341.78º | 0.98% | 0.86% | - |
| XYZ | 30.37 | 15.61 | 7.21 | - |
| YUV | 76.4 | 124.4 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 70 | 0 | 0.98 | 0.68 | 0.14 | 341.78 | 0.96 | 0.44 |
| Hex | DB | 5 | 46 | 0 | 62 | 44 | E | 156 | 60 | 2C |
| Octal | 333 | 5 | 106 | 0 | 142 | 104 | 16 | 526 | 140 | 54 |
| Binary | 11011011 | 101 | 1000110 | 0 | 1100010 | 1000100 | 1110 | 101010110 | 1100000 | 101100 |
Color Harmonies of #DB0546
Complementary color
Monochromatic Colors of #DB0546
Black with #DB0546
Text Example
Text Example
White with #DB0546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0546; }
p { color: rgb(219,5,70); }
H1.HeaderClassName
{
color: #DB0546;
}
.AnyTagClassName
{
color: #DB0546;
}
</style>
background-color css
<style>
a { background-color: #DB0546; }
a { background-color: rgb(219,5,70); }
div.DivClassName
{
background-color: #DB0546;
}
.BgClassName
{
background-color: #DB0546;
}
</style>
border-color css
<style>
span { border-color: #DB0546; }
span { border-color: rgb(219,5,70); }
td.TdClassName
{
border-color: #DB0546;
}
.TagClassName
{
border-color: #DB0546;
}
</style>