Shades of Crimson #DB0F2E
Tints of Crimson #DB0F2E
RGB
CMYK
RGB Variations
Color information
#DB0F2E (or 0xDB0F2E) is known color: Crimson. HEX triplet: DB, 0F and 2E. RGB value is (219,15,46). Sum of RGB (Red+Green+Blue) = 219+15+46=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0F2E is #24F0D1. Grayscale: #4F4F4F. Windows color (decimal): -2420946 or 3018715. OLE color: 3018715.
HSL color Cylindrical-coordinate representation of color #DB0F2E: hue angle of 350.88º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB0F2E is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 46 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.14 |
| HSL | 350.88º | 0.87% | 0.46% | - |
| HSV(B) | 350.88º | 0.93% | 0.86% | - |
| XYZ | 29.88 | 15.6 | 4.02 | - |
| YUV | 79.53 | 109.09 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 46 | 0 | 0.93 | 0.79 | 0.14 | 350.88 | 0.87 | 0.46 |
| Hex | DB | F | 2E | 0 | 5D | 4F | E | 15F | 57 | 2E |
| Octal | 333 | 17 | 56 | 0 | 135 | 117 | 16 | 537 | 127 | 56 |
| Binary | 11011011 | 1111 | 101110 | 0 | 1011101 | 1001111 | 1110 | 101011111 | 1010111 | 101110 |
Color Harmonies of #DB0F2E
Complementary color
Monochromatic Colors of #DB0F2E
Black with #DB0F2E
Text Example
Text Example
White with #DB0F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0F2E; }
p { color: rgb(219,15,46); }
H1.HeaderClassName
{
color: #DB0F2E;
}
.AnyTagClassName
{
color: #DB0F2E;
}
</style>
background-color css
<style>
a { background-color: #DB0F2E; }
a { background-color: rgb(219,15,46); }
div.DivClassName
{
background-color: #DB0F2E;
}
.BgClassName
{
background-color: #DB0F2E;
}
</style>
border-color css
<style>
span { border-color: #DB0F2E; }
span { border-color: rgb(219,15,46); }
td.TdClassName
{
border-color: #DB0F2E;
}
.TagClassName
{
border-color: #DB0F2E;
}
</style>