Shades of Crimson #DB112E
Tints of Crimson #DB112E
RGB
CMYK
RGB Variations
Color information
#DB112E (or 0xDB112E) is known color: Crimson. HEX triplet: DB, 11 and 2E. RGB value is (219,17,46). Sum of RGB (Red+Green+Blue) = 219+17+46=282 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.66% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 219 - color contains mainly: red. Hex color #DB112E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB112E is #24EED1. Grayscale: #505050. Windows color (decimal): -2420434 or 3019227. OLE color: 3019227.
HSL color Cylindrical-coordinate representation of color #DB112E: hue angle of 351.39º 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 #DB112E is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 46 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.14 |
| HSL | 351.39º | 0.86% | 0.46% | - |
| HSV(B) | 351.39º | 0.92% | 0.86% | - |
| XYZ | 29.91 | 15.66 | 4.03 | - |
| YUV | 80.7 | 108.42 | 226.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 46 | 0 | 0.92 | 0.79 | 0.14 | 351.39 | 0.86 | 0.46 |
| Hex | DB | 11 | 2E | 0 | 5C | 4F | E | 15F | 56 | 2E |
| Octal | 333 | 21 | 56 | 0 | 134 | 117 | 16 | 537 | 126 | 56 |
| Binary | 11011011 | 10001 | 101110 | 0 | 1011100 | 1001111 | 1110 | 101011111 | 1010110 | 101110 |
Color Harmonies of #DB112E
Complementary color
Monochromatic Colors of #DB112E
Black with #DB112E
Text Example
Text Example
White with #DB112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB112E; }
p { color: rgb(219,17,46); }
H1.HeaderClassName
{
color: #DB112E;
}
.AnyTagClassName
{
color: #DB112E;
}
</style>
background-color css
<style>
a { background-color: #DB112E; }
a { background-color: rgb(219,17,46); }
div.DivClassName
{
background-color: #DB112E;
}
.BgClassName
{
background-color: #DB112E;
}
</style>
border-color css
<style>
span { border-color: #DB112E; }
span { border-color: rgb(219,17,46); }
td.TdClassName
{
border-color: #DB112E;
}
.TagClassName
{
border-color: #DB112E;
}
</style>