Shades of Crimson #DB1646
Tints of Crimson #DB1646
RGB
CMYK
RGB Variations
Color information
#DB1646 (or 0xDB1646) is known color: Crimson. HEX triplet: DB, 16 and 46. RGB value is (219,22,70). Sum of RGB (Red+Green+Blue) = 219+22+70=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1646 is #24E9B9. Grayscale: #565656. Windows color (decimal): -2419130 or 4593371. OLE color: 4593371.
HSL color Cylindrical-coordinate representation of color #DB1646: hue angle of 345.38º 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 #DB1646 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 70 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.14 |
| HSL | 345.38º | 0.82% | 0.47% | - |
| HSV(B) | 345.38º | 0.9% | 0.86% | - |
| XYZ | 30.61 | 16.08 | 7.28 | - |
| YUV | 86.38 | 118.77 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 70 | 0 | 0.90 | 0.68 | 0.14 | 345.38 | 0.82 | 0.47 |
| Hex | DB | 16 | 46 | 0 | 5A | 44 | E | 159 | 52 | 2F |
| Octal | 333 | 26 | 106 | 0 | 132 | 104 | 16 | 531 | 122 | 57 |
| Binary | 11011011 | 10110 | 1000110 | 0 | 1011010 | 1000100 | 1110 | 101011001 | 1010010 | 101111 |
Color Harmonies of #DB1646
Complementary color
Monochromatic Colors of #DB1646
Black with #DB1646
Text Example
Text Example
White with #DB1646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1646; }
p { color: rgb(219,22,70); }
H1.HeaderClassName
{
color: #DB1646;
}
.AnyTagClassName
{
color: #DB1646;
}
</style>
background-color css
<style>
a { background-color: #DB1646; }
a { background-color: rgb(219,22,70); }
div.DivClassName
{
background-color: #DB1646;
}
.BgClassName
{
background-color: #DB1646;
}
</style>
border-color css
<style>
span { border-color: #DB1646; }
span { border-color: rgb(219,22,70); }
td.TdClassName
{
border-color: #DB1646;
}
.TagClassName
{
border-color: #DB1646;
}
</style>