Shades of Fire Engine Red #DB0D1F
Tints of Fire Engine Red #DB0D1F
RGB
CMYK
RGB Variations
Color information
#DB0D1F (or 0xDB0D1F) is known color: Fire Engine Red. HEX triplet: DB, 0D and 1F. RGB value is (219,13,31). Sum of RGB (Red+Green+Blue) = 219+13+31=263 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.27% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0D1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0D1F is #24F2E0. Grayscale: #4C4C4C. Windows color (decimal): -2421473 or 2035163. OLE color: 2035163.
HSL color Cylindrical-coordinate representation of color #DB0D1F: hue angle of 354.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0D1F is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 31 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.14 |
| HSL | 354.76º | 0.89% | 0.45% | - |
| HSV(B) | 354.76º | 0.94% | 0.86% | - |
| XYZ | 29.6 | 15.45 | 2.72 | - |
| YUV | 76.65 | 102.25 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 31 | 0 | 0.94 | 0.86 | 0.14 | 354.76 | 0.89 | 0.45 |
| Hex | DB | D | 1F | 0 | 5E | 56 | E | 163 | 59 | 2D |
| Octal | 333 | 15 | 37 | 0 | 136 | 126 | 16 | 543 | 131 | 55 |
| Binary | 11011011 | 1101 | 11111 | 0 | 1011110 | 1010110 | 1110 | 101100011 | 1011001 | 101101 |
Color Harmonies of #DB0D1F
Complementary color
Monochromatic Colors of #DB0D1F
Black with #DB0D1F
Text Example
Text Example
White with #DB0D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0D1F; }
p { color: rgb(219,13,31); }
H1.HeaderClassName
{
color: #DB0D1F;
}
.AnyTagClassName
{
color: #DB0D1F;
}
</style>
background-color css
<style>
a { background-color: #DB0D1F; }
a { background-color: rgb(219,13,31); }
div.DivClassName
{
background-color: #DB0D1F;
}
.BgClassName
{
background-color: #DB0D1F;
}
</style>
border-color css
<style>
span { border-color: #DB0D1F; }
span { border-color: rgb(219,13,31); }
td.TdClassName
{
border-color: #DB0D1F;
}
.TagClassName
{
border-color: #DB0D1F;
}
</style>