Shades of Crimson #DB0733
Tints of Crimson #DB0733
RGB
CMYK
RGB Variations
Color information
#DB0733 (or 0xDB0733) is known color: Crimson. HEX triplet: DB, 07 and 33. RGB value is (219,7,51). Sum of RGB (Red+Green+Blue) = 219+7+51=277 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.06% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0733 is #24F8CC. Grayscale: #4B4B4B. Windows color (decimal): -2422989 or 3344347. OLE color: 3344347.
HSL color Cylindrical-coordinate representation of color #DB0733: hue angle of 347.55º degrees, saturation: 0.94, 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 #DB0733 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 51 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.14 |
| HSL | 347.55º | 0.94% | 0.44% | - |
| HSV(B) | 347.55º | 0.97% | 0.86% | - |
| XYZ | 29.89 | 15.45 | 4.54 | - |
| YUV | 75.4 | 114.24 | 230.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 51 | 0 | 0.97 | 0.77 | 0.14 | 347.55 | 0.94 | 0.44 |
| Hex | DB | 7 | 33 | 0 | 61 | 4D | E | 15C | 5E | 2C |
| Octal | 333 | 7 | 63 | 0 | 141 | 115 | 16 | 534 | 136 | 54 |
| Binary | 11011011 | 111 | 110011 | 0 | 1100001 | 1001101 | 1110 | 101011100 | 1011110 | 101100 |
Color Harmonies of #DB0733
Complementary color
Monochromatic Colors of #DB0733
Black with #DB0733
Text Example
Text Example
White with #DB0733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0733; }
p { color: rgb(219,7,51); }
H1.HeaderClassName
{
color: #DB0733;
}
.AnyTagClassName
{
color: #DB0733;
}
</style>
background-color css
<style>
a { background-color: #DB0733; }
a { background-color: rgb(219,7,51); }
div.DivClassName
{
background-color: #DB0733;
}
.BgClassName
{
background-color: #DB0733;
}
</style>
border-color css
<style>
span { border-color: #DB0733; }
span { border-color: rgb(219,7,51); }
td.TdClassName
{
border-color: #DB0733;
}
.TagClassName
{
border-color: #DB0733;
}
</style>