Shades of Crimson #DB0147
Tints of Crimson #DB0147
RGB
CMYK
RGB Variations
Color information
#DB0147 (or 0xDB0147) is known color: Crimson. HEX triplet: DB, 01 and 47. RGB value is (219,1,71). Sum of RGB (Red+Green+Blue) = 219+1+71=291 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.26% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0147 is #24FEB8. Grayscale: #4A4A4A. Windows color (decimal): -2424505 or 4653531. OLE color: 4653531.
HSL color Cylindrical-coordinate representation of color #DB0147: hue angle of 340.73º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0147 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 71 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.14 |
| HSL | 340.73º | 0.99% | 0.43% | - |
| HSV(B) | 340.73º | 1% | 0.86% | - |
| XYZ | 30.36 | 15.54 | 7.36 | - |
| YUV | 74.16 | 126.22 | 231.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 71 | 0 | 1.00 | 0.68 | 0.14 | 340.73 | 0.99 | 0.43 |
| Hex | DB | 1 | 47 | 0 | 64 | 44 | E | 155 | 63 | 2B |
| Octal | 333 | 1 | 107 | 0 | 144 | 104 | 16 | 525 | 143 | 53 |
| Binary | 11011011 | 1 | 1000111 | 0 | 1100100 | 1000100 | 1110 | 101010101 | 1100011 | 101011 |
Color Harmonies of #DB0147
Complementary color
Monochromatic Colors of #DB0147
Black with #DB0147
Text Example
Text Example
White with #DB0147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0147; }
p { color: rgb(219,1,71); }
H1.HeaderClassName
{
color: #DB0147;
}
.AnyTagClassName
{
color: #DB0147;
}
</style>
background-color css
<style>
a { background-color: #DB0147; }
a { background-color: rgb(219,1,71); }
div.DivClassName
{
background-color: #DB0147;
}
.BgClassName
{
background-color: #DB0147;
}
</style>
border-color css
<style>
span { border-color: #DB0147; }
span { border-color: rgb(219,1,71); }
td.TdClassName
{
border-color: #DB0147;
}
.TagClassName
{
border-color: #DB0147;
}
</style>