Shades of Crimson #DB162E
Tints of Crimson #DB162E
RGB
CMYK
RGB Variations
Color information
#DB162E (or 0xDB162E) is known color: Crimson. HEX triplet: DB, 16 and 2E. RGB value is (219,22,46). Sum of RGB (Red+Green+Blue) = 219+22+46=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB162E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB162E is #24E9D1. Grayscale: #535353. Windows color (decimal): -2419154 or 3020507. OLE color: 3020507.
HSL color Cylindrical-coordinate representation of color #DB162E: hue angle of 352.69º 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 #DB162E is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 46 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.14 |
| HSL | 352.69º | 0.82% | 0.47% | - |
| HSV(B) | 352.69º | 0.9% | 0.86% | - |
| XYZ | 29.99 | 15.83 | 4.06 | - |
| YUV | 83.64 | 106.77 | 224.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 46 | 0 | 0.90 | 0.79 | 0.14 | 352.69 | 0.82 | 0.47 |
| Hex | DB | 16 | 2E | 0 | 5A | 4F | E | 161 | 52 | 2F |
| Octal | 333 | 26 | 56 | 0 | 132 | 117 | 16 | 541 | 122 | 57 |
| Binary | 11011011 | 10110 | 101110 | 0 | 1011010 | 1001111 | 1110 | 101100001 | 1010010 | 101111 |
Color Harmonies of #DB162E
Complementary color
Monochromatic Colors of #DB162E
Black with #DB162E
Text Example
Text Example
White with #DB162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB162E; }
p { color: rgb(219,22,46); }
H1.HeaderClassName
{
color: #DB162E;
}
.AnyTagClassName
{
color: #DB162E;
}
</style>
background-color css
<style>
a { background-color: #DB162E; }
a { background-color: rgb(219,22,46); }
div.DivClassName
{
background-color: #DB162E;
}
.BgClassName
{
background-color: #DB162E;
}
</style>
border-color css
<style>
span { border-color: #DB162E; }
span { border-color: rgb(219,22,46); }
td.TdClassName
{
border-color: #DB162E;
}
.TagClassName
{
border-color: #DB162E;
}
</style>