Shades of Crimson #DB113F
Tints of Crimson #DB113F
RGB
CMYK
RGB Variations
Color information
#DB113F (or 0xDB113F) is known color: Crimson. HEX triplet: DB, 11 and 3F. RGB value is (219,17,63). Sum of RGB (Red+Green+Blue) = 219+17+63=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB113F is #24EEC0. Grayscale: #525252. Windows color (decimal): -2420417 or 4133339. OLE color: 4133339.
HSL color Cylindrical-coordinate representation of color #DB113F: hue angle of 346.34º 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 #DB113F is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 63 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.14 |
| HSL | 346.34º | 0.86% | 0.46% | - |
| HSV(B) | 346.34º | 0.92% | 0.86% | - |
| XYZ | 30.31 | 15.82 | 6.16 | - |
| YUV | 82.64 | 116.92 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 63 | 0 | 0.92 | 0.71 | 0.14 | 346.34 | 0.86 | 0.46 |
| Hex | DB | 11 | 3F | 0 | 5C | 47 | E | 15A | 56 | 2E |
| Octal | 333 | 21 | 77 | 0 | 134 | 107 | 16 | 532 | 126 | 56 |
| Binary | 11011011 | 10001 | 111111 | 0 | 1011100 | 1000111 | 1110 | 101011010 | 1010110 | 101110 |
Color Harmonies of #DB113F
Complementary color
Monochromatic Colors of #DB113F
Black with #DB113F
Text Example
Text Example
White with #DB113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB113F; }
p { color: rgb(219,17,63); }
H1.HeaderClassName
{
color: #DB113F;
}
.AnyTagClassName
{
color: #DB113F;
}
</style>
background-color css
<style>
a { background-color: #DB113F; }
a { background-color: rgb(219,17,63); }
div.DivClassName
{
background-color: #DB113F;
}
.BgClassName
{
background-color: #DB113F;
}
</style>
border-color css
<style>
span { border-color: #DB113F; }
span { border-color: rgb(219,17,63); }
td.TdClassName
{
border-color: #DB113F;
}
.TagClassName
{
border-color: #DB113F;
}
</style>