Shades of Crimson #DB073E
Tints of Crimson #DB073E
RGB
CMYK
RGB Variations
Color information
#DB073E (or 0xDB073E) is known color: Crimson. HEX triplet: DB, 07 and 3E. RGB value is (219,7,62). Sum of RGB (Red+Green+Blue) = 219+7+62=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB073E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB073E is #24F8C1. Grayscale: #4C4C4C. Windows color (decimal): -2422978 or 4065243. OLE color: 4065243.
HSL color Cylindrical-coordinate representation of color #DB073E: hue angle of 344.43º 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 #DB073E is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 62 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.14 |
| HSL | 344.43º | 0.94% | 0.44% | - |
| HSV(B) | 344.43º | 0.97% | 0.86% | - |
| XYZ | 30.16 | 15.56 | 5.97 | - |
| YUV | 76.66 | 119.74 | 229.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 62 | 0 | 0.97 | 0.72 | 0.14 | 344.43 | 0.94 | 0.44 |
| Hex | DB | 7 | 3E | 0 | 61 | 48 | E | 158 | 5E | 2C |
| Octal | 333 | 7 | 76 | 0 | 141 | 110 | 16 | 530 | 136 | 54 |
| Binary | 11011011 | 111 | 111110 | 0 | 1100001 | 1001000 | 1110 | 101011000 | 1011110 | 101100 |
Color Harmonies of #DB073E
Complementary color
Monochromatic Colors of #DB073E
Black with #DB073E
Text Example
Text Example
White with #DB073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB073E; }
p { color: rgb(219,7,62); }
H1.HeaderClassName
{
color: #DB073E;
}
.AnyTagClassName
{
color: #DB073E;
}
</style>
background-color css
<style>
a { background-color: #DB073E; }
a { background-color: rgb(219,7,62); }
div.DivClassName
{
background-color: #DB073E;
}
.BgClassName
{
background-color: #DB073E;
}
</style>
border-color css
<style>
span { border-color: #DB073E; }
span { border-color: rgb(219,7,62); }
td.TdClassName
{
border-color: #DB073E;
}
.TagClassName
{
border-color: #DB073E;
}
</style>