Shades of Crimson #DB0745
Tints of Crimson #DB0745
RGB
CMYK
RGB Variations
Color information
#DB0745 (or 0xDB0745) is known color: Crimson. HEX triplet: DB, 07 and 45. RGB value is (219,7,69). Sum of RGB (Red+Green+Blue) = 219+7+69=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0745 is #24F8BA. Grayscale: #4D4D4D. Windows color (decimal): -2422971 or 4523995. OLE color: 4523995.
HSL color Cylindrical-coordinate representation of color #DB0745: hue angle of 342.45º 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 #DB0745 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 69 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.14 |
| HSL | 342.45º | 0.94% | 0.44% | - |
| HSV(B) | 342.45º | 0.97% | 0.86% | - |
| XYZ | 30.36 | 15.64 | 7.05 | - |
| YUV | 77.46 | 123.24 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 69 | 0 | 0.97 | 0.68 | 0.14 | 342.45 | 0.94 | 0.44 |
| Hex | DB | 7 | 45 | 0 | 61 | 44 | E | 156 | 5E | 2C |
| Octal | 333 | 7 | 105 | 0 | 141 | 104 | 16 | 526 | 136 | 54 |
| Binary | 11011011 | 111 | 1000101 | 0 | 1100001 | 1000100 | 1110 | 101010110 | 1011110 | 101100 |
Color Harmonies of #DB0745
Complementary color
Monochromatic Colors of #DB0745
Black with #DB0745
Text Example
Text Example
White with #DB0745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0745; }
p { color: rgb(219,7,69); }
H1.HeaderClassName
{
color: #DB0745;
}
.AnyTagClassName
{
color: #DB0745;
}
</style>
background-color css
<style>
a { background-color: #DB0745; }
a { background-color: rgb(219,7,69); }
div.DivClassName
{
background-color: #DB0745;
}
.BgClassName
{
background-color: #DB0745;
}
</style>
border-color css
<style>
span { border-color: #DB0745; }
span { border-color: rgb(219,7,69); }
td.TdClassName
{
border-color: #DB0745;
}
.TagClassName
{
border-color: #DB0745;
}
</style>