Shades of Crimson #DB0444
Tints of Crimson #DB0444
RGB
CMYK
RGB Variations
Color information
#DB0444 (or 0xDB0444) is known color: Crimson. HEX triplet: DB, 04 and 44. RGB value is (219,4,68). Sum of RGB (Red+Green+Blue) = 219+4+68=291 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.26% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0444 is #24FBBB. Grayscale: #4B4B4B. Windows color (decimal): -2423740 or 4457691. OLE color: 4457691.
HSL color Cylindrical-coordinate representation of color #DB0444: hue angle of 342.14º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0444 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 68 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.14 |
| HSL | 342.14º | 0.96% | 0.44% | - |
| HSV(B) | 342.14º | 0.98% | 0.86% | - |
| XYZ | 30.3 | 15.56 | 6.88 | - |
| YUV | 75.58 | 123.73 | 230.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 68 | 0 | 0.98 | 0.69 | 0.14 | 342.14 | 0.96 | 0.44 |
| Hex | DB | 4 | 44 | 0 | 62 | 45 | E | 156 | 60 | 2C |
| Octal | 333 | 4 | 104 | 0 | 142 | 105 | 16 | 526 | 140 | 54 |
| Binary | 11011011 | 100 | 1000100 | 0 | 1100010 | 1000101 | 1110 | 101010110 | 1100000 | 101100 |
Color Harmonies of #DB0444
Complementary color
Monochromatic Colors of #DB0444
Black with #DB0444
Text Example
Text Example
White with #DB0444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0444; }
p { color: rgb(219,4,68); }
H1.HeaderClassName
{
color: #DB0444;
}
.AnyTagClassName
{
color: #DB0444;
}
</style>
background-color css
<style>
a { background-color: #DB0444; }
a { background-color: rgb(219,4,68); }
div.DivClassName
{
background-color: #DB0444;
}
.BgClassName
{
background-color: #DB0444;
}
</style>
border-color css
<style>
span { border-color: #DB0444; }
span { border-color: rgb(219,4,68); }
td.TdClassName
{
border-color: #DB0444;
}
.TagClassName
{
border-color: #DB0444;
}
</style>