Shades of Crimson #DB122C
Tints of Crimson #DB122C
RGB
CMYK
RGB Variations
Color information
#DB122C (or 0xDB122C) is known color: Crimson. HEX triplet: DB, 12 and 2C. RGB value is (219,18,44). Sum of RGB (Red+Green+Blue) = 219+18+44=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB122C is #24EDD3. Grayscale: #515151. Windows color (decimal): -2420180 or 2888411. OLE color: 2888411.
HSL color Cylindrical-coordinate representation of color #DB122C: hue angle of 352.24º 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 #DB122C is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 44 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.14 |
| HSL | 352.24º | 0.85% | 0.46% | - |
| HSV(B) | 352.24º | 0.92% | 0.86% | - |
| XYZ | 29.88 | 15.67 | 3.83 | - |
| YUV | 81.06 | 107.09 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 44 | 0 | 0.92 | 0.80 | 0.14 | 352.24 | 0.85 | 0.46 |
| Hex | DB | 12 | 2C | 0 | 5C | 50 | E | 160 | 55 | 2E |
| Octal | 333 | 22 | 54 | 0 | 134 | 120 | 16 | 540 | 125 | 56 |
| Binary | 11011011 | 10010 | 101100 | 0 | 1011100 | 1010000 | 1110 | 101100000 | 1010101 | 101110 |
Color Harmonies of #DB122C
Complementary color
Monochromatic Colors of #DB122C
Black with #DB122C
Text Example
Text Example
White with #DB122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB122C; }
p { color: rgb(219,18,44); }
H1.HeaderClassName
{
color: #DB122C;
}
.AnyTagClassName
{
color: #DB122C;
}
</style>
background-color css
<style>
a { background-color: #DB122C; }
a { background-color: rgb(219,18,44); }
div.DivClassName
{
background-color: #DB122C;
}
.BgClassName
{
background-color: #DB122C;
}
</style>
border-color css
<style>
span { border-color: #DB122C; }
span { border-color: rgb(219,18,44); }
td.TdClassName
{
border-color: #DB122C;
}
.TagClassName
{
border-color: #DB122C;
}
</style>