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