Shades of Crimson #DB0545
Tints of Crimson #DB0545
RGB
CMYK
RGB Variations
Color information
#DB0545 (or 0xDB0545) is known color: Crimson. HEX triplet: DB, 05 and 45. RGB value is (219,5,69). Sum of RGB (Red+Green+Blue) = 219+5+69=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0545 is #24FABA. Grayscale: #4C4C4C. Windows color (decimal): -2423483 or 4523483. OLE color: 4523483.
HSL color Cylindrical-coordinate representation of color #DB0545: hue angle of 342.06º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0545 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 69 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.14 |
| HSL | 342.06º | 0.96% | 0.44% | - |
| HSV(B) | 342.06º | 0.98% | 0.86% | - |
| XYZ | 30.34 | 15.6 | 7.04 | - |
| YUV | 76.28 | 123.9 | 229.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 69 | 0 | 0.98 | 0.68 | 0.14 | 342.06 | 0.96 | 0.44 |
| Hex | DB | 5 | 45 | 0 | 62 | 44 | E | 156 | 60 | 2C |
| Octal | 333 | 5 | 105 | 0 | 142 | 104 | 16 | 526 | 140 | 54 |
| Binary | 11011011 | 101 | 1000101 | 0 | 1100010 | 1000100 | 1110 | 101010110 | 1100000 | 101100 |
Color Harmonies of #DB0545
Complementary color
Monochromatic Colors of #DB0545
Black with #DB0545
Text Example
Text Example
White with #DB0545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0545; }
p { color: rgb(219,5,69); }
H1.HeaderClassName
{
color: #DB0545;
}
.AnyTagClassName
{
color: #DB0545;
}
</style>
background-color css
<style>
a { background-color: #DB0545; }
a { background-color: rgb(219,5,69); }
div.DivClassName
{
background-color: #DB0545;
}
.BgClassName
{
background-color: #DB0545;
}
</style>
border-color css
<style>
span { border-color: #DB0545; }
span { border-color: rgb(219,5,69); }
td.TdClassName
{
border-color: #DB0545;
}
.TagClassName
{
border-color: #DB0545;
}
</style>