Shades of Crimson #DB2143
Tints of Crimson #DB2143
RGB
CMYK
RGB Variations
Color information
#DB2143 (or 0xDB2143) is known color: Crimson. HEX triplet: DB, 21 and 43. RGB value is (219,33,67). Sum of RGB (Red+Green+Blue) = 219+33+67=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2143 is #24DEBC. Grayscale: #5C5C5C. Windows color (decimal): -2416317 or 4399579. OLE color: 4399579.
HSL color Cylindrical-coordinate representation of color #DB2143: hue angle of 349.03º 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 #DB2143 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 67 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.14 |
| HSL | 349.03º | 0.74% | 0.49% | - |
| HSV(B) | 349.03º | 0.85% | 0.86% | - |
| XYZ | 30.77 | 16.55 | 6.88 | - |
| YUV | 92.49 | 113.62 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 67 | 0 | 0.85 | 0.69 | 0.14 | 349.03 | 0.74 | 0.49 |
| Hex | DB | 21 | 43 | 0 | 55 | 45 | E | 15D | 4A | 31 |
| Octal | 333 | 41 | 103 | 0 | 125 | 105 | 16 | 535 | 112 | 61 |
| Binary | 11011011 | 100001 | 1000011 | 0 | 1010101 | 1000101 | 1110 | 101011101 | 1001010 | 110001 |
Color Harmonies of #DB2143
Complementary color
Monochromatic Colors of #DB2143
Black with #DB2143
Text Example
Text Example
White with #DB2143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2143; }
p { color: rgb(219,33,67); }
H1.HeaderClassName
{
color: #DB2143;
}
.AnyTagClassName
{
color: #DB2143;
}
</style>
background-color css
<style>
a { background-color: #DB2143; }
a { background-color: rgb(219,33,67); }
div.DivClassName
{
background-color: #DB2143;
}
.BgClassName
{
background-color: #DB2143;
}
</style>
border-color css
<style>
span { border-color: #DB2143; }
span { border-color: rgb(219,33,67); }
td.TdClassName
{
border-color: #DB2143;
}
.TagClassName
{
border-color: #DB2143;
}
</style>