Shades of Crimson #DB0937
Tints of Crimson #DB0937
RGB
CMYK
RGB Variations
Color information
#DB0937 (or 0xDB0937) is known color: Crimson. HEX triplet: DB, 09 and 37. RGB value is (219,9,55). Sum of RGB (Red+Green+Blue) = 219+9+55=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0937 is #24F6C8. Grayscale: #4D4D4D. Windows color (decimal): -2422473 or 3607003. OLE color: 3607003.
HSL color Cylindrical-coordinate representation of color #DB0937: hue angle of 346.86º degrees, saturation: 0.92, 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 #DB0937 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 55 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.14 |
| HSL | 346.86º | 0.92% | 0.45% | - |
| HSV(B) | 346.86º | 0.96% | 0.86% | - |
| XYZ | 30 | 15.53 | 5.03 | - |
| YUV | 77.03 | 115.57 | 229.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 55 | 0 | 0.96 | 0.75 | 0.14 | 346.86 | 0.92 | 0.45 |
| Hex | DB | 9 | 37 | 0 | 60 | 4B | E | 15B | 5C | 2D |
| Octal | 333 | 11 | 67 | 0 | 140 | 113 | 16 | 533 | 134 | 55 |
| Binary | 11011011 | 1001 | 110111 | 0 | 1100000 | 1001011 | 1110 | 101011011 | 1011100 | 101101 |
Color Harmonies of #DB0937
Complementary color
Monochromatic Colors of #DB0937
Black with #DB0937
Text Example
Text Example
White with #DB0937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0937; }
p { color: rgb(219,9,55); }
H1.HeaderClassName
{
color: #DB0937;
}
.AnyTagClassName
{
color: #DB0937;
}
</style>
background-color css
<style>
a { background-color: #DB0937; }
a { background-color: rgb(219,9,55); }
div.DivClassName
{
background-color: #DB0937;
}
.BgClassName
{
background-color: #DB0937;
}
</style>
border-color css
<style>
span { border-color: #DB0937; }
span { border-color: rgb(219,9,55); }
td.TdClassName
{
border-color: #DB0937;
}
.TagClassName
{
border-color: #DB0937;
}
</style>