Shades of Crimson #DB113D
Tints of Crimson #DB113D
RGB
CMYK
RGB Variations
Color information
#DB113D (or 0xDB113D) is known color: Crimson. HEX triplet: DB, 11 and 3D. RGB value is (219,17,61). Sum of RGB (Red+Green+Blue) = 219+17+61=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB113D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB113D is #24EEC2. Grayscale: #525252. Windows color (decimal): -2420419 or 4002267. OLE color: 4002267.
HSL color Cylindrical-coordinate representation of color #DB113D: hue angle of 346.93º 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 #DB113D is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 61 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.14 |
| HSL | 346.93º | 0.86% | 0.46% | - |
| HSV(B) | 346.93º | 0.92% | 0.86% | - |
| XYZ | 30.26 | 15.8 | 5.87 | - |
| YUV | 82.41 | 115.92 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 61 | 0 | 0.92 | 0.72 | 0.14 | 346.93 | 0.86 | 0.46 |
| Hex | DB | 11 | 3D | 0 | 5C | 48 | E | 15B | 56 | 2E |
| Octal | 333 | 21 | 75 | 0 | 134 | 110 | 16 | 533 | 126 | 56 |
| Binary | 11011011 | 10001 | 111101 | 0 | 1011100 | 1001000 | 1110 | 101011011 | 1010110 | 101110 |
Color Harmonies of #DB113D
Complementary color
Monochromatic Colors of #DB113D
Black with #DB113D
Text Example
Text Example
White with #DB113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB113D; }
p { color: rgb(219,17,61); }
H1.HeaderClassName
{
color: #DB113D;
}
.AnyTagClassName
{
color: #DB113D;
}
</style>
background-color css
<style>
a { background-color: #DB113D; }
a { background-color: rgb(219,17,61); }
div.DivClassName
{
background-color: #DB113D;
}
.BgClassName
{
background-color: #DB113D;
}
</style>
border-color css
<style>
span { border-color: #DB113D; }
span { border-color: rgb(219,17,61); }
td.TdClassName
{
border-color: #DB113D;
}
.TagClassName
{
border-color: #DB113D;
}
</style>