Shades of Crimson #DB0E46
Tints of Crimson #DB0E46
RGB
CMYK
RGB Variations
Color information
#DB0E46 (or 0xDB0E46) is known color: Crimson. HEX triplet: DB, 0E and 46. RGB value is (219,14,70). Sum of RGB (Red+Green+Blue) = 219+14+70=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0E46 is #24F1B9. Grayscale: #515151. Windows color (decimal): -2421178 or 4591323. OLE color: 4591323.
HSL color Cylindrical-coordinate representation of color #DB0E46: hue angle of 343.61º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0E46 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 70 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.14 |
| HSL | 343.61º | 0.88% | 0.46% | - |
| HSV(B) | 343.61º | 0.94% | 0.86% | - |
| XYZ | 30.48 | 15.82 | 7.24 | - |
| YUV | 81.68 | 121.42 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 70 | 0 | 0.94 | 0.68 | 0.14 | 343.61 | 0.88 | 0.46 |
| Hex | DB | E | 46 | 0 | 5E | 44 | E | 158 | 58 | 2E |
| Octal | 333 | 16 | 106 | 0 | 136 | 104 | 16 | 530 | 130 | 56 |
| Binary | 11011011 | 1110 | 1000110 | 0 | 1011110 | 1000100 | 1110 | 101011000 | 1011000 | 101110 |
Color Harmonies of #DB0E46
Complementary color
Monochromatic Colors of #DB0E46
Black with #DB0E46
Text Example
Text Example
White with #DB0E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0E46; }
p { color: rgb(219,14,70); }
H1.HeaderClassName
{
color: #DB0E46;
}
.AnyTagClassName
{
color: #DB0E46;
}
</style>
background-color css
<style>
a { background-color: #DB0E46; }
a { background-color: rgb(219,14,70); }
div.DivClassName
{
background-color: #DB0E46;
}
.BgClassName
{
background-color: #DB0E46;
}
</style>
border-color css
<style>
span { border-color: #DB0E46; }
span { border-color: rgb(219,14,70); }
td.TdClassName
{
border-color: #DB0E46;
}
.TagClassName
{
border-color: #DB0E46;
}
</style>