Shades of Crimson #DB0045
Tints of Crimson #DB0045
RGB
CMYK
RGB Variations
Color information
#DB0045 (or 0xDB0045) is known color: Crimson. HEX triplet: DB, 00 and 45. RGB value is (219,0,69). Sum of RGB (Red+Green+Blue) = 219+0+69=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0045 is #24FFBA. Grayscale: #494949. Windows color (decimal): -2424763 or 4522203. OLE color: 4522203.
HSL color Cylindrical-coordinate representation of color #DB0045: hue angle of 341.1º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0045 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.68 | 0.14 |
| HSL | 341.1º | 1% | 0.43% | - |
| HSV(B) | 341.1º | 1% | 0.86% | - |
| XYZ | 30.29 | 15.49 | 7.02 | - |
| YUV | 73.35 | 125.55 | 231.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 69 | 0 | 1 | 0.68 | 0.14 | 341.1 | 1 | 0.43 |
| Hex | DB | 0 | 45 | 0 | 64 | 44 | E | 155 | 64 | 2B |
| Octal | 333 | 0 | 105 | 0 | 144 | 104 | 16 | 525 | 144 | 53 |
| Binary | 11011011 | 0 | 1000101 | 0 | 1100100 | 1000100 | 1110 | 101010101 | 1100100 | 101011 |
Color Harmonies of #DB0045
Complementary color
Monochromatic Colors of #DB0045
Black with #DB0045
Text Example
Text Example
White with #DB0045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0045; }
p { color: rgb(219,0,69); }
H1.HeaderClassName
{
color: #DB0045;
}
.AnyTagClassName
{
color: #DB0045;
}
</style>
background-color css
<style>
a { background-color: #DB0045; }
a { background-color: rgb(219,0,69); }
div.DivClassName
{
background-color: #DB0045;
}
.BgClassName
{
background-color: #DB0045;
}
</style>
border-color css
<style>
span { border-color: #DB0045; }
span { border-color: rgb(219,0,69); }
td.TdClassName
{
border-color: #DB0045;
}
.TagClassName
{
border-color: #DB0045;
}
</style>