Shades of Crimson #DB082C
Tints of Crimson #DB082C
RGB
CMYK
RGB Variations
Color information
#DB082C (or 0xDB082C) is known color: Crimson. HEX triplet: DB, 08 and 2C. RGB value is (219,8,44). Sum of RGB (Red+Green+Blue) = 219+8+44=271 (35% of max value = 765). Red value is 219 (85.94% from 255 or 80.81% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 219 - color contains mainly: red. Hex color #DB082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB082C is #24F7D3. Grayscale: #4B4B4B. Windows color (decimal): -2422740 or 2885851. OLE color: 2885851.
HSL color Cylindrical-coordinate representation of color #DB082C: hue angle of 349.76º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB082C is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 44 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.14 |
| HSL | 349.76º | 0.93% | 0.45% | - |
| HSV(B) | 349.76º | 0.96% | 0.86% | - |
| XYZ | 29.75 | 15.42 | 3.79 | - |
| YUV | 75.19 | 110.4 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 44 | 0 | 0.96 | 0.80 | 0.14 | 349.76 | 0.93 | 0.45 |
| Hex | DB | 8 | 2C | 0 | 60 | 50 | E | 15E | 5D | 2D |
| Octal | 333 | 10 | 54 | 0 | 140 | 120 | 16 | 536 | 135 | 55 |
| Binary | 11011011 | 1000 | 101100 | 0 | 1100000 | 1010000 | 1110 | 101011110 | 1011101 | 101101 |
Color Harmonies of #DB082C
Complementary color
Monochromatic Colors of #DB082C
Black with #DB082C
Text Example
Text Example
White with #DB082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB082C; }
p { color: rgb(219,8,44); }
H1.HeaderClassName
{
color: #DB082C;
}
.AnyTagClassName
{
color: #DB082C;
}
</style>
background-color css
<style>
a { background-color: #DB082C; }
a { background-color: rgb(219,8,44); }
div.DivClassName
{
background-color: #DB082C;
}
.BgClassName
{
background-color: #DB082C;
}
</style>
border-color css
<style>
span { border-color: #DB082C; }
span { border-color: rgb(219,8,44); }
td.TdClassName
{
border-color: #DB082C;
}
.TagClassName
{
border-color: #DB082C;
}
</style>