Shades of Fire Engine Red #DB081D
Tints of Fire Engine Red #DB081D
RGB
CMYK
RGB Variations
Color information
#DB081D (or 0xDB081D) is known color: Fire Engine Red. HEX triplet: DB, 08 and 1D. RGB value is (219,8,29). Sum of RGB (Red+Green+Blue) = 219+8+29=256 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.55% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 219 - color contains mainly: red. Hex color #DB081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB081D is #24F7E2. Grayscale: #494949. Windows color (decimal): -2422755 or 1902811. OLE color: 1902811.
HSL color Cylindrical-coordinate representation of color #DB081D: hue angle of 354.03º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB081D is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 29 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.14 |
| HSL | 354.03º | 0.93% | 0.45% | - |
| HSV(B) | 354.03º | 0.96% | 0.86% | - |
| XYZ | 29.52 | 15.32 | 2.56 | - |
| YUV | 73.48 | 102.9 | 231.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 29 | 0 | 0.96 | 0.87 | 0.14 | 354.03 | 0.93 | 0.45 |
| Hex | DB | 8 | 1D | 0 | 60 | 57 | E | 162 | 5D | 2D |
| Octal | 333 | 10 | 35 | 0 | 140 | 127 | 16 | 542 | 135 | 55 |
| Binary | 11011011 | 1000 | 11101 | 0 | 1100000 | 1010111 | 1110 | 101100010 | 1011101 | 101101 |
Color Harmonies of #DB081D
Complementary color
Monochromatic Colors of #DB081D
Black with #DB081D
Text Example
Text Example
White with #DB081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB081D; }
p { color: rgb(219,8,29); }
H1.HeaderClassName
{
color: #DB081D;
}
.AnyTagClassName
{
color: #DB081D;
}
</style>
background-color css
<style>
a { background-color: #DB081D; }
a { background-color: rgb(219,8,29); }
div.DivClassName
{
background-color: #DB081D;
}
.BgClassName
{
background-color: #DB081D;
}
</style>
border-color css
<style>
span { border-color: #DB081D; }
span { border-color: rgb(219,8,29); }
td.TdClassName
{
border-color: #DB081D;
}
.TagClassName
{
border-color: #DB081D;
}
</style>