Shades of Crimson #DB1743
Tints of Crimson #DB1743
RGB
CMYK
RGB Variations
Color information
#DB1743 (or 0xDB1743) is known color: Crimson. HEX triplet: DB, 17 and 43. RGB value is (219,23,67). Sum of RGB (Red+Green+Blue) = 219+23+67=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1743 is #24E8BC. Grayscale: #565656. Windows color (decimal): -2418877 or 4397019. OLE color: 4397019.
HSL color Cylindrical-coordinate representation of color #DB1743: hue angle of 346.53º 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 #DB1743 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 67 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.14 |
| HSL | 346.53º | 0.81% | 0.47% | - |
| HSV(B) | 346.53º | 0.89% | 0.86% | - |
| XYZ | 30.53 | 16.08 | 6.8 | - |
| YUV | 86.62 | 116.93 | 222.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 67 | 0 | 0.89 | 0.69 | 0.14 | 346.53 | 0.81 | 0.47 |
| Hex | DB | 17 | 43 | 0 | 59 | 45 | E | 15B | 51 | 2F |
| Octal | 333 | 27 | 103 | 0 | 131 | 105 | 16 | 533 | 121 | 57 |
| Binary | 11011011 | 10111 | 1000011 | 0 | 1011001 | 1000101 | 1110 | 101011011 | 1010001 | 101111 |
Color Harmonies of #DB1743
Complementary color
Monochromatic Colors of #DB1743
Black with #DB1743
Text Example
Text Example
White with #DB1743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1743; }
p { color: rgb(219,23,67); }
H1.HeaderClassName
{
color: #DB1743;
}
.AnyTagClassName
{
color: #DB1743;
}
</style>
background-color css
<style>
a { background-color: #DB1743; }
a { background-color: rgb(219,23,67); }
div.DivClassName
{
background-color: #DB1743;
}
.BgClassName
{
background-color: #DB1743;
}
</style>
border-color css
<style>
span { border-color: #DB1743; }
span { border-color: rgb(219,23,67); }
td.TdClassName
{
border-color: #DB1743;
}
.TagClassName
{
border-color: #DB1743;
}
</style>