Shades of Crimson #DB163D
Tints of Crimson #DB163D
RGB
CMYK
RGB Variations
Color information
#DB163D (or 0xDB163D) is known color: Crimson. HEX triplet: DB, 16 and 3D. RGB value is (219,22,61). Sum of RGB (Red+Green+Blue) = 219+22+61=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB163D is #24E9C2. Grayscale: #555555. Windows color (decimal): -2419139 or 4003547. OLE color: 4003547.
HSL color Cylindrical-coordinate representation of color #DB163D: hue angle of 348.12º 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 #DB163D is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 61 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.14 |
| HSL | 348.12º | 0.82% | 0.47% | - |
| HSV(B) | 348.12º | 0.9% | 0.86% | - |
| XYZ | 30.34 | 15.97 | 5.9 | - |
| YUV | 85.35 | 114.27 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 61 | 0 | 0.90 | 0.72 | 0.14 | 348.12 | 0.82 | 0.47 |
| Hex | DB | 16 | 3D | 0 | 5A | 48 | E | 15C | 52 | 2F |
| Octal | 333 | 26 | 75 | 0 | 132 | 110 | 16 | 534 | 122 | 57 |
| Binary | 11011011 | 10110 | 111101 | 0 | 1011010 | 1001000 | 1110 | 101011100 | 1010010 | 101111 |
Color Harmonies of #DB163D
Complementary color
Monochromatic Colors of #DB163D
Black with #DB163D
Text Example
Text Example
White with #DB163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB163D; }
p { color: rgb(219,22,61); }
H1.HeaderClassName
{
color: #DB163D;
}
.AnyTagClassName
{
color: #DB163D;
}
</style>
background-color css
<style>
a { background-color: #DB163D; }
a { background-color: rgb(219,22,61); }
div.DivClassName
{
background-color: #DB163D;
}
.BgClassName
{
background-color: #DB163D;
}
</style>
border-color css
<style>
span { border-color: #DB163D; }
span { border-color: rgb(219,22,61); }
td.TdClassName
{
border-color: #DB163D;
}
.TagClassName
{
border-color: #DB163D;
}
</style>