Shades of Crimson #DB113C
Tints of Crimson #DB113C
RGB
CMYK
RGB Variations
Color information
#DB113C (or 0xDB113C) is known color: Crimson. HEX triplet: DB, 11 and 3C. RGB value is (219,17,60). Sum of RGB (Red+Green+Blue) = 219+17+60=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB113C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB113C is #24EEC3. Grayscale: #525252. Windows color (decimal): -2420420 or 3936731. OLE color: 3936731.
HSL color Cylindrical-coordinate representation of color #DB113C: hue angle of 347.23º 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 #DB113C is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 60 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.14 |
| HSL | 347.23º | 0.86% | 0.46% | - |
| HSV(B) | 347.23º | 0.92% | 0.86% | - |
| XYZ | 30.23 | 15.79 | 5.73 | - |
| YUV | 82.3 | 115.42 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 60 | 0 | 0.92 | 0.73 | 0.14 | 347.23 | 0.86 | 0.46 |
| Hex | DB | 11 | 3C | 0 | 5C | 49 | E | 15B | 56 | 2E |
| Octal | 333 | 21 | 74 | 0 | 134 | 111 | 16 | 533 | 126 | 56 |
| Binary | 11011011 | 10001 | 111100 | 0 | 1011100 | 1001001 | 1110 | 101011011 | 1010110 | 101110 |
Color Harmonies of #DB113C
Complementary color
Monochromatic Colors of #DB113C
Black with #DB113C
Text Example
Text Example
White with #DB113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB113C; }
p { color: rgb(219,17,60); }
H1.HeaderClassName
{
color: #DB113C;
}
.AnyTagClassName
{
color: #DB113C;
}
</style>
background-color css
<style>
a { background-color: #DB113C; }
a { background-color: rgb(219,17,60); }
div.DivClassName
{
background-color: #DB113C;
}
.BgClassName
{
background-color: #DB113C;
}
</style>
border-color css
<style>
span { border-color: #DB113C; }
span { border-color: rgb(219,17,60); }
td.TdClassName
{
border-color: #DB113C;
}
.TagClassName
{
border-color: #DB113C;
}
</style>