Shades of Crimson #DB1049
Tints of Crimson #DB1049
RGB
CMYK
RGB Variations
Color information
#DB1049 (or 0xDB1049) is known color: Crimson. HEX triplet: DB, 10 and 49. RGB value is (219,16,73). Sum of RGB (Red+Green+Blue) = 219+16+73=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1049 is #24EFB6. Grayscale: #535353. Windows color (decimal): -2420663 or 4788443. OLE color: 4788443.
HSL color Cylindrical-coordinate representation of color #DB1049: hue angle of 343.15º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB1049 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 73 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.14 |
| HSL | 343.15º | 0.86% | 0.46% | - |
| HSV(B) | 343.15º | 0.93% | 0.86% | - |
| XYZ | 30.6 | 15.91 | 7.76 | - |
| YUV | 83.2 | 122.25 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 73 | 0 | 0.93 | 0.67 | 0.14 | 343.15 | 0.86 | 0.46 |
| Hex | DB | 10 | 49 | 0 | 5D | 43 | E | 157 | 56 | 2E |
| Octal | 333 | 20 | 111 | 0 | 135 | 103 | 16 | 527 | 126 | 56 |
| Binary | 11011011 | 10000 | 1001001 | 0 | 1011101 | 1000011 | 1110 | 101010111 | 1010110 | 101110 |
Color Harmonies of #DB1049
Complementary color
Monochromatic Colors of #DB1049
Black with #DB1049
Text Example
Text Example
White with #DB1049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1049; }
p { color: rgb(219,16,73); }
H1.HeaderClassName
{
color: #DB1049;
}
.AnyTagClassName
{
color: #DB1049;
}
</style>
background-color css
<style>
a { background-color: #DB1049; }
a { background-color: rgb(219,16,73); }
div.DivClassName
{
background-color: #DB1049;
}
.BgClassName
{
background-color: #DB1049;
}
</style>
border-color css
<style>
span { border-color: #DB1049; }
span { border-color: rgb(219,16,73); }
td.TdClassName
{
border-color: #DB1049;
}
.TagClassName
{
border-color: #DB1049;
}
</style>