Shades of Crimson #DB1933
Tints of Crimson #DB1933
RGB
CMYK
RGB Variations
Color information
#DB1933 (or 0xDB1933) is known color: Crimson. HEX triplet: DB, 19 and 33. RGB value is (219,25,51). Sum of RGB (Red+Green+Blue) = 219+25+51=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1933 is #24E6CC. Grayscale: #565656. Windows color (decimal): -2418381 or 3348955. OLE color: 3348955.
HSL color Cylindrical-coordinate representation of color #DB1933: hue angle of 351.96º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1933 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 51 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.14 |
| HSL | 351.96º | 0.8% | 0.48% | - |
| HSV(B) | 351.96º | 0.89% | 0.86% | - |
| XYZ | 30.16 | 15.99 | 4.63 | - |
| YUV | 85.97 | 108.27 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 51 | 0 | 0.89 | 0.77 | 0.14 | 351.96 | 0.8 | 0.48 |
| Hex | DB | 19 | 33 | 0 | 59 | 4D | E | 160 | 50 | 30 |
| Octal | 333 | 31 | 63 | 0 | 131 | 115 | 16 | 540 | 120 | 60 |
| Binary | 11011011 | 11001 | 110011 | 0 | 1011001 | 1001101 | 1110 | 101100000 | 1010000 | 110000 |
Color Harmonies of #DB1933
Complementary color
Monochromatic Colors of #DB1933
Black with #DB1933
Text Example
Text Example
White with #DB1933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1933; }
p { color: rgb(219,25,51); }
H1.HeaderClassName
{
color: #DB1933;
}
.AnyTagClassName
{
color: #DB1933;
}
</style>
background-color css
<style>
a { background-color: #DB1933; }
a { background-color: rgb(219,25,51); }
div.DivClassName
{
background-color: #DB1933;
}
.BgClassName
{
background-color: #DB1933;
}
</style>
border-color css
<style>
span { border-color: #DB1933; }
span { border-color: rgb(219,25,51); }
td.TdClassName
{
border-color: #DB1933;
}
.TagClassName
{
border-color: #DB1933;
}
</style>