Shades of Crimson #DB1636
Tints of Crimson #DB1636
RGB
CMYK
RGB Variations
Color information
#DB1636 (or 0xDB1636) is known color: Crimson. HEX triplet: DB, 16 and 36. RGB value is (219,22,54). Sum of RGB (Red+Green+Blue) = 219+22+54=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1636 is #24E9C9. Grayscale: #545454. Windows color (decimal): -2419146 or 3544795. OLE color: 3544795.
HSL color Cylindrical-coordinate representation of color #DB1636: hue angle of 350.25º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1636 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 54 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.14 |
| HSL | 350.25º | 0.82% | 0.47% | - |
| HSV(B) | 350.25º | 0.9% | 0.86% | - |
| XYZ | 30.17 | 15.9 | 4.97 | - |
| YUV | 84.55 | 110.77 | 223.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 54 | 0 | 0.90 | 0.75 | 0.14 | 350.25 | 0.82 | 0.47 |
| Hex | DB | 16 | 36 | 0 | 5A | 4B | E | 15E | 52 | 2F |
| Octal | 333 | 26 | 66 | 0 | 132 | 113 | 16 | 536 | 122 | 57 |
| Binary | 11011011 | 10110 | 110110 | 0 | 1011010 | 1001011 | 1110 | 101011110 | 1010010 | 101111 |
Color Harmonies of #DB1636
Complementary color
Monochromatic Colors of #DB1636
Black with #DB1636
Text Example
Text Example
White with #DB1636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1636; }
p { color: rgb(219,22,54); }
H1.HeaderClassName
{
color: #DB1636;
}
.AnyTagClassName
{
color: #DB1636;
}
</style>
background-color css
<style>
a { background-color: #DB1636; }
a { background-color: rgb(219,22,54); }
div.DivClassName
{
background-color: #DB1636;
}
.BgClassName
{
background-color: #DB1636;
}
</style>
border-color css
<style>
span { border-color: #DB1636; }
span { border-color: rgb(219,22,54); }
td.TdClassName
{
border-color: #DB1636;
}
.TagClassName
{
border-color: #DB1636;
}
</style>