Shades of Crimson #DB184C
Tints of Crimson #DB184C
RGB
CMYK
RGB Variations
Color information
#DB184C (or 0xDB184C) is known color: Crimson. HEX triplet: DB, 18 and 4C. RGB value is (219,24,76). Sum of RGB (Red+Green+Blue) = 219+24+76=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB184C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB184C is #24E7B3. Grayscale: #585858. Windows color (decimal): -2418612 or 4987099. OLE color: 4987099.
HSL color Cylindrical-coordinate representation of color #DB184C: hue angle of 344º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB184C is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 76 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.14 |
| HSL | 344º | 0.8% | 0.48% | - |
| HSV(B) | 344º | 0.89% | 0.86% | - |
| XYZ | 30.84 | 16.24 | 8.35 | - |
| YUV | 88.23 | 121.1 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 76 | 0 | 0.89 | 0.65 | 0.14 | 344 | 0.8 | 0.48 |
| Hex | DB | 18 | 4C | 0 | 59 | 41 | E | 158 | 50 | 30 |
| Octal | 333 | 30 | 114 | 0 | 131 | 101 | 16 | 530 | 120 | 60 |
| Binary | 11011011 | 11000 | 1001100 | 0 | 1011001 | 1000001 | 1110 | 101011000 | 1010000 | 110000 |
Color Harmonies of #DB184C
Complementary color
Monochromatic Colors of #DB184C
Black with #DB184C
Text Example
Text Example
White with #DB184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB184C; }
p { color: rgb(219,24,76); }
H1.HeaderClassName
{
color: #DB184C;
}
.AnyTagClassName
{
color: #DB184C;
}
</style>
background-color css
<style>
a { background-color: #DB184C; }
a { background-color: rgb(219,24,76); }
div.DivClassName
{
background-color: #DB184C;
}
.BgClassName
{
background-color: #DB184C;
}
</style>
border-color css
<style>
span { border-color: #DB184C; }
span { border-color: rgb(219,24,76); }
td.TdClassName
{
border-color: #DB184C;
}
.TagClassName
{
border-color: #DB184C;
}
</style>