Shades of Crimson #DB163E
Tints of Crimson #DB163E
RGB
CMYK
RGB Variations
Color information
#DB163E (or 0xDB163E) is known color: Crimson. HEX triplet: DB, 16 and 3E. RGB value is (219,22,62). Sum of RGB (Red+Green+Blue) = 219+22+62=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB163E is #24E9C1. Grayscale: #555555. Windows color (decimal): -2419138 or 4069083. OLE color: 4069083.
HSL color Cylindrical-coordinate representation of color #DB163E: hue angle of 347.82º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB163E is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 62 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.14 |
| HSL | 347.82º | 0.82% | 0.47% | - |
| HSV(B) | 347.82º | 0.9% | 0.86% | - |
| XYZ | 30.37 | 15.98 | 6.04 | - |
| YUV | 85.46 | 114.77 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 62 | 0 | 0.90 | 0.72 | 0.14 | 347.82 | 0.82 | 0.47 |
| Hex | DB | 16 | 3E | 0 | 5A | 48 | E | 15C | 52 | 2F |
| Octal | 333 | 26 | 76 | 0 | 132 | 110 | 16 | 534 | 122 | 57 |
| Binary | 11011011 | 10110 | 111110 | 0 | 1011010 | 1001000 | 1110 | 101011100 | 1010010 | 101111 |
Color Harmonies of #DB163E
Complementary color
Monochromatic Colors of #DB163E
Black with #DB163E
Text Example
Text Example
White with #DB163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB163E; }
p { color: rgb(219,22,62); }
H1.HeaderClassName
{
color: #DB163E;
}
.AnyTagClassName
{
color: #DB163E;
}
</style>
background-color css
<style>
a { background-color: #DB163E; }
a { background-color: rgb(219,22,62); }
div.DivClassName
{
background-color: #DB163E;
}
.BgClassName
{
background-color: #DB163E;
}
</style>
border-color css
<style>
span { border-color: #DB163E; }
span { border-color: rgb(219,22,62); }
td.TdClassName
{
border-color: #DB163E;
}
.TagClassName
{
border-color: #DB163E;
}
</style>