Shades of Crimson #DB0529
Tints of Crimson #DB0529
RGB
CMYK
RGB Variations
Color information
#DB0529 (or 0xDB0529) is known color: Crimson. HEX triplet: DB, 05 and 29. RGB value is (219,5,41). Sum of RGB (Red+Green+Blue) = 219+5+41=265 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.64% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0529 is #24FAD6. Grayscale: #494949. Windows color (decimal): -2423511 or 2688475. OLE color: 2688475.
HSL color Cylindrical-coordinate representation of color #DB0529: hue angle of 349.91º 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 #DB0529 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 41 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.14 |
| HSL | 349.91º | 0.96% | 0.44% | - |
| HSV(B) | 349.91º | 0.98% | 0.86% | - |
| XYZ | 29.67 | 15.33 | 3.49 | - |
| YUV | 73.09 | 109.9 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 41 | 0 | 0.98 | 0.81 | 0.14 | 349.91 | 0.96 | 0.44 |
| Hex | DB | 5 | 29 | 0 | 62 | 51 | E | 15E | 60 | 2C |
| Octal | 333 | 5 | 51 | 0 | 142 | 121 | 16 | 536 | 140 | 54 |
| Binary | 11011011 | 101 | 101001 | 0 | 1100010 | 1010001 | 1110 | 101011110 | 1100000 | 101100 |
Color Harmonies of #DB0529
Complementary color
Monochromatic Colors of #DB0529
Black with #DB0529
Text Example
Text Example
White with #DB0529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0529; }
p { color: rgb(219,5,41); }
H1.HeaderClassName
{
color: #DB0529;
}
.AnyTagClassName
{
color: #DB0529;
}
</style>
background-color css
<style>
a { background-color: #DB0529; }
a { background-color: rgb(219,5,41); }
div.DivClassName
{
background-color: #DB0529;
}
.BgClassName
{
background-color: #DB0529;
}
</style>
border-color css
<style>
span { border-color: #DB0529; }
span { border-color: rgb(219,5,41); }
td.TdClassName
{
border-color: #DB0529;
}
.TagClassName
{
border-color: #DB0529;
}
</style>