Shades of Crimson #DB0837
Tints of Crimson #DB0837
RGB
CMYK
RGB Variations
Color information
#DB0837 (or 0xDB0837) is known color: Crimson. HEX triplet: DB, 08 and 37. RGB value is (219,8,55). Sum of RGB (Red+Green+Blue) = 219+8+55=282 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.66% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0837 is #24F7C8. Grayscale: #4C4C4C. Windows color (decimal): -2422729 or 3606747. OLE color: 3606747.
HSL color Cylindrical-coordinate representation of color #DB0837: hue angle of 346.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 #DB0837 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 55 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.14 |
| HSL | 346.64º | 0.93% | 0.45% | - |
| HSV(B) | 346.64º | 0.96% | 0.86% | - |
| XYZ | 29.99 | 15.51 | 5.03 | - |
| YUV | 76.45 | 115.9 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 55 | 0 | 0.96 | 0.75 | 0.14 | 346.64 | 0.93 | 0.45 |
| Hex | DB | 8 | 37 | 0 | 60 | 4B | E | 15B | 5D | 2D |
| Octal | 333 | 10 | 67 | 0 | 140 | 113 | 16 | 533 | 135 | 55 |
| Binary | 11011011 | 1000 | 110111 | 0 | 1100000 | 1001011 | 1110 | 101011011 | 1011101 | 101101 |
Color Harmonies of #DB0837
Complementary color
Monochromatic Colors of #DB0837
Black with #DB0837
Text Example
Text Example
White with #DB0837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0837; }
p { color: rgb(219,8,55); }
H1.HeaderClassName
{
color: #DB0837;
}
.AnyTagClassName
{
color: #DB0837;
}
</style>
background-color css
<style>
a { background-color: #DB0837; }
a { background-color: rgb(219,8,55); }
div.DivClassName
{
background-color: #DB0837;
}
.BgClassName
{
background-color: #DB0837;
}
</style>
border-color css
<style>
span { border-color: #DB0837; }
span { border-color: rgb(219,8,55); }
td.TdClassName
{
border-color: #DB0837;
}
.TagClassName
{
border-color: #DB0837;
}
</style>