Shades of Crimson #DB1733
Tints of Crimson #DB1733
RGB
CMYK
RGB Variations
Color information
#DB1733 (or 0xDB1733) is known color: Crimson. HEX triplet: DB, 17 and 33. RGB value is (219,23,51). Sum of RGB (Red+Green+Blue) = 219+23+51=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1733 is #24E8CC. Grayscale: #545454. Windows color (decimal): -2418893 or 3348443. OLE color: 3348443.
HSL color Cylindrical-coordinate representation of color #DB1733: hue angle of 351.43º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1733 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 51 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.14 |
| HSL | 351.43º | 0.81% | 0.47% | - |
| HSV(B) | 351.43º | 0.89% | 0.86% | - |
| XYZ | 30.12 | 15.91 | 4.62 | - |
| YUV | 84.8 | 108.93 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 51 | 0 | 0.89 | 0.77 | 0.14 | 351.43 | 0.81 | 0.47 |
| Hex | DB | 17 | 33 | 0 | 59 | 4D | E | 15F | 51 | 2F |
| Octal | 333 | 27 | 63 | 0 | 131 | 115 | 16 | 537 | 121 | 57 |
| Binary | 11011011 | 10111 | 110011 | 0 | 1011001 | 1001101 | 1110 | 101011111 | 1010001 | 101111 |
Color Harmonies of #DB1733
Complementary color
Monochromatic Colors of #DB1733
Black with #DB1733
Text Example
Text Example
White with #DB1733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1733; }
p { color: rgb(219,23,51); }
H1.HeaderClassName
{
color: #DB1733;
}
.AnyTagClassName
{
color: #DB1733;
}
</style>
background-color css
<style>
a { background-color: #DB1733; }
a { background-color: rgb(219,23,51); }
div.DivClassName
{
background-color: #DB1733;
}
.BgClassName
{
background-color: #DB1733;
}
</style>
border-color css
<style>
span { border-color: #DB1733; }
span { border-color: rgb(219,23,51); }
td.TdClassName
{
border-color: #DB1733;
}
.TagClassName
{
border-color: #DB1733;
}
</style>