Shades of Crimson #DB082A
Tints of Crimson #DB082A
RGB
CMYK
RGB Variations
Color information
#DB082A (or 0xDB082A) is known color: Crimson. HEX triplet: DB, 08 and 2A. RGB value is (219,8,42). Sum of RGB (Red+Green+Blue) = 219+8+42=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB082A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB082A is #24F7D5. Grayscale: #4B4B4B. Windows color (decimal): -2422742 or 2754779. OLE color: 2754779.
HSL color Cylindrical-coordinate representation of color #DB082A: hue angle of 350.33º 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 #DB082A is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 42 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.14 |
| HSL | 350.33º | 0.93% | 0.45% | - |
| HSV(B) | 350.33º | 0.96% | 0.86% | - |
| XYZ | 29.72 | 15.4 | 3.6 | - |
| YUV | 74.97 | 109.4 | 230.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 42 | 0 | 0.96 | 0.81 | 0.14 | 350.33 | 0.93 | 0.45 |
| Hex | DB | 8 | 2A | 0 | 60 | 51 | E | 15E | 5D | 2D |
| Octal | 333 | 10 | 52 | 0 | 140 | 121 | 16 | 536 | 135 | 55 |
| Binary | 11011011 | 1000 | 101010 | 0 | 1100000 | 1010001 | 1110 | 101011110 | 1011101 | 101101 |
Color Harmonies of #DB082A
Complementary color
Monochromatic Colors of #DB082A
Black with #DB082A
Text Example
Text Example
White with #DB082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB082A; }
p { color: rgb(219,8,42); }
H1.HeaderClassName
{
color: #DB082A;
}
.AnyTagClassName
{
color: #DB082A;
}
</style>
background-color css
<style>
a { background-color: #DB082A; }
a { background-color: rgb(219,8,42); }
div.DivClassName
{
background-color: #DB082A;
}
.BgClassName
{
background-color: #DB082A;
}
</style>
border-color css
<style>
span { border-color: #DB082A; }
span { border-color: rgb(219,8,42); }
td.TdClassName
{
border-color: #DB082A;
}
.TagClassName
{
border-color: #DB082A;
}
</style>