Shades of Crimson #DB1044
Tints of Crimson #DB1044
RGB
CMYK
RGB Variations
Color information
#DB1044 (or 0xDB1044) is known color: Crimson. HEX triplet: DB, 10 and 44. RGB value is (219,16,68). Sum of RGB (Red+Green+Blue) = 219+16+68=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1044 is #24EFBB. Grayscale: #525252. Windows color (decimal): -2420668 or 4460763. OLE color: 4460763.
HSL color Cylindrical-coordinate representation of color #DB1044: hue angle of 344.63º 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 #DB1044 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 68 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.14 |
| HSL | 344.63º | 0.86% | 0.46% | - |
| HSV(B) | 344.63º | 0.93% | 0.86% | - |
| XYZ | 30.44 | 15.85 | 6.92 | - |
| YUV | 82.63 | 119.75 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 68 | 0 | 0.93 | 0.69 | 0.14 | 344.63 | 0.86 | 0.46 |
| Hex | DB | 10 | 44 | 0 | 5D | 45 | E | 159 | 56 | 2E |
| Octal | 333 | 20 | 104 | 0 | 135 | 105 | 16 | 531 | 126 | 56 |
| Binary | 11011011 | 10000 | 1000100 | 0 | 1011101 | 1000101 | 1110 | 101011001 | 1010110 | 101110 |
Color Harmonies of #DB1044
Complementary color
Monochromatic Colors of #DB1044
Black with #DB1044
Text Example
Text Example
White with #DB1044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1044; }
p { color: rgb(219,16,68); }
H1.HeaderClassName
{
color: #DB1044;
}
.AnyTagClassName
{
color: #DB1044;
}
</style>
background-color css
<style>
a { background-color: #DB1044; }
a { background-color: rgb(219,16,68); }
div.DivClassName
{
background-color: #DB1044;
}
.BgClassName
{
background-color: #DB1044;
}
</style>
border-color css
<style>
span { border-color: #DB1044; }
span { border-color: rgb(219,16,68); }
td.TdClassName
{
border-color: #DB1044;
}
.TagClassName
{
border-color: #DB1044;
}
</style>