Shades of Crimson #DB1149
Tints of Crimson #DB1149
RGB
CMYK
RGB Variations
Color information
#DB1149 (or 0xDB1149) is known color: Crimson. HEX triplet: DB, 11 and 49. RGB value is (219,17,73). Sum of RGB (Red+Green+Blue) = 219+17+73=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1149 is #24EEB6. Grayscale: #535353. Windows color (decimal): -2420407 or 4788699. OLE color: 4788699.
HSL color Cylindrical-coordinate representation of color #DB1149: hue angle of 343.37º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1149 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 73 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.14 |
| HSL | 343.37º | 0.86% | 0.46% | - |
| HSV(B) | 343.37º | 0.92% | 0.86% | - |
| XYZ | 30.62 | 15.94 | 7.77 | - |
| YUV | 83.78 | 121.92 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 73 | 0 | 0.92 | 0.67 | 0.14 | 343.37 | 0.86 | 0.46 |
| Hex | DB | 11 | 49 | 0 | 5C | 43 | E | 157 | 56 | 2E |
| Octal | 333 | 21 | 111 | 0 | 134 | 103 | 16 | 527 | 126 | 56 |
| Binary | 11011011 | 10001 | 1001001 | 0 | 1011100 | 1000011 | 1110 | 101010111 | 1010110 | 101110 |
Color Harmonies of #DB1149
Complementary color
Monochromatic Colors of #DB1149
Black with #DB1149
Text Example
Text Example
White with #DB1149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1149; }
p { color: rgb(219,17,73); }
H1.HeaderClassName
{
color: #DB1149;
}
.AnyTagClassName
{
color: #DB1149;
}
</style>
background-color css
<style>
a { background-color: #DB1149; }
a { background-color: rgb(219,17,73); }
div.DivClassName
{
background-color: #DB1149;
}
.BgClassName
{
background-color: #DB1149;
}
</style>
border-color css
<style>
span { border-color: #DB1149; }
span { border-color: rgb(219,17,73); }
td.TdClassName
{
border-color: #DB1149;
}
.TagClassName
{
border-color: #DB1149;
}
</style>