Shades of Crimson #DB0645
Tints of Crimson #DB0645
RGB
CMYK
RGB Variations
Color information
#DB0645 (or 0xDB0645) is known color: Crimson. HEX triplet: DB, 06 and 45. RGB value is (219,6,69). Sum of RGB (Red+Green+Blue) = 219+6+69=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0645 is #24F9BA. Grayscale: #4C4C4C. Windows color (decimal): -2423227 or 4523739. OLE color: 4523739.
HSL color Cylindrical-coordinate representation of color #DB0645: hue angle of 342.25º degrees, saturation: 0.95, 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 #DB0645 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 69 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.14 |
| HSL | 342.25º | 0.95% | 0.44% | - |
| HSV(B) | 342.25º | 0.97% | 0.86% | - |
| XYZ | 30.35 | 15.62 | 7.05 | - |
| YUV | 76.87 | 123.57 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 69 | 0 | 0.97 | 0.68 | 0.14 | 342.25 | 0.95 | 0.44 |
| Hex | DB | 6 | 45 | 0 | 61 | 44 | E | 156 | 5F | 2C |
| Octal | 333 | 6 | 105 | 0 | 141 | 104 | 16 | 526 | 137 | 54 |
| Binary | 11011011 | 110 | 1000101 | 0 | 1100001 | 1000100 | 1110 | 101010110 | 1011111 | 101100 |
Color Harmonies of #DB0645
Complementary color
Monochromatic Colors of #DB0645
Black with #DB0645
Text Example
Text Example
White with #DB0645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0645; }
p { color: rgb(219,6,69); }
H1.HeaderClassName
{
color: #DB0645;
}
.AnyTagClassName
{
color: #DB0645;
}
</style>
background-color css
<style>
a { background-color: #DB0645; }
a { background-color: rgb(219,6,69); }
div.DivClassName
{
background-color: #DB0645;
}
.BgClassName
{
background-color: #DB0645;
}
</style>
border-color css
<style>
span { border-color: #DB0645; }
span { border-color: rgb(219,6,69); }
td.TdClassName
{
border-color: #DB0645;
}
.TagClassName
{
border-color: #DB0645;
}
</style>