Shades of Crimson #DB1944
Tints of Crimson #DB1944
RGB
CMYK
RGB Variations
Color information
#DB1944 (or 0xDB1944) is known color: Crimson. HEX triplet: DB, 19 and 44. RGB value is (219,25,68). Sum of RGB (Red+Green+Blue) = 219+25+68=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1944 is #24E6BB. Grayscale: #575757. Windows color (decimal): -2418364 or 4463067. OLE color: 4463067.
HSL color Cylindrical-coordinate representation of color #DB1944: hue angle of 346.7º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1944 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 68 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.14 |
| HSL | 346.7º | 0.8% | 0.48% | - |
| HSV(B) | 346.7º | 0.89% | 0.86% | - |
| XYZ | 30.6 | 16.17 | 6.98 | - |
| YUV | 87.91 | 116.77 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 68 | 0 | 0.89 | 0.69 | 0.14 | 346.7 | 0.8 | 0.48 |
| Hex | DB | 19 | 44 | 0 | 59 | 45 | E | 15B | 50 | 30 |
| Octal | 333 | 31 | 104 | 0 | 131 | 105 | 16 | 533 | 120 | 60 |
| Binary | 11011011 | 11001 | 1000100 | 0 | 1011001 | 1000101 | 1110 | 101011011 | 1010000 | 110000 |
Color Harmonies of #DB1944
Complementary color
Monochromatic Colors of #DB1944
Black with #DB1944
Text Example
Text Example
White with #DB1944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1944; }
p { color: rgb(219,25,68); }
H1.HeaderClassName
{
color: #DB1944;
}
.AnyTagClassName
{
color: #DB1944;
}
</style>
background-color css
<style>
a { background-color: #DB1944; }
a { background-color: rgb(219,25,68); }
div.DivClassName
{
background-color: #DB1944;
}
.BgClassName
{
background-color: #DB1944;
}
</style>
border-color css
<style>
span { border-color: #DB1944; }
span { border-color: rgb(219,25,68); }
td.TdClassName
{
border-color: #DB1944;
}
.TagClassName
{
border-color: #DB1944;
}
</style>