Shades of Fire Engine Red #DB141E
Tints of Fire Engine Red #DB141E
RGB
CMYK
RGB Variations
Color information
#DB141E (or 0xDB141E) is known color: Fire Engine Red. HEX triplet: DB, 14 and 1E. RGB value is (219,20,30). Sum of RGB (Red+Green+Blue) = 219+20+30=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB141E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB141E is #24EBE1. Grayscale: #505050. Windows color (decimal): -2419682 or 1971419. OLE color: 1971419.
HSL color Cylindrical-coordinate representation of color #DB141E: hue angle of 356.98º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB141E is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 30 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.14 |
| HSL | 356.98º | 0.83% | 0.47% | - |
| HSV(B) | 356.98º | 0.91% | 0.86% | - |
| XYZ | 29.7 | 15.65 | 2.68 | - |
| YUV | 80.64 | 99.43 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 30 | 0 | 0.91 | 0.86 | 0.14 | 356.98 | 0.83 | 0.47 |
| Hex | DB | 14 | 1E | 0 | 5B | 56 | E | 165 | 53 | 2F |
| Octal | 333 | 24 | 36 | 0 | 133 | 126 | 16 | 545 | 123 | 57 |
| Binary | 11011011 | 10100 | 11110 | 0 | 1011011 | 1010110 | 1110 | 101100101 | 1010011 | 101111 |
Color Harmonies of #DB141E
Complementary color
Monochromatic Colors of #DB141E
Black with #DB141E
Text Example
Text Example
White with #DB141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB141E; }
p { color: rgb(219,20,30); }
H1.HeaderClassName
{
color: #DB141E;
}
.AnyTagClassName
{
color: #DB141E;
}
</style>
background-color css
<style>
a { background-color: #DB141E; }
a { background-color: rgb(219,20,30); }
div.DivClassName
{
background-color: #DB141E;
}
.BgClassName
{
background-color: #DB141E;
}
</style>
border-color css
<style>
span { border-color: #DB141E; }
span { border-color: rgb(219,20,30); }
td.TdClassName
{
border-color: #DB141E;
}
.TagClassName
{
border-color: #DB141E;
}
</style>