Shades of Crimson #DB082B
Tints of Crimson #DB082B
RGB
CMYK
RGB Variations
Color information
#DB082B (or 0xDB082B) is known color: Crimson. HEX triplet: DB, 08 and 2B. RGB value is (219,8,43). Sum of RGB (Red+Green+Blue) = 219+8+43=270 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.11% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 219 - color contains mainly: red. Hex color #DB082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB082B is #24F7D4. Grayscale: #4B4B4B. Windows color (decimal): -2422741 or 2820315. OLE color: 2820315.
HSL color Cylindrical-coordinate representation of color #DB082B: hue angle of 350.05º 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 #DB082B is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 43 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.14 |
| HSL | 350.05º | 0.93% | 0.45% | - |
| HSV(B) | 350.05º | 0.96% | 0.86% | - |
| XYZ | 29.74 | 15.41 | 3.69 | - |
| YUV | 75.08 | 109.9 | 230.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 43 | 0 | 0.96 | 0.80 | 0.14 | 350.05 | 0.93 | 0.45 |
| Hex | DB | 8 | 2B | 0 | 60 | 50 | E | 15E | 5D | 2D |
| Octal | 333 | 10 | 53 | 0 | 140 | 120 | 16 | 536 | 135 | 55 |
| Binary | 11011011 | 1000 | 101011 | 0 | 1100000 | 1010000 | 1110 | 101011110 | 1011101 | 101101 |
Color Harmonies of #DB082B
Complementary color
Monochromatic Colors of #DB082B
Black with #DB082B
Text Example
Text Example
White with #DB082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB082B; }
p { color: rgb(219,8,43); }
H1.HeaderClassName
{
color: #DB082B;
}
.AnyTagClassName
{
color: #DB082B;
}
</style>
background-color css
<style>
a { background-color: #DB082B; }
a { background-color: rgb(219,8,43); }
div.DivClassName
{
background-color: #DB082B;
}
.BgClassName
{
background-color: #DB082B;
}
</style>
border-color css
<style>
span { border-color: #DB082B; }
span { border-color: rgb(219,8,43); }
td.TdClassName
{
border-color: #DB082B;
}
.TagClassName
{
border-color: #DB082B;
}
</style>