Shades of Fire Engine Red #DB1C1D
Tints of Fire Engine Red #DB1C1D
RGB
CMYK
RGB Variations
Color information
#DB1C1D (or 0xDB1C1D) is known color: Fire Engine Red. HEX triplet: DB, 1C and 1D. RGB value is (219,28,29). Sum of RGB (Red+Green+Blue) = 219+28+29=276 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.35% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1C1D is #24E3E2. Grayscale: #555555. Windows color (decimal): -2417635 or 1907931. OLE color: 1907931.
HSL color Cylindrical-coordinate representation of color #DB1C1D: hue angle of 359.69º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1C1D is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 29 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.14 |
| HSL | 359.69º | 0.77% | 0.48% | - |
| HSV(B) | 359.69º | 0.87% | 0.86% | - |
| XYZ | 29.85 | 15.98 | 2.67 | - |
| YUV | 85.22 | 96.28 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 29 | 0 | 0.87 | 0.87 | 0.14 | 359.69 | 0.77 | 0.48 |
| Hex | DB | 1C | 1D | 0 | 57 | 57 | E | 168 | 4D | 30 |
| Octal | 333 | 34 | 35 | 0 | 127 | 127 | 16 | 550 | 115 | 60 |
| Binary | 11011011 | 11100 | 11101 | 0 | 1010111 | 1010111 | 1110 | 101101000 | 1001101 | 110000 |
Color Harmonies of #DB1C1D
Complementary color
Monochromatic Colors of #DB1C1D
Black with #DB1C1D
Text Example
Text Example
White with #DB1C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1C1D; }
p { color: rgb(219,28,29); }
H1.HeaderClassName
{
color: #DB1C1D;
}
.AnyTagClassName
{
color: #DB1C1D;
}
</style>
background-color css
<style>
a { background-color: #DB1C1D; }
a { background-color: rgb(219,28,29); }
div.DivClassName
{
background-color: #DB1C1D;
}
.BgClassName
{
background-color: #DB1C1D;
}
</style>
border-color css
<style>
span { border-color: #DB1C1D; }
span { border-color: rgb(219,28,29); }
td.TdClassName
{
border-color: #DB1C1D;
}
.TagClassName
{
border-color: #DB1C1D;
}
</style>