Shades of Crimson #DB073B
Tints of Crimson #DB073B
RGB
CMYK
RGB Variations
Color information
#DB073B (or 0xDB073B) is known color: Crimson. HEX triplet: DB, 07 and 3B. RGB value is (219,7,59). Sum of RGB (Red+Green+Blue) = 219+7+59=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB073B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB073B is #24F8C4. Grayscale: #4C4C4C. Windows color (decimal): -2422981 or 3868635. OLE color: 3868635.
HSL color Cylindrical-coordinate representation of color #DB073B: hue angle of 345.28º 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 #DB073B is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 59 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.14 |
| HSL | 345.28º | 0.94% | 0.44% | - |
| HSV(B) | 345.28º | 0.97% | 0.86% | - |
| XYZ | 30.08 | 15.53 | 5.55 | - |
| YUV | 76.32 | 118.24 | 229.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 59 | 0 | 0.97 | 0.73 | 0.14 | 345.28 | 0.94 | 0.44 |
| Hex | DB | 7 | 3B | 0 | 61 | 49 | E | 159 | 5E | 2C |
| Octal | 333 | 7 | 73 | 0 | 141 | 111 | 16 | 531 | 136 | 54 |
| Binary | 11011011 | 111 | 111011 | 0 | 1100001 | 1001001 | 1110 | 101011001 | 1011110 | 101100 |
Color Harmonies of #DB073B
Complementary color
Monochromatic Colors of #DB073B
Black with #DB073B
Text Example
Text Example
White with #DB073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB073B; }
p { color: rgb(219,7,59); }
H1.HeaderClassName
{
color: #DB073B;
}
.AnyTagClassName
{
color: #DB073B;
}
</style>
background-color css
<style>
a { background-color: #DB073B; }
a { background-color: rgb(219,7,59); }
div.DivClassName
{
background-color: #DB073B;
}
.BgClassName
{
background-color: #DB073B;
}
</style>
border-color css
<style>
span { border-color: #DB073B; }
span { border-color: rgb(219,7,59); }
td.TdClassName
{
border-color: #DB073B;
}
.TagClassName
{
border-color: #DB073B;
}
</style>