Shades of Crimson #DB2145
Tints of Crimson #DB2145
RGB
CMYK
RGB Variations
Color information
#DB2145 (or 0xDB2145) is known color: Crimson. HEX triplet: DB, 21 and 45. RGB value is (219,33,69). Sum of RGB (Red+Green+Blue) = 219+33+69=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2145 is #24DEBA. Grayscale: #5C5C5C. Windows color (decimal): -2416315 or 4530651. OLE color: 4530651.
HSL color Cylindrical-coordinate representation of color #DB2145: hue angle of 348.39º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2145 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 69 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.14 |
| HSL | 348.39º | 0.74% | 0.49% | - |
| HSV(B) | 348.39º | 0.85% | 0.86% | - |
| XYZ | 30.83 | 16.58 | 7.2 | - |
| YUV | 92.72 | 114.62 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 69 | 0 | 0.85 | 0.68 | 0.14 | 348.39 | 0.74 | 0.49 |
| Hex | DB | 21 | 45 | 0 | 55 | 44 | E | 15C | 4A | 31 |
| Octal | 333 | 41 | 105 | 0 | 125 | 104 | 16 | 534 | 112 | 61 |
| Binary | 11011011 | 100001 | 1000101 | 0 | 1010101 | 1000100 | 1110 | 101011100 | 1001010 | 110001 |
Color Harmonies of #DB2145
Complementary color
Monochromatic Colors of #DB2145
Black with #DB2145
Text Example
Text Example
White with #DB2145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2145; }
p { color: rgb(219,33,69); }
H1.HeaderClassName
{
color: #DB2145;
}
.AnyTagClassName
{
color: #DB2145;
}
</style>
background-color css
<style>
a { background-color: #DB2145; }
a { background-color: rgb(219,33,69); }
div.DivClassName
{
background-color: #DB2145;
}
.BgClassName
{
background-color: #DB2145;
}
</style>
border-color css
<style>
span { border-color: #DB2145; }
span { border-color: rgb(219,33,69); }
td.TdClassName
{
border-color: #DB2145;
}
.TagClassName
{
border-color: #DB2145;
}
</style>