Shades of Crimson #DB1644
Tints of Crimson #DB1644
RGB
CMYK
RGB Variations
Color information
#DB1644 (or 0xDB1644) is known color: Crimson. HEX triplet: DB, 16 and 44. RGB value is (219,22,68). Sum of RGB (Red+Green+Blue) = 219+22+68=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1644 is #24E9BB. Grayscale: #565656. Windows color (decimal): -2419132 or 4462299. OLE color: 4462299.
HSL color Cylindrical-coordinate representation of color #DB1644: hue angle of 345.99º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1644 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 68 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.14 |
| HSL | 345.99º | 0.82% | 0.47% | - |
| HSV(B) | 345.99º | 0.9% | 0.86% | - |
| XYZ | 30.54 | 16.05 | 6.96 | - |
| YUV | 86.15 | 117.77 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 68 | 0 | 0.90 | 0.69 | 0.14 | 345.99 | 0.82 | 0.47 |
| Hex | DB | 16 | 44 | 0 | 5A | 45 | E | 15A | 52 | 2F |
| Octal | 333 | 26 | 104 | 0 | 132 | 105 | 16 | 532 | 122 | 57 |
| Binary | 11011011 | 10110 | 1000100 | 0 | 1011010 | 1000101 | 1110 | 101011010 | 1010010 | 101111 |
Color Harmonies of #DB1644
Complementary color
Monochromatic Colors of #DB1644
Black with #DB1644
Text Example
Text Example
White with #DB1644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1644; }
p { color: rgb(219,22,68); }
H1.HeaderClassName
{
color: #DB1644;
}
.AnyTagClassName
{
color: #DB1644;
}
</style>
background-color css
<style>
a { background-color: #DB1644; }
a { background-color: rgb(219,22,68); }
div.DivClassName
{
background-color: #DB1644;
}
.BgClassName
{
background-color: #DB1644;
}
</style>
border-color css
<style>
span { border-color: #DB1644; }
span { border-color: rgb(219,22,68); }
td.TdClassName
{
border-color: #DB1644;
}
.TagClassName
{
border-color: #DB1644;
}
</style>