Shades of Crimson #DB0631
Tints of Crimson #DB0631
RGB
CMYK
RGB Variations
Color information
#DB0631 (or 0xDB0631) is known color: Crimson. HEX triplet: DB, 06 and 31. RGB value is (219,6,49). Sum of RGB (Red+Green+Blue) = 219+6+49=274 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.93% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0631 is #24F9CE. Grayscale: #4A4A4A. Windows color (decimal): -2423247 or 3213019. OLE color: 3213019.
HSL color Cylindrical-coordinate representation of color #DB0631: hue angle of 347.89º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0631 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 49 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.14 |
| HSL | 347.89º | 0.95% | 0.44% | - |
| HSV(B) | 347.89º | 0.97% | 0.86% | - |
| XYZ | 29.83 | 15.41 | 4.31 | - |
| YUV | 74.59 | 113.57 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 49 | 0 | 0.97 | 0.78 | 0.14 | 347.89 | 0.95 | 0.44 |
| Hex | DB | 6 | 31 | 0 | 61 | 4E | E | 15C | 5F | 2C |
| Octal | 333 | 6 | 61 | 0 | 141 | 116 | 16 | 534 | 137 | 54 |
| Binary | 11011011 | 110 | 110001 | 0 | 1100001 | 1001110 | 1110 | 101011100 | 1011111 | 101100 |
Color Harmonies of #DB0631
Complementary color
Monochromatic Colors of #DB0631
Black with #DB0631
Text Example
Text Example
White with #DB0631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0631; }
p { color: rgb(219,6,49); }
H1.HeaderClassName
{
color: #DB0631;
}
.AnyTagClassName
{
color: #DB0631;
}
</style>
background-color css
<style>
a { background-color: #DB0631; }
a { background-color: rgb(219,6,49); }
div.DivClassName
{
background-color: #DB0631;
}
.BgClassName
{
background-color: #DB0631;
}
</style>
border-color css
<style>
span { border-color: #DB0631; }
span { border-color: rgb(219,6,49); }
td.TdClassName
{
border-color: #DB0631;
}
.TagClassName
{
border-color: #DB0631;
}
</style>