Shades of Crimson #DB2140
Tints of Crimson #DB2140
RGB
CMYK
RGB Variations
Color information
#DB2140 (or 0xDB2140) is known color: Crimson. HEX triplet: DB, 21 and 40. RGB value is (219,33,64). Sum of RGB (Red+Green+Blue) = 219+33+64=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2140 is #24DEBF. Grayscale: #5C5C5C. Windows color (decimal): -2416320 or 4202971. OLE color: 4202971.
HSL color Cylindrical-coordinate representation of color #DB2140: hue angle of 350º degrees, saturation: 0.74, 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 #DB2140 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 64 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.14 |
| HSL | 350º | 0.74% | 0.49% | - |
| HSV(B) | 350º | 0.85% | 0.86% | - |
| XYZ | 30.68 | 16.52 | 6.42 | - |
| YUV | 92.15 | 112.12 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 64 | 0 | 0.85 | 0.71 | 0.14 | 350 | 0.74 | 0.49 |
| Hex | DB | 21 | 40 | 0 | 55 | 47 | E | 15E | 4A | 31 |
| Octal | 333 | 41 | 100 | 0 | 125 | 107 | 16 | 536 | 112 | 61 |
| Binary | 11011011 | 100001 | 1000000 | 0 | 1010101 | 1000111 | 1110 | 101011110 | 1001010 | 110001 |
Color Harmonies of #DB2140
Complementary color
Monochromatic Colors of #DB2140
Black with #DB2140
Text Example
Text Example
White with #DB2140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2140; }
p { color: rgb(219,33,64); }
H1.HeaderClassName
{
color: #DB2140;
}
.AnyTagClassName
{
color: #DB2140;
}
</style>
background-color css
<style>
a { background-color: #DB2140; }
a { background-color: rgb(219,33,64); }
div.DivClassName
{
background-color: #DB2140;
}
.BgClassName
{
background-color: #DB2140;
}
</style>
border-color css
<style>
span { border-color: #DB2140; }
span { border-color: rgb(219,33,64); }
td.TdClassName
{
border-color: #DB2140;
}
.TagClassName
{
border-color: #DB2140;
}
</style>