Shades of Crimson #DB174E
Tints of Crimson #DB174E
RGB
CMYK
RGB Variations
Color information
#DB174E (or 0xDB174E) is known color: Crimson. HEX triplet: DB, 17 and 4E. RGB value is (219,23,78). Sum of RGB (Red+Green+Blue) = 219+23+78=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB174E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB174E is #24E8B1. Grayscale: #575757. Windows color (decimal): -2418866 or 5117915. OLE color: 5117915.
HSL color Cylindrical-coordinate representation of color #DB174E: hue angle of 343.16º 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 #DB174E is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 78 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.14 |
| HSL | 343.16º | 0.81% | 0.47% | - |
| HSV(B) | 343.16º | 0.89% | 0.86% | - |
| XYZ | 30.89 | 16.22 | 8.71 | - |
| YUV | 87.87 | 122.43 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 78 | 0 | 0.89 | 0.64 | 0.14 | 343.16 | 0.81 | 0.47 |
| Hex | DB | 17 | 4E | 0 | 59 | 40 | E | 157 | 51 | 2F |
| Octal | 333 | 27 | 116 | 0 | 131 | 100 | 16 | 527 | 121 | 57 |
| Binary | 11011011 | 10111 | 1001110 | 0 | 1011001 | 1000000 | 1110 | 101010111 | 1010001 | 101111 |
Color Harmonies of #DB174E
Complementary color
Monochromatic Colors of #DB174E
Black with #DB174E
Text Example
Text Example
White with #DB174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB174E; }
p { color: rgb(219,23,78); }
H1.HeaderClassName
{
color: #DB174E;
}
.AnyTagClassName
{
color: #DB174E;
}
</style>
background-color css
<style>
a { background-color: #DB174E; }
a { background-color: rgb(219,23,78); }
div.DivClassName
{
background-color: #DB174E;
}
.BgClassName
{
background-color: #DB174E;
}
</style>
border-color css
<style>
span { border-color: #DB174E; }
span { border-color: rgb(219,23,78); }
td.TdClassName
{
border-color: #DB174E;
}
.TagClassName
{
border-color: #DB174E;
}
</style>