Shades of Crimson #DB1045
Tints of Crimson #DB1045
RGB
CMYK
RGB Variations
Color information
#DB1045 (or 0xDB1045) is known color: Crimson. HEX triplet: DB, 10 and 45. RGB value is (219,16,69). Sum of RGB (Red+Green+Blue) = 219+16+69=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1045 is #24EFBA. Grayscale: #525252. Windows color (decimal): -2420667 or 4526299. OLE color: 4526299.
HSL color Cylindrical-coordinate representation of color #DB1045: hue angle of 344.33º 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 #DB1045 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 69 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.14 |
| HSL | 344.34º | 0.86% | 0.46% | - |
| HSV(B) | 344.34º | 0.93% | 0.86% | - |
| XYZ | 30.47 | 15.86 | 7.09 | - |
| YUV | 82.74 | 120.25 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 69 | 0 | 0.93 | 0.68 | 0.14 | 344.34 | 0.86 | 0.46 |
| Hex | DB | 10 | 45 | 0 | 5D | 44 | E | 158 | 56 | 2E |
| Octal | 333 | 20 | 105 | 0 | 135 | 104 | 16 | 530 | 126 | 56 |
| Binary | 11011011 | 10000 | 1000101 | 0 | 1011101 | 1000100 | 1110 | 101011000 | 1010110 | 101110 |
Color Harmonies of #DB1045
Complementary color
Monochromatic Colors of #DB1045
Black with #DB1045
Text Example
Text Example
White with #DB1045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1045; }
p { color: rgb(219,16,69); }
H1.HeaderClassName
{
color: #DB1045;
}
.AnyTagClassName
{
color: #DB1045;
}
</style>
background-color css
<style>
a { background-color: #DB1045; }
a { background-color: rgb(219,16,69); }
div.DivClassName
{
background-color: #DB1045;
}
.BgClassName
{
background-color: #DB1045;
}
</style>
border-color css
<style>
span { border-color: #DB1045; }
span { border-color: rgb(219,16,69); }
td.TdClassName
{
border-color: #DB1045;
}
.TagClassName
{
border-color: #DB1045;
}
</style>