Shades of Crimson #DB113A
Tints of Crimson #DB113A
RGB
CMYK
RGB Variations
Color information
#DB113A (or 0xDB113A) is known color: Crimson. HEX triplet: DB, 11 and 3A. RGB value is (219,17,58). Sum of RGB (Red+Green+Blue) = 219+17+58=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB113A is #24EEC5. Grayscale: #525252. Windows color (decimal): -2420422 or 3805659. OLE color: 3805659.
HSL color Cylindrical-coordinate representation of color #DB113A: hue angle of 347.82º 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 #DB113A is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 58 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.14 |
| HSL | 347.82º | 0.86% | 0.46% | - |
| HSV(B) | 347.82º | 0.92% | 0.86% | - |
| XYZ | 30.18 | 15.77 | 5.46 | - |
| YUV | 82.07 | 114.42 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 58 | 0 | 0.92 | 0.74 | 0.14 | 347.82 | 0.86 | 0.46 |
| Hex | DB | 11 | 3A | 0 | 5C | 4A | E | 15C | 56 | 2E |
| Octal | 333 | 21 | 72 | 0 | 134 | 112 | 16 | 534 | 126 | 56 |
| Binary | 11011011 | 10001 | 111010 | 0 | 1011100 | 1001010 | 1110 | 101011100 | 1010110 | 101110 |
Color Harmonies of #DB113A
Complementary color
Monochromatic Colors of #DB113A
Black with #DB113A
Text Example
Text Example
White with #DB113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB113A; }
p { color: rgb(219,17,58); }
H1.HeaderClassName
{
color: #DB113A;
}
.AnyTagClassName
{
color: #DB113A;
}
</style>
background-color css
<style>
a { background-color: #DB113A; }
a { background-color: rgb(219,17,58); }
div.DivClassName
{
background-color: #DB113A;
}
.BgClassName
{
background-color: #DB113A;
}
</style>
border-color css
<style>
span { border-color: #DB113A; }
span { border-color: rgb(219,17,58); }
td.TdClassName
{
border-color: #DB113A;
}
.TagClassName
{
border-color: #DB113A;
}
</style>