Shades of Fire Engine Red #DB071D
Tints of Fire Engine Red #DB071D
RGB
CMYK
RGB Variations
Color information
#DB071D (or 0xDB071D) is known color: Fire Engine Red. HEX triplet: DB, 07 and 1D. RGB value is (219,7,29). Sum of RGB (Red+Green+Blue) = 219+7+29=255 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.88% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 219 - color contains mainly: red. Hex color #DB071D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB071D is #24F8E2. Grayscale: #494949. Windows color (decimal): -2423011 or 1902555. OLE color: 1902555.
HSL color Cylindrical-coordinate representation of color #DB071D: hue angle of 353.77º 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 #DB071D is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 29 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.14 |
| HSL | 353.77º | 0.94% | 0.44% | - |
| HSV(B) | 353.77º | 0.97% | 0.86% | - |
| XYZ | 29.51 | 15.3 | 2.56 | - |
| YUV | 72.9 | 103.24 | 232.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 29 | 0 | 0.97 | 0.87 | 0.14 | 353.77 | 0.94 | 0.44 |
| Hex | DB | 7 | 1D | 0 | 61 | 57 | E | 162 | 5E | 2C |
| Octal | 333 | 7 | 35 | 0 | 141 | 127 | 16 | 542 | 136 | 54 |
| Binary | 11011011 | 111 | 11101 | 0 | 1100001 | 1010111 | 1110 | 101100010 | 1011110 | 101100 |
Color Harmonies of #DB071D
Complementary color
Monochromatic Colors of #DB071D
Black with #DB071D
Text Example
Text Example
White with #DB071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB071D; }
p { color: rgb(219,7,29); }
H1.HeaderClassName
{
color: #DB071D;
}
.AnyTagClassName
{
color: #DB071D;
}
</style>
background-color css
<style>
a { background-color: #DB071D; }
a { background-color: rgb(219,7,29); }
div.DivClassName
{
background-color: #DB071D;
}
.BgClassName
{
background-color: #DB071D;
}
</style>
border-color css
<style>
span { border-color: #DB071D; }
span { border-color: rgb(219,7,29); }
td.TdClassName
{
border-color: #DB071D;
}
.TagClassName
{
border-color: #DB071D;
}
</style>