Shades of Crimson #DB2047
Tints of Crimson #DB2047
RGB
CMYK
RGB Variations
Color information
#DB2047 (or 0xDB2047) is known color: Crimson. HEX triplet: DB, 20 and 47. RGB value is (219,32,71). Sum of RGB (Red+Green+Blue) = 219+32+71=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2047 is #24DFB8. Grayscale: #5C5C5C. Windows color (decimal): -2416569 or 4661467. OLE color: 4661467.
HSL color Cylindrical-coordinate representation of color #DB2047: hue angle of 347.49º 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 #DB2047 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 71 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.14 |
| HSL | 347.49º | 0.75% | 0.49% | - |
| HSV(B) | 347.49º | 0.85% | 0.86% | - |
| XYZ | 30.87 | 16.55 | 7.53 | - |
| YUV | 92.36 | 115.95 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 71 | 0 | 0.85 | 0.68 | 0.14 | 347.49 | 0.75 | 0.49 |
| Hex | DB | 20 | 47 | 0 | 55 | 44 | E | 15B | 4B | 31 |
| Octal | 333 | 40 | 107 | 0 | 125 | 104 | 16 | 533 | 113 | 61 |
| Binary | 11011011 | 100000 | 1000111 | 0 | 1010101 | 1000100 | 1110 | 101011011 | 1001011 | 110001 |
Color Harmonies of #DB2047
Complementary color
Monochromatic Colors of #DB2047
Black with #DB2047
Text Example
Text Example
White with #DB2047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2047; }
p { color: rgb(219,32,71); }
H1.HeaderClassName
{
color: #DB2047;
}
.AnyTagClassName
{
color: #DB2047;
}
</style>
background-color css
<style>
a { background-color: #DB2047; }
a { background-color: rgb(219,32,71); }
div.DivClassName
{
background-color: #DB2047;
}
.BgClassName
{
background-color: #DB2047;
}
</style>
border-color css
<style>
span { border-color: #DB2047; }
span { border-color: rgb(219,32,71); }
td.TdClassName
{
border-color: #DB2047;
}
.TagClassName
{
border-color: #DB2047;
}
</style>