Shades of Crimson #DB1143
Tints of Crimson #DB1143
RGB
CMYK
RGB Variations
Color information
#DB1143 (or 0xDB1143) is known color: Crimson. HEX triplet: DB, 11 and 43. RGB value is (219,17,67). Sum of RGB (Red+Green+Blue) = 219+17+67=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1143 is #24EEBC. Grayscale: #535353. Windows color (decimal): -2420413 or 4395483. OLE color: 4395483.
HSL color Cylindrical-coordinate representation of color #DB1143: hue angle of 345.15º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1143 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 67 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.14 |
| HSL | 345.15º | 0.86% | 0.46% | - |
| HSV(B) | 345.15º | 0.92% | 0.86% | - |
| XYZ | 30.43 | 15.87 | 6.77 | - |
| YUV | 83.1 | 118.92 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 67 | 0 | 0.92 | 0.69 | 0.14 | 345.15 | 0.86 | 0.46 |
| Hex | DB | 11 | 43 | 0 | 5C | 45 | E | 159 | 56 | 2E |
| Octal | 333 | 21 | 103 | 0 | 134 | 105 | 16 | 531 | 126 | 56 |
| Binary | 11011011 | 10001 | 1000011 | 0 | 1011100 | 1000101 | 1110 | 101011001 | 1010110 | 101110 |
Color Harmonies of #DB1143
Complementary color
Monochromatic Colors of #DB1143
Black with #DB1143
Text Example
Text Example
White with #DB1143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1143; }
p { color: rgb(219,17,67); }
H1.HeaderClassName
{
color: #DB1143;
}
.AnyTagClassName
{
color: #DB1143;
}
</style>
background-color css
<style>
a { background-color: #DB1143; }
a { background-color: rgb(219,17,67); }
div.DivClassName
{
background-color: #DB1143;
}
.BgClassName
{
background-color: #DB1143;
}
</style>
border-color css
<style>
span { border-color: #DB1143; }
span { border-color: rgb(219,17,67); }
td.TdClassName
{
border-color: #DB1143;
}
.TagClassName
{
border-color: #DB1143;
}
</style>