Shades of Crimson #DB1544
Tints of Crimson #DB1544
RGB
CMYK
RGB Variations
Color information
#DB1544 (or 0xDB1544) is known color: Crimson. HEX triplet: DB, 15 and 44. RGB value is (219,21,68). Sum of RGB (Red+Green+Blue) = 219+21+68=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1544 is #24EABB. Grayscale: #555555. Windows color (decimal): -2419388 or 4462043. OLE color: 4462043.
HSL color Cylindrical-coordinate representation of color #DB1544: hue angle of 345.76º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1544 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 68 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.14 |
| HSL | 345.76º | 0.83% | 0.47% | - |
| HSV(B) | 345.76º | 0.9% | 0.86% | - |
| XYZ | 30.52 | 16.01 | 6.95 | - |
| YUV | 85.56 | 118.1 | 223.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 68 | 0 | 0.90 | 0.69 | 0.14 | 345.76 | 0.83 | 0.47 |
| Hex | DB | 15 | 44 | 0 | 5A | 45 | E | 15A | 52 | 2F |
| Octal | 333 | 25 | 104 | 0 | 132 | 105 | 16 | 532 | 122 | 57 |
| Binary | 11011011 | 10101 | 1000100 | 0 | 1011010 | 1000101 | 1110 | 101011010 | 1010010 | 101111 |
Color Harmonies of #DB1544
Complementary color
Monochromatic Colors of #DB1544
Black with #DB1544
Text Example
Text Example
White with #DB1544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1544; }
p { color: rgb(219,21,68); }
H1.HeaderClassName
{
color: #DB1544;
}
.AnyTagClassName
{
color: #DB1544;
}
</style>
background-color css
<style>
a { background-color: #DB1544; }
a { background-color: rgb(219,21,68); }
div.DivClassName
{
background-color: #DB1544;
}
.BgClassName
{
background-color: #DB1544;
}
</style>
border-color css
<style>
span { border-color: #DB1544; }
span { border-color: rgb(219,21,68); }
td.TdClassName
{
border-color: #DB1544;
}
.TagClassName
{
border-color: #DB1544;
}
</style>