Shades of Fire Engine Red #DB151C
Tints of Fire Engine Red #DB151C
RGB
CMYK
RGB Variations
Color information
#DB151C (or 0xDB151C) is known color: Fire Engine Red. HEX triplet: DB, 15 and 1C. RGB value is (219,21,28). Sum of RGB (Red+Green+Blue) = 219+21+28=268 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.72% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 219 - color contains mainly: red. Hex color #DB151C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB151C is #24EAE3. Grayscale: #515151. Windows color (decimal): -2419428 or 1840603. OLE color: 1840603.
HSL color Cylindrical-coordinate representation of color #DB151C: hue angle of 357.88º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB151C is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 28 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.14 |
| HSL | 357.88º | 0.83% | 0.47% | - |
| HSV(B) | 357.88º | 0.9% | 0.86% | - |
| XYZ | 29.69 | 15.68 | 2.56 | - |
| YUV | 81 | 98.1 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 28 | 0 | 0.90 | 0.87 | 0.14 | 357.88 | 0.83 | 0.47 |
| Hex | DB | 15 | 1C | 0 | 5A | 57 | E | 166 | 52 | 2F |
| Octal | 333 | 25 | 34 | 0 | 132 | 127 | 16 | 546 | 122 | 57 |
| Binary | 11011011 | 10101 | 11100 | 0 | 1011010 | 1010111 | 1110 | 101100110 | 1010010 | 101111 |
Color Harmonies of #DB151C
Complementary color
Monochromatic Colors of #DB151C
Black with #DB151C
Text Example
Text Example
White with #DB151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB151C; }
p { color: rgb(219,21,28); }
H1.HeaderClassName
{
color: #DB151C;
}
.AnyTagClassName
{
color: #DB151C;
}
</style>
background-color css
<style>
a { background-color: #DB151C; }
a { background-color: rgb(219,21,28); }
div.DivClassName
{
background-color: #DB151C;
}
.BgClassName
{
background-color: #DB151C;
}
</style>
border-color css
<style>
span { border-color: #DB151C; }
span { border-color: rgb(219,21,28); }
td.TdClassName
{
border-color: #DB151C;
}
.TagClassName
{
border-color: #DB151C;
}
</style>