Shades of Crimson #DB083B
Tints of Crimson #DB083B
RGB
CMYK
RGB Variations
Color information
#DB083B (or 0xDB083B) is known color: Crimson. HEX triplet: DB, 08 and 3B. RGB value is (219,8,59). Sum of RGB (Red+Green+Blue) = 219+8+59=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB083B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB083B is #24F7C4. Grayscale: #4C4C4C. Windows color (decimal): -2422725 or 3868891. OLE color: 3868891.
HSL color Cylindrical-coordinate representation of color #DB083B: hue angle of 345.5º 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 #DB083B is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 59 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.14 |
| HSL | 345.5º | 0.93% | 0.45% | - |
| HSV(B) | 345.5º | 0.96% | 0.86% | - |
| XYZ | 30.09 | 15.55 | 5.55 | - |
| YUV | 76.9 | 117.9 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 59 | 0 | 0.96 | 0.73 | 0.14 | 345.5 | 0.93 | 0.45 |
| Hex | DB | 8 | 3B | 0 | 60 | 49 | E | 159 | 5D | 2D |
| Octal | 333 | 10 | 73 | 0 | 140 | 111 | 16 | 531 | 135 | 55 |
| Binary | 11011011 | 1000 | 111011 | 0 | 1100000 | 1001001 | 1110 | 101011001 | 1011101 | 101101 |
Color Harmonies of #DB083B
Complementary color
Monochromatic Colors of #DB083B
Black with #DB083B
Text Example
Text Example
White with #DB083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB083B; }
p { color: rgb(219,8,59); }
H1.HeaderClassName
{
color: #DB083B;
}
.AnyTagClassName
{
color: #DB083B;
}
</style>
background-color css
<style>
a { background-color: #DB083B; }
a { background-color: rgb(219,8,59); }
div.DivClassName
{
background-color: #DB083B;
}
.BgClassName
{
background-color: #DB083B;
}
</style>
border-color css
<style>
span { border-color: #DB083B; }
span { border-color: rgb(219,8,59); }
td.TdClassName
{
border-color: #DB083B;
}
.TagClassName
{
border-color: #DB083B;
}
</style>