Shades of Crimson #DB113E
Tints of Crimson #DB113E
RGB
CMYK
RGB Variations
Color information
#DB113E (or 0xDB113E) is known color: Crimson. HEX triplet: DB, 11 and 3E. RGB value is (219,17,62). Sum of RGB (Red+Green+Blue) = 219+17+62=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB113E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB113E is #24EEC1. Grayscale: #525252. Windows color (decimal): -2420418 or 4067803. OLE color: 4067803.
HSL color Cylindrical-coordinate representation of color #DB113E: hue angle of 346.63º 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 #DB113E is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 62 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.14 |
| HSL | 346.63º | 0.86% | 0.46% | - |
| HSV(B) | 346.63º | 0.92% | 0.86% | - |
| XYZ | 30.28 | 15.81 | 6.01 | - |
| YUV | 82.53 | 116.42 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 62 | 0 | 0.92 | 0.72 | 0.14 | 346.63 | 0.86 | 0.46 |
| Hex | DB | 11 | 3E | 0 | 5C | 48 | E | 15B | 56 | 2E |
| Octal | 333 | 21 | 76 | 0 | 134 | 110 | 16 | 533 | 126 | 56 |
| Binary | 11011011 | 10001 | 111110 | 0 | 1011100 | 1001000 | 1110 | 101011011 | 1010110 | 101110 |
Color Harmonies of #DB113E
Complementary color
Monochromatic Colors of #DB113E
Black with #DB113E
Text Example
Text Example
White with #DB113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB113E; }
p { color: rgb(219,17,62); }
H1.HeaderClassName
{
color: #DB113E;
}
.AnyTagClassName
{
color: #DB113E;
}
</style>
background-color css
<style>
a { background-color: #DB113E; }
a { background-color: rgb(219,17,62); }
div.DivClassName
{
background-color: #DB113E;
}
.BgClassName
{
background-color: #DB113E;
}
</style>
border-color css
<style>
span { border-color: #DB113E; }
span { border-color: rgb(219,17,62); }
td.TdClassName
{
border-color: #DB113E;
}
.TagClassName
{
border-color: #DB113E;
}
</style>