Shades of Crimson #DB1131
Tints of Crimson #DB1131
RGB
CMYK
RGB Variations
Color information
#DB1131 (or 0xDB1131) is known color: Crimson. HEX triplet: DB, 11 and 31. RGB value is (219,17,49). Sum of RGB (Red+Green+Blue) = 219+17+49=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1131 is #24EECE. Grayscale: #515151. Windows color (decimal): -2420431 or 3215835. OLE color: 3215835.
HSL color Cylindrical-coordinate representation of color #DB1131: hue angle of 350.5º 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 #DB1131 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 49 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.14 |
| HSL | 350.5º | 0.86% | 0.46% | - |
| HSV(B) | 350.5º | 0.92% | 0.86% | - |
| XYZ | 29.97 | 15.68 | 4.35 | - |
| YUV | 81.05 | 109.92 | 226.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 49 | 0 | 0.92 | 0.78 | 0.14 | 350.5 | 0.86 | 0.46 |
| Hex | DB | 11 | 31 | 0 | 5C | 4E | E | 15E | 56 | 2E |
| Octal | 333 | 21 | 61 | 0 | 134 | 116 | 16 | 536 | 126 | 56 |
| Binary | 11011011 | 10001 | 110001 | 0 | 1011100 | 1001110 | 1110 | 101011110 | 1010110 | 101110 |
Color Harmonies of #DB1131
Complementary color
Monochromatic Colors of #DB1131
Black with #DB1131
Text Example
Text Example
White with #DB1131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1131; }
p { color: rgb(219,17,49); }
H1.HeaderClassName
{
color: #DB1131;
}
.AnyTagClassName
{
color: #DB1131;
}
</style>
background-color css
<style>
a { background-color: #DB1131; }
a { background-color: rgb(219,17,49); }
div.DivClassName
{
background-color: #DB1131;
}
.BgClassName
{
background-color: #DB1131;
}
</style>
border-color css
<style>
span { border-color: #DB1131; }
span { border-color: rgb(219,17,49); }
td.TdClassName
{
border-color: #DB1131;
}
.TagClassName
{
border-color: #DB1131;
}
</style>