Shades of Crimson #DB174B
Tints of Crimson #DB174B
RGB
CMYK
RGB Variations
Color information
#DB174B (or 0xDB174B) is known color: Crimson. HEX triplet: DB, 17 and 4B. RGB value is (219,23,75). Sum of RGB (Red+Green+Blue) = 219+23+75=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB174B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB174B is #24E8B4. Grayscale: #575757. Windows color (decimal): -2418869 or 4921307. OLE color: 4921307.
HSL color Cylindrical-coordinate representation of color #DB174B: hue angle of 344.08º 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 #DB174B is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 75 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.14 |
| HSL | 344.08º | 0.81% | 0.47% | - |
| HSV(B) | 344.08º | 0.89% | 0.86% | - |
| XYZ | 30.79 | 16.18 | 8.16 | - |
| YUV | 87.53 | 120.93 | 221.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 75 | 0 | 0.89 | 0.66 | 0.14 | 344.08 | 0.81 | 0.47 |
| Hex | DB | 17 | 4B | 0 | 59 | 42 | E | 158 | 51 | 2F |
| Octal | 333 | 27 | 113 | 0 | 131 | 102 | 16 | 530 | 121 | 57 |
| Binary | 11011011 | 10111 | 1001011 | 0 | 1011001 | 1000010 | 1110 | 101011000 | 1010001 | 101111 |
Color Harmonies of #DB174B
Complementary color
Monochromatic Colors of #DB174B
Black with #DB174B
Text Example
Text Example
White with #DB174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB174B; }
p { color: rgb(219,23,75); }
H1.HeaderClassName
{
color: #DB174B;
}
.AnyTagClassName
{
color: #DB174B;
}
</style>
background-color css
<style>
a { background-color: #DB174B; }
a { background-color: rgb(219,23,75); }
div.DivClassName
{
background-color: #DB174B;
}
.BgClassName
{
background-color: #DB174B;
}
</style>
border-color css
<style>
span { border-color: #DB174B; }
span { border-color: rgb(219,23,75); }
td.TdClassName
{
border-color: #DB174B;
}
.TagClassName
{
border-color: #DB174B;
}
</style>