Shades of Crimson #DB164D
Tints of Crimson #DB164D
RGB
CMYK
RGB Variations
Color information
#DB164D (or 0xDB164D) is known color: Crimson. HEX triplet: DB, 16 and 4D. RGB value is (219,22,77). Sum of RGB (Red+Green+Blue) = 219+22+77=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB164D is #24E9B2. Grayscale: #575757. Windows color (decimal): -2419123 or 5052123. OLE color: 5052123.
HSL color Cylindrical-coordinate representation of color #DB164D: hue angle of 343.25º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB164D is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 77 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.14 |
| HSL | 343.25º | 0.82% | 0.47% | - |
| HSV(B) | 343.25º | 0.9% | 0.86% | - |
| XYZ | 30.84 | 16.17 | 8.52 | - |
| YUV | 87.17 | 122.27 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 77 | 0 | 0.90 | 0.65 | 0.14 | 343.25 | 0.82 | 0.47 |
| Hex | DB | 16 | 4D | 0 | 5A | 41 | E | 157 | 52 | 2F |
| Octal | 333 | 26 | 115 | 0 | 132 | 101 | 16 | 527 | 122 | 57 |
| Binary | 11011011 | 10110 | 1001101 | 0 | 1011010 | 1000001 | 1110 | 101010111 | 1010010 | 101111 |
Color Harmonies of #DB164D
Complementary color
Monochromatic Colors of #DB164D
Black with #DB164D
Text Example
Text Example
White with #DB164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB164D; }
p { color: rgb(219,22,77); }
H1.HeaderClassName
{
color: #DB164D;
}
.AnyTagClassName
{
color: #DB164D;
}
</style>
background-color css
<style>
a { background-color: #DB164D; }
a { background-color: rgb(219,22,77); }
div.DivClassName
{
background-color: #DB164D;
}
.BgClassName
{
background-color: #DB164D;
}
</style>
border-color css
<style>
span { border-color: #DB164D; }
span { border-color: rgb(219,22,77); }
td.TdClassName
{
border-color: #DB164D;
}
.TagClassName
{
border-color: #DB164D;
}
</style>