Shades of Crimson #DB1043
Tints of Crimson #DB1043
RGB
CMYK
RGB Variations
Color information
#DB1043 (or 0xDB1043) is known color: Crimson. HEX triplet: DB, 10 and 43. RGB value is (219,16,67). Sum of RGB (Red+Green+Blue) = 219+16+67=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 67 (26.56% from 255 or 22.19% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1043 is #24EFBC. Grayscale: #525252. Windows color (decimal): -2420669 or 4395227. OLE color: 4395227.
HSL color Cylindrical-coordinate representation of color #DB1043: hue angle of 344.93º 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 #DB1043 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 67 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.14 |
| HSL | 344.93º | 0.86% | 0.46% | - |
| HSV(B) | 344.93º | 0.93% | 0.86% | - |
| XYZ | 30.41 | 15.84 | 6.76 | - |
| YUV | 82.51 | 119.25 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 67 | 0 | 0.93 | 0.69 | 0.14 | 344.93 | 0.86 | 0.46 |
| Hex | DB | 10 | 43 | 0 | 5D | 45 | E | 159 | 56 | 2E |
| Octal | 333 | 20 | 103 | 0 | 135 | 105 | 16 | 531 | 126 | 56 |
| Binary | 11011011 | 10000 | 1000011 | 0 | 1011101 | 1000101 | 1110 | 101011001 | 1010110 | 101110 |
Color Harmonies of #DB1043
Complementary color
Monochromatic Colors of #DB1043
Black with #DB1043
Text Example
Text Example
White with #DB1043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1043; }
p { color: rgb(219,16,67); }
H1.HeaderClassName
{
color: #DB1043;
}
.AnyTagClassName
{
color: #DB1043;
}
</style>
background-color css
<style>
a { background-color: #DB1043; }
a { background-color: rgb(219,16,67); }
div.DivClassName
{
background-color: #DB1043;
}
.BgClassName
{
background-color: #DB1043;
}
</style>
border-color css
<style>
span { border-color: #DB1043; }
span { border-color: rgb(219,16,67); }
td.TdClassName
{
border-color: #DB1043;
}
.TagClassName
{
border-color: #DB1043;
}
</style>