Shades of Crimson #DB1948
Tints of Crimson #DB1948
RGB
CMYK
RGB Variations
Color information
#DB1948 (or 0xDB1948) is known color: Crimson. HEX triplet: DB, 19 and 48. RGB value is (219,25,72). Sum of RGB (Red+Green+Blue) = 219+25+72=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1948 is #24E6B7. Grayscale: #585858. Windows color (decimal): -2418360 or 4725211. OLE color: 4725211.
HSL color Cylindrical-coordinate representation of color #DB1948: hue angle of 345.46º 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 #DB1948 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 72 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.14 |
| HSL | 345.46º | 0.8% | 0.48% | - |
| HSV(B) | 345.46º | 0.89% | 0.86% | - |
| XYZ | 30.73 | 16.22 | 7.64 | - |
| YUV | 88.36 | 118.77 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 72 | 0 | 0.89 | 0.67 | 0.14 | 345.46 | 0.8 | 0.48 |
| Hex | DB | 19 | 48 | 0 | 59 | 43 | E | 159 | 50 | 30 |
| Octal | 333 | 31 | 110 | 0 | 131 | 103 | 16 | 531 | 120 | 60 |
| Binary | 11011011 | 11001 | 1001000 | 0 | 1011001 | 1000011 | 1110 | 101011001 | 1010000 | 110000 |
Color Harmonies of #DB1948
Complementary color
Monochromatic Colors of #DB1948
Black with #DB1948
Text Example
Text Example
White with #DB1948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1948; }
p { color: rgb(219,25,72); }
H1.HeaderClassName
{
color: #DB1948;
}
.AnyTagClassName
{
color: #DB1948;
}
</style>
background-color css
<style>
a { background-color: #DB1948; }
a { background-color: rgb(219,25,72); }
div.DivClassName
{
background-color: #DB1948;
}
.BgClassName
{
background-color: #DB1948;
}
</style>
border-color css
<style>
span { border-color: #DB1948; }
span { border-color: rgb(219,25,72); }
td.TdClassName
{
border-color: #DB1948;
}
.TagClassName
{
border-color: #DB1948;
}
</style>