Shades of Crimson #DB1947
Tints of Crimson #DB1947
RGB
CMYK
RGB Variations
Color information
#DB1947 (or 0xDB1947) is known color: Crimson. HEX triplet: DB, 19 and 47. RGB value is (219,25,71). Sum of RGB (Red+Green+Blue) = 219+25+71=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1947 is #24E6B8. Grayscale: #585858. Windows color (decimal): -2418361 or 4659675. OLE color: 4659675.
HSL color Cylindrical-coordinate representation of color #DB1947: hue angle of 345.77º 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 #DB1947 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 71 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.14 |
| HSL | 345.77º | 0.8% | 0.48% | - |
| HSV(B) | 345.77º | 0.89% | 0.86% | - |
| XYZ | 30.7 | 16.21 | 7.47 | - |
| YUV | 88.25 | 118.27 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 71 | 0 | 0.89 | 0.68 | 0.14 | 345.77 | 0.8 | 0.48 |
| Hex | DB | 19 | 47 | 0 | 59 | 44 | E | 15A | 50 | 30 |
| Octal | 333 | 31 | 107 | 0 | 131 | 104 | 16 | 532 | 120 | 60 |
| Binary | 11011011 | 11001 | 1000111 | 0 | 1011001 | 1000100 | 1110 | 101011010 | 1010000 | 110000 |
Color Harmonies of #DB1947
Complementary color
Monochromatic Colors of #DB1947
Black with #DB1947
Text Example
Text Example
White with #DB1947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1947; }
p { color: rgb(219,25,71); }
H1.HeaderClassName
{
color: #DB1947;
}
.AnyTagClassName
{
color: #DB1947;
}
</style>
background-color css
<style>
a { background-color: #DB1947; }
a { background-color: rgb(219,25,71); }
div.DivClassName
{
background-color: #DB1947;
}
.BgClassName
{
background-color: #DB1947;
}
</style>
border-color css
<style>
span { border-color: #DB1947; }
span { border-color: rgb(219,25,71); }
td.TdClassName
{
border-color: #DB1947;
}
.TagClassName
{
border-color: #DB1947;
}
</style>