Shades of Crimson #DB0131
Tints of Crimson #DB0131
RGB
CMYK
RGB Variations
Color information
#DB0131 (or 0xDB0131) is known color: Crimson. HEX triplet: DB, 01 and 31. RGB value is (219,1,49). Sum of RGB (Red+Green+Blue) = 219+1+49=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0131 is #24FECE. Grayscale: #474747. Windows color (decimal): -2424527 or 3211739. OLE color: 3211739.
HSL color Cylindrical-coordinate representation of color #DB0131: hue angle of 346.79º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0131 is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 49 | - |
| CMYK | 0 | 1.00 | 0.78 | 0.14 |
| HSL | 346.79º | 0.99% | 0.43% | - |
| HSV(B) | 346.79º | 1% | 0.86% | - |
| XYZ | 29.78 | 15.3 | 4.29 | - |
| YUV | 71.65 | 115.22 | 233.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 49 | 0 | 1.00 | 0.78 | 0.14 | 346.79 | 0.99 | 0.43 |
| Hex | DB | 1 | 31 | 0 | 64 | 4E | E | 15B | 63 | 2B |
| Octal | 333 | 1 | 61 | 0 | 144 | 116 | 16 | 533 | 143 | 53 |
| Binary | 11011011 | 1 | 110001 | 0 | 1100100 | 1001110 | 1110 | 101011011 | 1100011 | 101011 |
Color Harmonies of #DB0131
Complementary color
Monochromatic Colors of #DB0131
Black with #DB0131
Text Example
Text Example
White with #DB0131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0131; }
p { color: rgb(219,1,49); }
H1.HeaderClassName
{
color: #DB0131;
}
.AnyTagClassName
{
color: #DB0131;
}
</style>
background-color css
<style>
a { background-color: #DB0131; }
a { background-color: rgb(219,1,49); }
div.DivClassName
{
background-color: #DB0131;
}
.BgClassName
{
background-color: #DB0131;
}
</style>
border-color css
<style>
span { border-color: #DB0131; }
span { border-color: rgb(219,1,49); }
td.TdClassName
{
border-color: #DB0131;
}
.TagClassName
{
border-color: #DB0131;
}
</style>