Shades of Crimson #DB1148
Tints of Crimson #DB1148
RGB
CMYK
RGB Variations
Color information
#DB1148 (or 0xDB1148) is known color: Crimson. HEX triplet: DB, 11 and 48. RGB value is (219,17,72). Sum of RGB (Red+Green+Blue) = 219+17+72=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1148 is #24EEB7. Grayscale: #535353. Windows color (decimal): -2420408 or 4723163. OLE color: 4723163.
HSL color Cylindrical-coordinate representation of color #DB1148: hue angle of 343.66º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1148 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 72 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.14 |
| HSL | 343.66º | 0.86% | 0.46% | - |
| HSV(B) | 343.66º | 0.92% | 0.86% | - |
| XYZ | 30.58 | 15.93 | 7.59 | - |
| YUV | 83.67 | 121.42 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 72 | 0 | 0.92 | 0.67 | 0.14 | 343.66 | 0.86 | 0.46 |
| Hex | DB | 11 | 48 | 0 | 5C | 43 | E | 158 | 56 | 2E |
| Octal | 333 | 21 | 110 | 0 | 134 | 103 | 16 | 530 | 126 | 56 |
| Binary | 11011011 | 10001 | 1001000 | 0 | 1011100 | 1000011 | 1110 | 101011000 | 1010110 | 101110 |
Color Harmonies of #DB1148
Complementary color
Monochromatic Colors of #DB1148
Black with #DB1148
Text Example
Text Example
White with #DB1148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1148; }
p { color: rgb(219,17,72); }
H1.HeaderClassName
{
color: #DB1148;
}
.AnyTagClassName
{
color: #DB1148;
}
</style>
background-color css
<style>
a { background-color: #DB1148; }
a { background-color: rgb(219,17,72); }
div.DivClassName
{
background-color: #DB1148;
}
.BgClassName
{
background-color: #DB1148;
}
</style>
border-color css
<style>
span { border-color: #DB1148; }
span { border-color: rgb(219,17,72); }
td.TdClassName
{
border-color: #DB1148;
}
.TagClassName
{
border-color: #DB1148;
}
</style>