Shades of Crimson #DB2045
Tints of Crimson #DB2045
RGB
CMYK
RGB Variations
Color information
#DB2045 (or 0xDB2045) is known color: Crimson. HEX triplet: DB, 20 and 45. RGB value is (219,32,69). Sum of RGB (Red+Green+Blue) = 219+32+69=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2045 is #24DFBA. Grayscale: #5C5C5C. Windows color (decimal): -2416571 or 4530395. OLE color: 4530395.
HSL color Cylindrical-coordinate representation of color #DB2045: hue angle of 348.13º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2045 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 69 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.14 |
| HSL | 348.13º | 0.75% | 0.49% | - |
| HSV(B) | 348.13º | 0.85% | 0.86% | - |
| XYZ | 30.8 | 16.52 | 7.2 | - |
| YUV | 92.13 | 114.95 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 69 | 0 | 0.85 | 0.68 | 0.14 | 348.13 | 0.75 | 0.49 |
| Hex | DB | 20 | 45 | 0 | 55 | 44 | E | 15C | 4B | 31 |
| Octal | 333 | 40 | 105 | 0 | 125 | 104 | 16 | 534 | 113 | 61 |
| Binary | 11011011 | 100000 | 1000101 | 0 | 1010101 | 1000100 | 1110 | 101011100 | 1001011 | 110001 |
Color Harmonies of #DB2045
Complementary color
Monochromatic Colors of #DB2045
Black with #DB2045
Text Example
Text Example
White with #DB2045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2045; }
p { color: rgb(219,32,69); }
H1.HeaderClassName
{
color: #DB2045;
}
.AnyTagClassName
{
color: #DB2045;
}
</style>
background-color css
<style>
a { background-color: #DB2045; }
a { background-color: rgb(219,32,69); }
div.DivClassName
{
background-color: #DB2045;
}
.BgClassName
{
background-color: #DB2045;
}
</style>
border-color css
<style>
span { border-color: #DB2045; }
span { border-color: rgb(219,32,69); }
td.TdClassName
{
border-color: #DB2045;
}
.TagClassName
{
border-color: #DB2045;
}
</style>