Shades of Crimson #DB0329
Tints of Crimson #DB0329
RGB
CMYK
RGB Variations
Color information
#DB0329 (or 0xDB0329) is known color: Crimson. HEX triplet: DB, 03 and 29. RGB value is (219,3,41). Sum of RGB (Red+Green+Blue) = 219+3+41=263 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.27% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0329 is #24FCD6. Grayscale: #474747. Windows color (decimal): -2424023 or 2687963. OLE color: 2687963.
HSL color Cylindrical-coordinate representation of color #DB0329: hue angle of 349.44º 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 #DB0329 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 41 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.14 |
| HSL | 349.44º | 0.97% | 0.44% | - |
| HSV(B) | 349.44º | 0.99% | 0.86% | - |
| XYZ | 29.65 | 15.29 | 3.49 | - |
| YUV | 71.92 | 110.56 | 232.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 41 | 0 | 0.99 | 0.81 | 0.14 | 349.44 | 0.97 | 0.44 |
| Hex | DB | 3 | 29 | 0 | 63 | 51 | E | 15D | 61 | 2C |
| Octal | 333 | 3 | 51 | 0 | 143 | 121 | 16 | 535 | 141 | 54 |
| Binary | 11011011 | 11 | 101001 | 0 | 1100011 | 1010001 | 1110 | 101011101 | 1100001 | 101100 |
Color Harmonies of #DB0329
Complementary color
Monochromatic Colors of #DB0329
Black with #DB0329
Text Example
Text Example
White with #DB0329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0329; }
p { color: rgb(219,3,41); }
H1.HeaderClassName
{
color: #DB0329;
}
.AnyTagClassName
{
color: #DB0329;
}
</style>
background-color css
<style>
a { background-color: #DB0329; }
a { background-color: rgb(219,3,41); }
div.DivClassName
{
background-color: #DB0329;
}
.BgClassName
{
background-color: #DB0329;
}
</style>
border-color css
<style>
span { border-color: #DB0329; }
span { border-color: rgb(219,3,41); }
td.TdClassName
{
border-color: #DB0329;
}
.TagClassName
{
border-color: #DB0329;
}
</style>