Shades of Fire Engine Red #DB1B1C
Tints of Fire Engine Red #DB1B1C
RGB
CMYK
RGB Variations
Color information
#DB1B1C (or 0xDB1B1C) is known color: Fire Engine Red. HEX triplet: DB, 1B and 1C. RGB value is (219,27,28). Sum of RGB (Red+Green+Blue) = 219+27+28=274 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.93% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1B1C is #24E4E3. Grayscale: #545454. Windows color (decimal): -2417892 or 1842139. OLE color: 1842139.
HSL color Cylindrical-coordinate representation of color #DB1B1C: hue angle of 359.69º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1B1C is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 28 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.14 |
| HSL | 359.69º | 0.78% | 0.48% | - |
| HSV(B) | 359.69º | 0.88% | 0.86% | - |
| XYZ | 29.81 | 15.93 | 2.6 | - |
| YUV | 84.52 | 96.11 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 28 | 0 | 0.88 | 0.87 | 0.14 | 359.69 | 0.78 | 0.48 |
| Hex | DB | 1B | 1C | 0 | 58 | 57 | E | 168 | 4E | 30 |
| Octal | 333 | 33 | 34 | 0 | 130 | 127 | 16 | 550 | 116 | 60 |
| Binary | 11011011 | 11011 | 11100 | 0 | 1011000 | 1010111 | 1110 | 101101000 | 1001110 | 110000 |
Color Harmonies of #DB1B1C
Complementary color
Monochromatic Colors of #DB1B1C
Black with #DB1B1C
Text Example
Text Example
White with #DB1B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1B1C; }
p { color: rgb(219,27,28); }
H1.HeaderClassName
{
color: #DB1B1C;
}
.AnyTagClassName
{
color: #DB1B1C;
}
</style>
background-color css
<style>
a { background-color: #DB1B1C; }
a { background-color: rgb(219,27,28); }
div.DivClassName
{
background-color: #DB1B1C;
}
.BgClassName
{
background-color: #DB1B1C;
}
</style>
border-color css
<style>
span { border-color: #DB1B1C; }
span { border-color: rgb(219,27,28); }
td.TdClassName
{
border-color: #DB1B1C;
}
.TagClassName
{
border-color: #DB1B1C;
}
</style>