Shades of Crimson #DB173F
Tints of Crimson #DB173F
RGB
CMYK
RGB Variations
Color information
#DB173F (or 0xDB173F) is known color: Crimson. HEX triplet: DB, 17 and 3F. RGB value is (219,23,63). Sum of RGB (Red+Green+Blue) = 219+23+63=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB173F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB173F is #24E8C0. Grayscale: #565656. Windows color (decimal): -2418881 or 4134875. OLE color: 4134875.
HSL color Cylindrical-coordinate representation of color #DB173F: hue angle of 347.76º 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 #DB173F is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 63 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.14 |
| HSL | 347.76º | 0.81% | 0.47% | - |
| HSV(B) | 347.76º | 0.89% | 0.86% | - |
| XYZ | 30.42 | 16.03 | 6.19 | - |
| YUV | 86.16 | 114.93 | 222.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 63 | 0 | 0.89 | 0.71 | 0.14 | 347.76 | 0.81 | 0.47 |
| Hex | DB | 17 | 3F | 0 | 59 | 47 | E | 15C | 51 | 2F |
| Octal | 333 | 27 | 77 | 0 | 131 | 107 | 16 | 534 | 121 | 57 |
| Binary | 11011011 | 10111 | 111111 | 0 | 1011001 | 1000111 | 1110 | 101011100 | 1010001 | 101111 |
Color Harmonies of #DB173F
Complementary color
Monochromatic Colors of #DB173F
Black with #DB173F
Text Example
Text Example
White with #DB173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB173F; }
p { color: rgb(219,23,63); }
H1.HeaderClassName
{
color: #DB173F;
}
.AnyTagClassName
{
color: #DB173F;
}
</style>
background-color css
<style>
a { background-color: #DB173F; }
a { background-color: rgb(219,23,63); }
div.DivClassName
{
background-color: #DB173F;
}
.BgClassName
{
background-color: #DB173F;
}
</style>
border-color css
<style>
span { border-color: #DB173F; }
span { border-color: rgb(219,23,63); }
td.TdClassName
{
border-color: #DB173F;
}
.TagClassName
{
border-color: #DB173F;
}
</style>