Shades of Crimson #DB173D
Tints of Crimson #DB173D
RGB
CMYK
RGB Variations
Color information
#DB173D (or 0xDB173D) is known color: Crimson. HEX triplet: DB, 17 and 3D. RGB value is (219,23,61). Sum of RGB (Red+Green+Blue) = 219+23+61=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB173D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB173D is #24E8C2. Grayscale: #555555. Windows color (decimal): -2418883 or 4003803. OLE color: 4003803.
HSL color Cylindrical-coordinate representation of color #DB173D: hue angle of 348.37º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB173D is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 61 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.14 |
| HSL | 348.37º | 0.81% | 0.47% | - |
| HSV(B) | 348.37º | 0.89% | 0.86% | - |
| XYZ | 30.36 | 16.01 | 5.9 | - |
| YUV | 85.94 | 113.93 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 61 | 0 | 0.89 | 0.72 | 0.14 | 348.37 | 0.81 | 0.47 |
| Hex | DB | 17 | 3D | 0 | 59 | 48 | E | 15C | 51 | 2F |
| Octal | 333 | 27 | 75 | 0 | 131 | 110 | 16 | 534 | 121 | 57 |
| Binary | 11011011 | 10111 | 111101 | 0 | 1011001 | 1001000 | 1110 | 101011100 | 1010001 | 101111 |
Color Harmonies of #DB173D
Complementary color
Monochromatic Colors of #DB173D
Black with #DB173D
Text Example
Text Example
White with #DB173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB173D; }
p { color: rgb(219,23,61); }
H1.HeaderClassName
{
color: #DB173D;
}
.AnyTagClassName
{
color: #DB173D;
}
</style>
background-color css
<style>
a { background-color: #DB173D; }
a { background-color: rgb(219,23,61); }
div.DivClassName
{
background-color: #DB173D;
}
.BgClassName
{
background-color: #DB173D;
}
</style>
border-color css
<style>
span { border-color: #DB173D; }
span { border-color: rgb(219,23,61); }
td.TdClassName
{
border-color: #DB173D;
}
.TagClassName
{
border-color: #DB173D;
}
</style>