Shades of Crimson #DB1937
Tints of Crimson #DB1937
RGB
CMYK
RGB Variations
Color information
#DB1937 (or 0xDB1937) is known color: Crimson. HEX triplet: DB, 19 and 37. RGB value is (219,25,55). Sum of RGB (Red+Green+Blue) = 219+25+55=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1937 is #24E6C8. Grayscale: #565656. Windows color (decimal): -2418377 or 3611099. OLE color: 3611099.
HSL color Cylindrical-coordinate representation of color #DB1937: hue angle of 350.72º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1937 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 55 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.14 |
| HSL | 350.72º | 0.8% | 0.48% | - |
| HSV(B) | 350.72º | 0.89% | 0.86% | - |
| XYZ | 30.25 | 16.03 | 5.11 | - |
| YUV | 86.43 | 110.27 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 55 | 0 | 0.89 | 0.75 | 0.14 | 350.72 | 0.8 | 0.48 |
| Hex | DB | 19 | 37 | 0 | 59 | 4B | E | 15F | 50 | 30 |
| Octal | 333 | 31 | 67 | 0 | 131 | 113 | 16 | 537 | 120 | 60 |
| Binary | 11011011 | 11001 | 110111 | 0 | 1011001 | 1001011 | 1110 | 101011111 | 1010000 | 110000 |
Color Harmonies of #DB1937
Complementary color
Monochromatic Colors of #DB1937
Black with #DB1937
Text Example
Text Example
White with #DB1937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1937; }
p { color: rgb(219,25,55); }
H1.HeaderClassName
{
color: #DB1937;
}
.AnyTagClassName
{
color: #DB1937;
}
</style>
background-color css
<style>
a { background-color: #DB1937; }
a { background-color: rgb(219,25,55); }
div.DivClassName
{
background-color: #DB1937;
}
.BgClassName
{
background-color: #DB1937;
}
</style>
border-color css
<style>
span { border-color: #DB1937; }
span { border-color: rgb(219,25,55); }
td.TdClassName
{
border-color: #DB1937;
}
.TagClassName
{
border-color: #DB1937;
}
</style>