Shades of Crimson #DB1248
Tints of Crimson #DB1248
RGB
CMYK
RGB Variations
Color information
#DB1248 (or 0xDB1248) is known color: Crimson. HEX triplet: DB, 12 and 48. RGB value is (219,18,72). Sum of RGB (Red+Green+Blue) = 219+18+72=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1248 is #24EDB7. Grayscale: #545454. Windows color (decimal): -2420152 or 4723419. OLE color: 4723419.
HSL color Cylindrical-coordinate representation of color #DB1248: hue angle of 343.88º degrees, saturation: 0.85, 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 #DB1248 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 72 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.14 |
| HSL | 343.88º | 0.85% | 0.46% | - |
| HSV(B) | 343.88º | 0.92% | 0.86% | - |
| XYZ | 30.6 | 15.96 | 7.6 | - |
| YUV | 84.26 | 121.09 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 72 | 0 | 0.92 | 0.67 | 0.14 | 343.88 | 0.85 | 0.46 |
| Hex | DB | 12 | 48 | 0 | 5C | 43 | E | 158 | 55 | 2E |
| Octal | 333 | 22 | 110 | 0 | 134 | 103 | 16 | 530 | 125 | 56 |
| Binary | 11011011 | 10010 | 1001000 | 0 | 1011100 | 1000011 | 1110 | 101011000 | 1010101 | 101110 |
Color Harmonies of #DB1248
Complementary color
Monochromatic Colors of #DB1248
Black with #DB1248
Text Example
Text Example
White with #DB1248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1248; }
p { color: rgb(219,18,72); }
H1.HeaderClassName
{
color: #DB1248;
}
.AnyTagClassName
{
color: #DB1248;
}
</style>
background-color css
<style>
a { background-color: #DB1248; }
a { background-color: rgb(219,18,72); }
div.DivClassName
{
background-color: #DB1248;
}
.BgClassName
{
background-color: #DB1248;
}
</style>
border-color css
<style>
span { border-color: #DB1248; }
span { border-color: rgb(219,18,72); }
td.TdClassName
{
border-color: #DB1248;
}
.TagClassName
{
border-color: #DB1248;
}
</style>