Shades of Crimson #DB073D
Tints of Crimson #DB073D
RGB
CMYK
RGB Variations
Color information
#DB073D (or 0xDB073D) is known color: Crimson. HEX triplet: DB, 07 and 3D. RGB value is (219,7,61). Sum of RGB (Red+Green+Blue) = 219+7+61=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB073D is #24F8C2. Grayscale: #4C4C4C. Windows color (decimal): -2422979 or 3999707. OLE color: 3999707.
HSL color Cylindrical-coordinate representation of color #DB073D: hue angle of 344.72º 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 #DB073D is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 61 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.14 |
| HSL | 344.72º | 0.94% | 0.44% | - |
| HSV(B) | 344.72º | 0.97% | 0.86% | - |
| XYZ | 30.13 | 15.55 | 5.83 | - |
| YUV | 76.54 | 119.24 | 229.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 61 | 0 | 0.97 | 0.72 | 0.14 | 344.72 | 0.94 | 0.44 |
| Hex | DB | 7 | 3D | 0 | 61 | 48 | E | 159 | 5E | 2C |
| Octal | 333 | 7 | 75 | 0 | 141 | 110 | 16 | 531 | 136 | 54 |
| Binary | 11011011 | 111 | 111101 | 0 | 1100001 | 1001000 | 1110 | 101011001 | 1011110 | 101100 |
Color Harmonies of #DB073D
Complementary color
Monochromatic Colors of #DB073D
Black with #DB073D
Text Example
Text Example
White with #DB073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB073D; }
p { color: rgb(219,7,61); }
H1.HeaderClassName
{
color: #DB073D;
}
.AnyTagClassName
{
color: #DB073D;
}
</style>
background-color css
<style>
a { background-color: #DB073D; }
a { background-color: rgb(219,7,61); }
div.DivClassName
{
background-color: #DB073D;
}
.BgClassName
{
background-color: #DB073D;
}
</style>
border-color css
<style>
span { border-color: #DB073D; }
span { border-color: rgb(219,7,61); }
td.TdClassName
{
border-color: #DB073D;
}
.TagClassName
{
border-color: #DB073D;
}
</style>