Shades of Crimson #DB1736
Tints of Crimson #DB1736
RGB
CMYK
RGB Variations
Color information
#DB1736 (or 0xDB1736) is known color: Crimson. HEX triplet: DB, 17 and 36. RGB value is (219,23,54). Sum of RGB (Red+Green+Blue) = 219+23+54=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1736 is #24E8C9. Grayscale: #555555. Windows color (decimal): -2418890 or 3545051. OLE color: 3545051.
HSL color Cylindrical-coordinate representation of color #DB1736: hue angle of 350.51º 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 #DB1736 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 54 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.14 |
| HSL | 350.51º | 0.81% | 0.47% | - |
| HSV(B) | 350.51º | 0.89% | 0.86% | - |
| XYZ | 30.19 | 15.94 | 4.98 | - |
| YUV | 85.14 | 110.43 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 54 | 0 | 0.89 | 0.75 | 0.14 | 350.51 | 0.81 | 0.47 |
| Hex | DB | 17 | 36 | 0 | 59 | 4B | E | 15F | 51 | 2F |
| Octal | 333 | 27 | 66 | 0 | 131 | 113 | 16 | 537 | 121 | 57 |
| Binary | 11011011 | 10111 | 110110 | 0 | 1011001 | 1001011 | 1110 | 101011111 | 1010001 | 101111 |
Color Harmonies of #DB1736
Complementary color
Monochromatic Colors of #DB1736
Black with #DB1736
Text Example
Text Example
White with #DB1736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1736; }
p { color: rgb(219,23,54); }
H1.HeaderClassName
{
color: #DB1736;
}
.AnyTagClassName
{
color: #DB1736;
}
</style>
background-color css
<style>
a { background-color: #DB1736; }
a { background-color: rgb(219,23,54); }
div.DivClassName
{
background-color: #DB1736;
}
.BgClassName
{
background-color: #DB1736;
}
</style>
border-color css
<style>
span { border-color: #DB1736; }
span { border-color: rgb(219,23,54); }
td.TdClassName
{
border-color: #DB1736;
}
.TagClassName
{
border-color: #DB1736;
}
</style>