Shades of Crimson #DB2144
Tints of Crimson #DB2144
RGB
CMYK
RGB Variations
Color information
#DB2144 (or 0xDB2144) is known color: Crimson. HEX triplet: DB, 21 and 44. RGB value is (219,33,68). Sum of RGB (Red+Green+Blue) = 219+33+68=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2144 is #24DEBB. Grayscale: #5C5C5C. Windows color (decimal): -2416316 or 4465115. OLE color: 4465115.
HSL color Cylindrical-coordinate representation of color #DB2144: hue angle of 348.71º 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 #DB2144 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 68 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.14 |
| HSL | 348.71º | 0.74% | 0.49% | - |
| HSV(B) | 348.71º | 0.85% | 0.86% | - |
| XYZ | 30.8 | 16.57 | 7.04 | - |
| YUV | 92.6 | 114.12 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 68 | 0 | 0.85 | 0.69 | 0.14 | 348.71 | 0.74 | 0.49 |
| Hex | DB | 21 | 44 | 0 | 55 | 45 | E | 15D | 4A | 31 |
| Octal | 333 | 41 | 104 | 0 | 125 | 105 | 16 | 535 | 112 | 61 |
| Binary | 11011011 | 100001 | 1000100 | 0 | 1010101 | 1000101 | 1110 | 101011101 | 1001010 | 110001 |
Color Harmonies of #DB2144
Complementary color
Monochromatic Colors of #DB2144
Black with #DB2144
Text Example
Text Example
White with #DB2144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2144; }
p { color: rgb(219,33,68); }
H1.HeaderClassName
{
color: #DB2144;
}
.AnyTagClassName
{
color: #DB2144;
}
</style>
background-color css
<style>
a { background-color: #DB2144; }
a { background-color: rgb(219,33,68); }
div.DivClassName
{
background-color: #DB2144;
}
.BgClassName
{
background-color: #DB2144;
}
</style>
border-color css
<style>
span { border-color: #DB2144; }
span { border-color: rgb(219,33,68); }
td.TdClassName
{
border-color: #DB2144;
}
.TagClassName
{
border-color: #DB2144;
}
</style>