Shades of Crimson #DB163B
Tints of Crimson #DB163B
RGB
CMYK
RGB Variations
Color information
#DB163B (or 0xDB163B) is known color: Crimson. HEX triplet: DB, 16 and 3B. RGB value is (219,22,59). Sum of RGB (Red+Green+Blue) = 219+22+59=300 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 219 - color contains mainly: red. Hex color #DB163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB163B is #24E9C4. Grayscale: #555555. Windows color (decimal): -2419141 or 3872475. OLE color: 3872475.
HSL color Cylindrical-coordinate representation of color #DB163B: hue angle of 348.73º 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 #DB163B is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 59 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.14 |
| HSL | 348.73º | 0.82% | 0.47% | - |
| HSV(B) | 348.73º | 0.9% | 0.86% | - |
| XYZ | 30.29 | 15.95 | 5.62 | - |
| YUV | 85.12 | 113.27 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 59 | 0 | 0.90 | 0.73 | 0.14 | 348.73 | 0.82 | 0.47 |
| Hex | DB | 16 | 3B | 0 | 5A | 49 | E | 15D | 52 | 2F |
| Octal | 333 | 26 | 73 | 0 | 132 | 111 | 16 | 535 | 122 | 57 |
| Binary | 11011011 | 10110 | 111011 | 0 | 1011010 | 1001001 | 1110 | 101011101 | 1010010 | 101111 |
Color Harmonies of #DB163B
Complementary color
Monochromatic Colors of #DB163B
Black with #DB163B
Text Example
Text Example
White with #DB163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB163B; }
p { color: rgb(219,22,59); }
H1.HeaderClassName
{
color: #DB163B;
}
.AnyTagClassName
{
color: #DB163B;
}
</style>
background-color css
<style>
a { background-color: #DB163B; }
a { background-color: rgb(219,22,59); }
div.DivClassName
{
background-color: #DB163B;
}
.BgClassName
{
background-color: #DB163B;
}
</style>
border-color css
<style>
span { border-color: #DB163B; }
span { border-color: rgb(219,22,59); }
td.TdClassName
{
border-color: #DB163B;
}
.TagClassName
{
border-color: #DB163B;
}
</style>