Shades of Crimson #DB173A
Tints of Crimson #DB173A
RGB
CMYK
RGB Variations
Color information
#DB173A (or 0xDB173A) is known color: Crimson. HEX triplet: DB, 17 and 3A. RGB value is (219,23,58). Sum of RGB (Red+Green+Blue) = 219+23+58=300 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 219 - color contains mainly: red. Hex color #DB173A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB173A is #24E8C5. Grayscale: #555555. Windows color (decimal): -2418886 or 3807195. OLE color: 3807195.
HSL color Cylindrical-coordinate representation of color #DB173A: hue angle of 349.29º 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 #DB173A is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 58 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.14 |
| HSL | 349.29º | 0.81% | 0.47% | - |
| HSV(B) | 349.29º | 0.89% | 0.86% | - |
| XYZ | 30.28 | 15.98 | 5.49 | - |
| YUV | 85.59 | 112.43 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 58 | 0 | 0.89 | 0.74 | 0.14 | 349.29 | 0.81 | 0.47 |
| Hex | DB | 17 | 3A | 0 | 59 | 4A | E | 15D | 51 | 2F |
| Octal | 333 | 27 | 72 | 0 | 131 | 112 | 16 | 535 | 121 | 57 |
| Binary | 11011011 | 10111 | 111010 | 0 | 1011001 | 1001010 | 1110 | 101011101 | 1010001 | 101111 |
Color Harmonies of #DB173A
Complementary color
Monochromatic Colors of #DB173A
Black with #DB173A
Text Example
Text Example
White with #DB173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB173A; }
p { color: rgb(219,23,58); }
H1.HeaderClassName
{
color: #DB173A;
}
.AnyTagClassName
{
color: #DB173A;
}
</style>
background-color css
<style>
a { background-color: #DB173A; }
a { background-color: rgb(219,23,58); }
div.DivClassName
{
background-color: #DB173A;
}
.BgClassName
{
background-color: #DB173A;
}
</style>
border-color css
<style>
span { border-color: #DB173A; }
span { border-color: rgb(219,23,58); }
td.TdClassName
{
border-color: #DB173A;
}
.TagClassName
{
border-color: #DB173A;
}
</style>