Shades of Crimson #DB1031
Tints of Crimson #DB1031
RGB
CMYK
RGB Variations
Color information
#DB1031 (or 0xDB1031) is known color: Crimson. HEX triplet: DB, 10 and 31. RGB value is (219,16,49). Sum of RGB (Red+Green+Blue) = 219+16+49=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1031 is #24EFCE. Grayscale: #505050. Windows color (decimal): -2420687 or 3215579. OLE color: 3215579.
HSL color Cylindrical-coordinate representation of color #DB1031: hue angle of 350.25º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB1031 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 49 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.14 |
| HSL | 350.25º | 0.86% | 0.46% | - |
| HSV(B) | 350.25º | 0.93% | 0.86% | - |
| XYZ | 29.95 | 15.65 | 4.35 | - |
| YUV | 80.46 | 110.25 | 226.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 49 | 0 | 0.93 | 0.78 | 0.14 | 350.25 | 0.86 | 0.46 |
| Hex | DB | 10 | 31 | 0 | 5D | 4E | E | 15E | 56 | 2E |
| Octal | 333 | 20 | 61 | 0 | 135 | 116 | 16 | 536 | 126 | 56 |
| Binary | 11011011 | 10000 | 110001 | 0 | 1011101 | 1001110 | 1110 | 101011110 | 1010110 | 101110 |
Color Harmonies of #DB1031
Complementary color
Monochromatic Colors of #DB1031
Black with #DB1031
Text Example
Text Example
White with #DB1031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1031; }
p { color: rgb(219,16,49); }
H1.HeaderClassName
{
color: #DB1031;
}
.AnyTagClassName
{
color: #DB1031;
}
</style>
background-color css
<style>
a { background-color: #DB1031; }
a { background-color: rgb(219,16,49); }
div.DivClassName
{
background-color: #DB1031;
}
.BgClassName
{
background-color: #DB1031;
}
</style>
border-color css
<style>
span { border-color: #DB1031; }
span { border-color: rgb(219,16,49); }
td.TdClassName
{
border-color: #DB1031;
}
.TagClassName
{
border-color: #DB1031;
}
</style>