Shades of Crimson #DB2344
Tints of Crimson #DB2344
RGB
CMYK
RGB Variations
Color information
#DB2344 (or 0xDB2344) is known color: Crimson. HEX triplet: DB, 23 and 44. RGB value is (219,35,68). Sum of RGB (Red+Green+Blue) = 219+35+68=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2344 is #24DCBB. Grayscale: #5D5D5D. Windows color (decimal): -2415804 or 4465627. OLE color: 4465627.
HSL color Cylindrical-coordinate representation of color #DB2344: hue angle of 349.24º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2344 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 68 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.14 |
| HSL | 349.24º | 0.72% | 0.5% | - |
| HSV(B) | 349.24º | 0.84% | 0.86% | - |
| XYZ | 30.86 | 16.68 | 7.06 | - |
| YUV | 93.78 | 113.46 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 68 | 0 | 0.84 | 0.69 | 0.14 | 349.24 | 0.72 | 0.5 |
| Hex | DB | 23 | 44 | 0 | 54 | 45 | E | 15D | 48 | 32 |
| Octal | 333 | 43 | 104 | 0 | 124 | 105 | 16 | 535 | 110 | 62 |
| Binary | 11011011 | 100011 | 1000100 | 0 | 1010100 | 1000101 | 1110 | 101011101 | 1001000 | 110010 |
Color Harmonies of #DB2344
Complementary color
Monochromatic Colors of #DB2344
Black with #DB2344
Text Example
Text Example
White with #DB2344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2344; }
p { color: rgb(219,35,68); }
H1.HeaderClassName
{
color: #DB2344;
}
.AnyTagClassName
{
color: #DB2344;
}
</style>
background-color css
<style>
a { background-color: #DB2344; }
a { background-color: rgb(219,35,68); }
div.DivClassName
{
background-color: #DB2344;
}
.BgClassName
{
background-color: #DB2344;
}
</style>
border-color css
<style>
span { border-color: #DB2344; }
span { border-color: rgb(219,35,68); }
td.TdClassName
{
border-color: #DB2344;
}
.TagClassName
{
border-color: #DB2344;
}
</style>