Shades of Crimson #DB083E
Tints of Crimson #DB083E
RGB
CMYK
RGB Variations
Color information
#DB083E (or 0xDB083E) is known color: Crimson. HEX triplet: DB, 08 and 3E. RGB value is (219,8,62). Sum of RGB (Red+Green+Blue) = 219+8+62=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB083E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB083E is #24F7C1. Grayscale: #4D4D4D. Windows color (decimal): -2422722 or 4065499. OLE color: 4065499.
HSL color Cylindrical-coordinate representation of color #DB083E: hue angle of 344.64º 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 #DB083E is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 62 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.14 |
| HSL | 344.64º | 0.93% | 0.45% | - |
| HSV(B) | 344.64º | 0.96% | 0.86% | - |
| XYZ | 30.17 | 15.58 | 5.97 | - |
| YUV | 77.25 | 119.4 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 62 | 0 | 0.96 | 0.72 | 0.14 | 344.64 | 0.93 | 0.45 |
| Hex | DB | 8 | 3E | 0 | 60 | 48 | E | 159 | 5D | 2D |
| Octal | 333 | 10 | 76 | 0 | 140 | 110 | 16 | 531 | 135 | 55 |
| Binary | 11011011 | 1000 | 111110 | 0 | 1100000 | 1001000 | 1110 | 101011001 | 1011101 | 101101 |
Color Harmonies of #DB083E
Complementary color
Monochromatic Colors of #DB083E
Black with #DB083E
Text Example
Text Example
White with #DB083E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB083E; }
p { color: rgb(219,8,62); }
H1.HeaderClassName
{
color: #DB083E;
}
.AnyTagClassName
{
color: #DB083E;
}
</style>
background-color css
<style>
a { background-color: #DB083E; }
a { background-color: rgb(219,8,62); }
div.DivClassName
{
background-color: #DB083E;
}
.BgClassName
{
background-color: #DB083E;
}
</style>
border-color css
<style>
span { border-color: #DB083E; }
span { border-color: rgb(219,8,62); }
td.TdClassName
{
border-color: #DB083E;
}
.TagClassName
{
border-color: #DB083E;
}
</style>