Shades of Crimson #DB1032
Tints of Crimson #DB1032
RGB
CMYK
RGB Variations
Color information
#DB1032 (or 0xDB1032) is known color: Crimson. HEX triplet: DB, 10 and 32. RGB value is (219,16,50). Sum of RGB (Red+Green+Blue) = 219+16+50=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1032 is #24EFCD. Grayscale: #505050. Windows color (decimal): -2420686 or 3281115. OLE color: 3281115.
HSL color Cylindrical-coordinate representation of color #DB1032: hue angle of 349.95º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB1032 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 50 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.14 |
| HSL | 349.95º | 0.86% | 0.46% | - |
| HSV(B) | 349.95º | 0.93% | 0.86% | - |
| XYZ | 29.97 | 15.66 | 4.46 | - |
| YUV | 80.57 | 110.75 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 50 | 0 | 0.93 | 0.77 | 0.14 | 349.95 | 0.86 | 0.46 |
| Hex | DB | 10 | 32 | 0 | 5D | 4D | E | 15E | 56 | 2E |
| Octal | 333 | 20 | 62 | 0 | 135 | 115 | 16 | 536 | 126 | 56 |
| Binary | 11011011 | 10000 | 110010 | 0 | 1011101 | 1001101 | 1110 | 101011110 | 1010110 | 101110 |
Color Harmonies of #DB1032
Complementary color
Monochromatic Colors of #DB1032
Black with #DB1032
Text Example
Text Example
White with #DB1032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1032; }
p { color: rgb(219,16,50); }
H1.HeaderClassName
{
color: #DB1032;
}
.AnyTagClassName
{
color: #DB1032;
}
</style>
background-color css
<style>
a { background-color: #DB1032; }
a { background-color: rgb(219,16,50); }
div.DivClassName
{
background-color: #DB1032;
}
.BgClassName
{
background-color: #DB1032;
}
</style>
border-color css
<style>
span { border-color: #DB1032; }
span { border-color: rgb(219,16,50); }
td.TdClassName
{
border-color: #DB1032;
}
.TagClassName
{
border-color: #DB1032;
}
</style>