Shades of Crimson #DB112B
Tints of Crimson #DB112B
RGB
CMYK
RGB Variations
Color information
#DB112B (or 0xDB112B) is known color: Crimson. HEX triplet: DB, 11 and 2B. RGB value is (219,17,43). Sum of RGB (Red+Green+Blue) = 219+17+43=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB112B is #24EED4. Grayscale: #505050. Windows color (decimal): -2420437 or 2822619. OLE color: 2822619.
HSL color Cylindrical-coordinate representation of color #DB112B: hue angle of 352.28º 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 #DB112B is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 43 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.14 |
| HSL | 352.28º | 0.86% | 0.46% | - |
| HSV(B) | 352.28º | 0.92% | 0.86% | - |
| XYZ | 29.85 | 15.64 | 3.73 | - |
| YUV | 80.36 | 106.92 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 43 | 0 | 0.92 | 0.80 | 0.14 | 352.28 | 0.86 | 0.46 |
| Hex | DB | 11 | 2B | 0 | 5C | 50 | E | 160 | 56 | 2E |
| Octal | 333 | 21 | 53 | 0 | 134 | 120 | 16 | 540 | 126 | 56 |
| Binary | 11011011 | 10001 | 101011 | 0 | 1011100 | 1010000 | 1110 | 101100000 | 1010110 | 101110 |
Color Harmonies of #DB112B
Complementary color
Monochromatic Colors of #DB112B
Black with #DB112B
Text Example
Text Example
White with #DB112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB112B; }
p { color: rgb(219,17,43); }
H1.HeaderClassName
{
color: #DB112B;
}
.AnyTagClassName
{
color: #DB112B;
}
</style>
background-color css
<style>
a { background-color: #DB112B; }
a { background-color: rgb(219,17,43); }
div.DivClassName
{
background-color: #DB112B;
}
.BgClassName
{
background-color: #DB112B;
}
</style>
border-color css
<style>
span { border-color: #DB112B; }
span { border-color: rgb(219,17,43); }
td.TdClassName
{
border-color: #DB112B;
}
.TagClassName
{
border-color: #DB112B;
}
</style>