Shades of Crimson #DB0344
Tints of Crimson #DB0344
RGB
CMYK
RGB Variations
Color information
#DB0344 (or 0xDB0344) is known color: Crimson. HEX triplet: DB, 03 and 44. RGB value is (219,3,68). Sum of RGB (Red+Green+Blue) = 219+3+68=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0344 is #24FCBB. Grayscale: #4A4A4A. Windows color (decimal): -2423996 or 4457435. OLE color: 4457435.
HSL color Cylindrical-coordinate representation of color #DB0344: hue angle of 341.94º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0344 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 68 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.14 |
| HSL | 341.94º | 0.97% | 0.44% | - |
| HSV(B) | 341.94º | 0.99% | 0.86% | - |
| XYZ | 30.29 | 15.54 | 6.87 | - |
| YUV | 74.99 | 124.06 | 230.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 68 | 0 | 0.99 | 0.69 | 0.14 | 341.94 | 0.97 | 0.44 |
| Hex | DB | 3 | 44 | 0 | 63 | 45 | E | 156 | 61 | 2C |
| Octal | 333 | 3 | 104 | 0 | 143 | 105 | 16 | 526 | 141 | 54 |
| Binary | 11011011 | 11 | 1000100 | 0 | 1100011 | 1000101 | 1110 | 101010110 | 1100001 | 101100 |
Color Harmonies of #DB0344
Complementary color
Monochromatic Colors of #DB0344
Black with #DB0344
Text Example
Text Example
White with #DB0344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0344; }
p { color: rgb(219,3,68); }
H1.HeaderClassName
{
color: #DB0344;
}
.AnyTagClassName
{
color: #DB0344;
}
</style>
background-color css
<style>
a { background-color: #DB0344; }
a { background-color: rgb(219,3,68); }
div.DivClassName
{
background-color: #DB0344;
}
.BgClassName
{
background-color: #DB0344;
}
</style>
border-color css
<style>
span { border-color: #DB0344; }
span { border-color: rgb(219,3,68); }
td.TdClassName
{
border-color: #DB0344;
}
.TagClassName
{
border-color: #DB0344;
}
</style>