Shades of Crimson #DB0343
Tints of Crimson #DB0343
RGB
CMYK
RGB Variations
Color information
#DB0343 (or 0xDB0343) is known color: Crimson. HEX triplet: DB, 03 and 43. RGB value is (219,3,67). Sum of RGB (Red+Green+Blue) = 219+3+67=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0343 is #24FCBC. Grayscale: #4A4A4A. Windows color (decimal): -2423997 or 4391899. OLE color: 4391899.
HSL color Cylindrical-coordinate representation of color #DB0343: hue angle of 342.22º 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 #DB0343 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 67 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.14 |
| HSL | 342.22º | 0.97% | 0.44% | - |
| HSV(B) | 342.22º | 0.99% | 0.86% | - |
| XYZ | 30.26 | 15.53 | 6.71 | - |
| YUV | 74.88 | 123.56 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 67 | 0 | 0.99 | 0.69 | 0.14 | 342.22 | 0.97 | 0.44 |
| Hex | DB | 3 | 43 | 0 | 63 | 45 | E | 156 | 61 | 2C |
| Octal | 333 | 3 | 103 | 0 | 143 | 105 | 16 | 526 | 141 | 54 |
| Binary | 11011011 | 11 | 1000011 | 0 | 1100011 | 1000101 | 1110 | 101010110 | 1100001 | 101100 |
Color Harmonies of #DB0343
Complementary color
Monochromatic Colors of #DB0343
Black with #DB0343
Text Example
Text Example
White with #DB0343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0343; }
p { color: rgb(219,3,67); }
H1.HeaderClassName
{
color: #DB0343;
}
.AnyTagClassName
{
color: #DB0343;
}
</style>
background-color css
<style>
a { background-color: #DB0343; }
a { background-color: rgb(219,3,67); }
div.DivClassName
{
background-color: #DB0343;
}
.BgClassName
{
background-color: #DB0343;
}
</style>
border-color css
<style>
span { border-color: #DB0343; }
span { border-color: rgb(219,3,67); }
td.TdClassName
{
border-color: #DB0343;
}
.TagClassName
{
border-color: #DB0343;
}
</style>