Shades of Crimson #DB0041
Tints of Crimson #DB0041
RGB
CMYK
RGB Variations
Color information
#DB0041 (or 0xDB0041) is known color: Crimson. HEX triplet: DB, 00 and 41. RGB value is (219,0,65). Sum of RGB (Red+Green+Blue) = 219+0+65=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0041 is #24FFBE. Grayscale: #484848. Windows color (decimal): -2424767 or 4260059. OLE color: 4260059.
HSL color Cylindrical-coordinate representation of color #DB0041: hue angle of 342.19º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0041 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 65 | - |
| CMYK | 0 | 1 | 0.70 | 0.14 |
| HSL | 342.19º | 1% | 0.43% | - |
| HSV(B) | 342.19º | 1% | 0.86% | - |
| XYZ | 30.17 | 15.44 | 6.39 | - |
| YUV | 72.89 | 123.55 | 232.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 65 | 0 | 1 | 0.70 | 0.14 | 342.19 | 1 | 0.43 |
| Hex | DB | 0 | 41 | 0 | 64 | 46 | E | 156 | 64 | 2B |
| Octal | 333 | 0 | 101 | 0 | 144 | 106 | 16 | 526 | 144 | 53 |
| Binary | 11011011 | 0 | 1000001 | 0 | 1100100 | 1000110 | 1110 | 101010110 | 1100100 | 101011 |
Color Harmonies of #DB0041
Complementary color
Monochromatic Colors of #DB0041
Black with #DB0041
Text Example
Text Example
White with #DB0041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0041; }
p { color: rgb(219,0,65); }
H1.HeaderClassName
{
color: #DB0041;
}
.AnyTagClassName
{
color: #DB0041;
}
</style>
background-color css
<style>
a { background-color: #DB0041; }
a { background-color: rgb(219,0,65); }
div.DivClassName
{
background-color: #DB0041;
}
.BgClassName
{
background-color: #DB0041;
}
</style>
border-color css
<style>
span { border-color: #DB0041; }
span { border-color: rgb(219,0,65); }
td.TdClassName
{
border-color: #DB0041;
}
.TagClassName
{
border-color: #DB0041;
}
</style>