Shades of Crimson #DB1932
Tints of Crimson #DB1932
RGB
CMYK
RGB Variations
Color information
#DB1932 (or 0xDB1932) is known color: Crimson. HEX triplet: DB, 19 and 32. RGB value is (219,25,50). Sum of RGB (Red+Green+Blue) = 219+25+50=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1932 is #24E6CD. Grayscale: #555555. Windows color (decimal): -2418382 or 3283419. OLE color: 3283419.
HSL color Cylindrical-coordinate representation of color #DB1932: hue angle of 352.27º 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 #DB1932 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 50 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.14 |
| HSL | 352.27º | 0.8% | 0.48% | - |
| HSV(B) | 352.27º | 0.89% | 0.86% | - |
| XYZ | 30.14 | 15.99 | 4.51 | - |
| YUV | 85.86 | 107.77 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 50 | 0 | 0.89 | 0.77 | 0.14 | 352.27 | 0.8 | 0.48 |
| Hex | DB | 19 | 32 | 0 | 59 | 4D | E | 160 | 50 | 30 |
| Octal | 333 | 31 | 62 | 0 | 131 | 115 | 16 | 540 | 120 | 60 |
| Binary | 11011011 | 11001 | 110010 | 0 | 1011001 | 1001101 | 1110 | 101100000 | 1010000 | 110000 |
Color Harmonies of #DB1932
Complementary color
Monochromatic Colors of #DB1932
Black with #DB1932
Text Example
Text Example
White with #DB1932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1932; }
p { color: rgb(219,25,50); }
H1.HeaderClassName
{
color: #DB1932;
}
.AnyTagClassName
{
color: #DB1932;
}
</style>
background-color css
<style>
a { background-color: #DB1932; }
a { background-color: rgb(219,25,50); }
div.DivClassName
{
background-color: #DB1932;
}
.BgClassName
{
background-color: #DB1932;
}
</style>
border-color css
<style>
span { border-color: #DB1932; }
span { border-color: rgb(219,25,50); }
td.TdClassName
{
border-color: #DB1932;
}
.TagClassName
{
border-color: #DB1932;
}
</style>