Shades of Crimson #DB0629
Tints of Crimson #DB0629
RGB
CMYK
RGB Variations
Color information
#DB0629 (or 0xDB0629) is known color: Crimson. HEX triplet: DB, 06 and 29. RGB value is (219,6,41). Sum of RGB (Red+Green+Blue) = 219+6+41=266 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.33% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0629 is #24F9D6. Grayscale: #494949. Windows color (decimal): -2423255 or 2688731. OLE color: 2688731.
HSL color Cylindrical-coordinate representation of color #DB0629: hue angle of 350.14º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0629 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 41 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.14 |
| HSL | 350.14º | 0.95% | 0.44% | - |
| HSV(B) | 350.14º | 0.97% | 0.86% | - |
| XYZ | 29.68 | 15.35 | 3.5 | - |
| YUV | 73.68 | 109.57 | 231.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 41 | 0 | 0.97 | 0.81 | 0.14 | 350.14 | 0.95 | 0.44 |
| Hex | DB | 6 | 29 | 0 | 61 | 51 | E | 15E | 5F | 2C |
| Octal | 333 | 6 | 51 | 0 | 141 | 121 | 16 | 536 | 137 | 54 |
| Binary | 11011011 | 110 | 101001 | 0 | 1100001 | 1010001 | 1110 | 101011110 | 1011111 | 101100 |
Color Harmonies of #DB0629
Complementary color
Monochromatic Colors of #DB0629
Black with #DB0629
Text Example
Text Example
White with #DB0629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0629; }
p { color: rgb(219,6,41); }
H1.HeaderClassName
{
color: #DB0629;
}
.AnyTagClassName
{
color: #DB0629;
}
</style>
background-color css
<style>
a { background-color: #DB0629; }
a { background-color: rgb(219,6,41); }
div.DivClassName
{
background-color: #DB0629;
}
.BgClassName
{
background-color: #DB0629;
}
</style>
border-color css
<style>
span { border-color: #DB0629; }
span { border-color: rgb(219,6,41); }
td.TdClassName
{
border-color: #DB0629;
}
.TagClassName
{
border-color: #DB0629;
}
</style>