Shades of Crimson #DB0042
Tints of Crimson #DB0042
RGB
CMYK
RGB Variations
Color information
#DB0042 (or 0xDB0042) is known color: Crimson. HEX triplet: DB, 00 and 42. RGB value is (219,0,66). Sum of RGB (Red+Green+Blue) = 219+0+66=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0042 is #24FFBD. Grayscale: #484848. Windows color (decimal): -2424766 or 4325595. OLE color: 4325595.
HSL color Cylindrical-coordinate representation of color #DB0042: hue angle of 341.92º 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 #DB0042 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 66 | - |
| CMYK | 0 | 1 | 0.70 | 0.14 |
| HSL | 341.92º | 1% | 0.43% | - |
| HSV(B) | 341.92º | 1% | 0.86% | - |
| XYZ | 30.2 | 15.45 | 6.55 | - |
| YUV | 73.01 | 124.05 | 232.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 66 | 0 | 1 | 0.70 | 0.14 | 341.92 | 1 | 0.43 |
| Hex | DB | 0 | 42 | 0 | 64 | 46 | E | 156 | 64 | 2B |
| Octal | 333 | 0 | 102 | 0 | 144 | 106 | 16 | 526 | 144 | 53 |
| Binary | 11011011 | 0 | 1000010 | 0 | 1100100 | 1000110 | 1110 | 101010110 | 1100100 | 101011 |
Color Harmonies of #DB0042
Complementary color
Monochromatic Colors of #DB0042
Black with #DB0042
Text Example
Text Example
White with #DB0042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0042; }
p { color: rgb(219,0,66); }
H1.HeaderClassName
{
color: #DB0042;
}
.AnyTagClassName
{
color: #DB0042;
}
</style>
background-color css
<style>
a { background-color: #DB0042; }
a { background-color: rgb(219,0,66); }
div.DivClassName
{
background-color: #DB0042;
}
.BgClassName
{
background-color: #DB0042;
}
</style>
border-color css
<style>
span { border-color: #DB0042; }
span { border-color: rgb(219,0,66); }
td.TdClassName
{
border-color: #DB0042;
}
.TagClassName
{
border-color: #DB0042;
}
</style>