Shades of Crimson #DB162D
Tints of Crimson #DB162D
RGB
CMYK
RGB Variations
Color information
#DB162D (or 0xDB162D) is known color: Crimson. HEX triplet: DB, 16 and 2D. RGB value is (219,22,45). Sum of RGB (Red+Green+Blue) = 219+22+45=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB162D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB162D is #24E9D2. Grayscale: #535353. Windows color (decimal): -2419155 or 2954971. OLE color: 2954971.
HSL color Cylindrical-coordinate representation of color #DB162D: hue angle of 352.99º 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 #DB162D is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 45 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.14 |
| HSL | 352.99º | 0.82% | 0.47% | - |
| HSV(B) | 352.99º | 0.9% | 0.86% | - |
| XYZ | 29.97 | 15.82 | 3.96 | - |
| YUV | 83.53 | 106.27 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 45 | 0 | 0.90 | 0.79 | 0.14 | 352.99 | 0.82 | 0.47 |
| Hex | DB | 16 | 2D | 0 | 5A | 4F | E | 161 | 52 | 2F |
| Octal | 333 | 26 | 55 | 0 | 132 | 117 | 16 | 541 | 122 | 57 |
| Binary | 11011011 | 10110 | 101101 | 0 | 1011010 | 1001111 | 1110 | 101100001 | 1010010 | 101111 |
Color Harmonies of #DB162D
Complementary color
Monochromatic Colors of #DB162D
Black with #DB162D
Text Example
Text Example
White with #DB162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB162D; }
p { color: rgb(219,22,45); }
H1.HeaderClassName
{
color: #DB162D;
}
.AnyTagClassName
{
color: #DB162D;
}
</style>
background-color css
<style>
a { background-color: #DB162D; }
a { background-color: rgb(219,22,45); }
div.DivClassName
{
background-color: #DB162D;
}
.BgClassName
{
background-color: #DB162D;
}
</style>
border-color css
<style>
span { border-color: #DB162D; }
span { border-color: rgb(219,22,45); }
td.TdClassName
{
border-color: #DB162D;
}
.TagClassName
{
border-color: #DB162D;
}
</style>