Shades of Crimson #DB072E
Tints of Crimson #DB072E
RGB
CMYK
RGB Variations
Color information
#DB072E (or 0xDB072E) is known color: Crimson. HEX triplet: DB, 07 and 2E. RGB value is (219,7,46). Sum of RGB (Red+Green+Blue) = 219+7+46=272 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.51% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 219 - color contains mainly: red. Hex color #DB072E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB072E is #24F8D1. Grayscale: #4A4A4A. Windows color (decimal): -2422994 or 3016667. OLE color: 3016667.
HSL color Cylindrical-coordinate representation of color #DB072E: hue angle of 348.96º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB072E is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 46 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.14 |
| HSL | 348.96º | 0.94% | 0.44% | - |
| HSV(B) | 348.96º | 0.97% | 0.86% | - |
| XYZ | 29.78 | 15.41 | 3.99 | - |
| YUV | 74.83 | 111.74 | 230.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 46 | 0 | 0.97 | 0.79 | 0.14 | 348.96 | 0.94 | 0.44 |
| Hex | DB | 7 | 2E | 0 | 61 | 4F | E | 15D | 5E | 2C |
| Octal | 333 | 7 | 56 | 0 | 141 | 117 | 16 | 535 | 136 | 54 |
| Binary | 11011011 | 111 | 101110 | 0 | 1100001 | 1001111 | 1110 | 101011101 | 1011110 | 101100 |
Color Harmonies of #DB072E
Complementary color
Monochromatic Colors of #DB072E
Black with #DB072E
Text Example
Text Example
White with #DB072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB072E; }
p { color: rgb(219,7,46); }
H1.HeaderClassName
{
color: #DB072E;
}
.AnyTagClassName
{
color: #DB072E;
}
</style>
background-color css
<style>
a { background-color: #DB072E; }
a { background-color: rgb(219,7,46); }
div.DivClassName
{
background-color: #DB072E;
}
.BgClassName
{
background-color: #DB072E;
}
</style>
border-color css
<style>
span { border-color: #DB072E; }
span { border-color: rgb(219,7,46); }
td.TdClassName
{
border-color: #DB072E;
}
.TagClassName
{
border-color: #DB072E;
}
</style>