Shades of Crimson #DB1247
Tints of Crimson #DB1247
RGB
CMYK
RGB Variations
Color information
#DB1247 (or 0xDB1247) is known color: Crimson. HEX triplet: DB, 12 and 47. RGB value is (219,18,71). Sum of RGB (Red+Green+Blue) = 219+18+71=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1247 is #24EDB8. Grayscale: #545454. Windows color (decimal): -2420153 or 4657883. OLE color: 4657883.
HSL color Cylindrical-coordinate representation of color #DB1247: hue angle of 344.18º 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 #DB1247 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 71 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.14 |
| HSL | 344.18º | 0.85% | 0.46% | - |
| HSV(B) | 344.18º | 0.92% | 0.86% | - |
| XYZ | 30.57 | 15.95 | 7.43 | - |
| YUV | 84.14 | 120.59 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 71 | 0 | 0.92 | 0.68 | 0.14 | 344.18 | 0.85 | 0.46 |
| Hex | DB | 12 | 47 | 0 | 5C | 44 | E | 158 | 55 | 2E |
| Octal | 333 | 22 | 107 | 0 | 134 | 104 | 16 | 530 | 125 | 56 |
| Binary | 11011011 | 10010 | 1000111 | 0 | 1011100 | 1000100 | 1110 | 101011000 | 1010101 | 101110 |
Color Harmonies of #DB1247
Complementary color
Monochromatic Colors of #DB1247
Black with #DB1247
Text Example
Text Example
White with #DB1247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1247; }
p { color: rgb(219,18,71); }
H1.HeaderClassName
{
color: #DB1247;
}
.AnyTagClassName
{
color: #DB1247;
}
</style>
background-color css
<style>
a { background-color: #DB1247; }
a { background-color: rgb(219,18,71); }
div.DivClassName
{
background-color: #DB1247;
}
.BgClassName
{
background-color: #DB1247;
}
</style>
border-color css
<style>
span { border-color: #DB1247; }
span { border-color: rgb(219,18,71); }
td.TdClassName
{
border-color: #DB1247;
}
.TagClassName
{
border-color: #DB1247;
}
</style>