Shades of Crimson #DB0F2C
Tints of Crimson #DB0F2C
RGB
CMYK
RGB Variations
Color information
#DB0F2C (or 0xDB0F2C) is known color: Crimson. HEX triplet: DB, 0F and 2C. RGB value is (219,15,44). Sum of RGB (Red+Green+Blue) = 219+15+44=278 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.78% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0F2C is #24F0D3. Grayscale: #4F4F4F. Windows color (decimal): -2420948 or 2887643. OLE color: 2887643.
HSL color Cylindrical-coordinate representation of color #DB0F2C: hue angle of 351.47º 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 #DB0F2C is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 44 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.14 |
| HSL | 351.47º | 0.87% | 0.46% | - |
| HSV(B) | 351.47º | 0.93% | 0.86% | - |
| XYZ | 29.84 | 15.58 | 3.82 | - |
| YUV | 79.3 | 108.09 | 227.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 44 | 0 | 0.93 | 0.80 | 0.14 | 351.47 | 0.87 | 0.46 |
| Hex | DB | F | 2C | 0 | 5D | 50 | E | 15F | 57 | 2E |
| Octal | 333 | 17 | 54 | 0 | 135 | 120 | 16 | 537 | 127 | 56 |
| Binary | 11011011 | 1111 | 101100 | 0 | 1011101 | 1010000 | 1110 | 101011111 | 1010111 | 101110 |
Color Harmonies of #DB0F2C
Complementary color
Monochromatic Colors of #DB0F2C
Black with #DB0F2C
Text Example
Text Example
White with #DB0F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0F2C; }
p { color: rgb(219,15,44); }
H1.HeaderClassName
{
color: #DB0F2C;
}
.AnyTagClassName
{
color: #DB0F2C;
}
</style>
background-color css
<style>
a { background-color: #DB0F2C; }
a { background-color: rgb(219,15,44); }
div.DivClassName
{
background-color: #DB0F2C;
}
.BgClassName
{
background-color: #DB0F2C;
}
</style>
border-color css
<style>
span { border-color: #DB0F2C; }
span { border-color: rgb(219,15,44); }
td.TdClassName
{
border-color: #DB0F2C;
}
.TagClassName
{
border-color: #DB0F2C;
}
</style>