Shades of Crimson #DB164B
Tints of Crimson #DB164B
RGB
CMYK
RGB Variations
Color information
#DB164B (or 0xDB164B) is known color: Crimson. HEX triplet: DB, 16 and 4B. RGB value is (219,22,75). Sum of RGB (Red+Green+Blue) = 219+22+75=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB164B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB164B is #24E9B4. Grayscale: #565656. Windows color (decimal): -2419125 or 4921051. OLE color: 4921051.
HSL color Cylindrical-coordinate representation of color #DB164B: hue angle of 343.86º 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 #DB164B is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 75 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.14 |
| HSL | 343.86º | 0.82% | 0.47% | - |
| HSV(B) | 343.86º | 0.9% | 0.86% | - |
| XYZ | 30.77 | 16.14 | 8.15 | - |
| YUV | 86.95 | 121.27 | 222.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 75 | 0 | 0.90 | 0.66 | 0.14 | 343.86 | 0.82 | 0.47 |
| Hex | DB | 16 | 4B | 0 | 5A | 42 | E | 158 | 52 | 2F |
| Octal | 333 | 26 | 113 | 0 | 132 | 102 | 16 | 530 | 122 | 57 |
| Binary | 11011011 | 10110 | 1001011 | 0 | 1011010 | 1000010 | 1110 | 101011000 | 1010010 | 101111 |
Color Harmonies of #DB164B
Complementary color
Monochromatic Colors of #DB164B
Black with #DB164B
Text Example
Text Example
White with #DB164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB164B; }
p { color: rgb(219,22,75); }
H1.HeaderClassName
{
color: #DB164B;
}
.AnyTagClassName
{
color: #DB164B;
}
</style>
background-color css
<style>
a { background-color: #DB164B; }
a { background-color: rgb(219,22,75); }
div.DivClassName
{
background-color: #DB164B;
}
.BgClassName
{
background-color: #DB164B;
}
</style>
border-color css
<style>
span { border-color: #DB164B; }
span { border-color: rgb(219,22,75); }
td.TdClassName
{
border-color: #DB164B;
}
.TagClassName
{
border-color: #DB164B;
}
</style>