Shades of Crimson #DB122D
Tints of Crimson #DB122D
RGB
CMYK
RGB Variations
Color information
#DB122D (or 0xDB122D) is known color: Crimson. HEX triplet: DB, 12 and 2D. RGB value is (219,18,45). Sum of RGB (Red+Green+Blue) = 219+18+45=282 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.66% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 219 - color contains mainly: red. Hex color #DB122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB122D is #24EDD2. Grayscale: #515151. Windows color (decimal): -2420179 or 2953947. OLE color: 2953947.
HSL color Cylindrical-coordinate representation of color #DB122D: hue angle of 351.94º degrees, saturation: 0.85, 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 #DB122D is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 45 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.14 |
| HSL | 351.94º | 0.85% | 0.46% | - |
| HSV(B) | 351.94º | 0.92% | 0.86% | - |
| XYZ | 29.9 | 15.68 | 3.93 | - |
| YUV | 81.18 | 107.59 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 45 | 0 | 0.92 | 0.79 | 0.14 | 351.94 | 0.85 | 0.46 |
| Hex | DB | 12 | 2D | 0 | 5C | 4F | E | 160 | 55 | 2E |
| Octal | 333 | 22 | 55 | 0 | 134 | 117 | 16 | 540 | 125 | 56 |
| Binary | 11011011 | 10010 | 101101 | 0 | 1011100 | 1001111 | 1110 | 101100000 | 1010101 | 101110 |
Color Harmonies of #DB122D
Complementary color
Monochromatic Colors of #DB122D
Black with #DB122D
Text Example
Text Example
White with #DB122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB122D; }
p { color: rgb(219,18,45); }
H1.HeaderClassName
{
color: #DB122D;
}
.AnyTagClassName
{
color: #DB122D;
}
</style>
background-color css
<style>
a { background-color: #DB122D; }
a { background-color: rgb(219,18,45); }
div.DivClassName
{
background-color: #DB122D;
}
.BgClassName
{
background-color: #DB122D;
}
</style>
border-color css
<style>
span { border-color: #DB122D; }
span { border-color: rgb(219,18,45); }
td.TdClassName
{
border-color: #DB122D;
}
.TagClassName
{
border-color: #DB122D;
}
</style>