Shades of Fire Engine Red #DB0D1C
Tints of Fire Engine Red #DB0D1C
RGB
CMYK
RGB Variations
Color information
#DB0D1C (or 0xDB0D1C) is known color: Fire Engine Red. HEX triplet: DB, 0D and 1C. RGB value is (219,13,28). Sum of RGB (Red+Green+Blue) = 219+13+28=260 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.23% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0D1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0D1C is #24F2E3. Grayscale: #4C4C4C. Windows color (decimal): -2421476 or 1838555. OLE color: 1838555.
HSL color Cylindrical-coordinate representation of color #DB0D1C: hue angle of 355.63º 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 #DB0D1C is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 28 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.14 |
| HSL | 355.63º | 0.89% | 0.45% | - |
| HSV(B) | 355.63º | 0.94% | 0.86% | - |
| XYZ | 29.57 | 15.43 | 2.52 | - |
| YUV | 76.3 | 100.75 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 28 | 0 | 0.94 | 0.87 | 0.14 | 355.63 | 0.89 | 0.45 |
| Hex | DB | D | 1C | 0 | 5E | 57 | E | 164 | 59 | 2D |
| Octal | 333 | 15 | 34 | 0 | 136 | 127 | 16 | 544 | 131 | 55 |
| Binary | 11011011 | 1101 | 11100 | 0 | 1011110 | 1010111 | 1110 | 101100100 | 1011001 | 101101 |
Color Harmonies of #DB0D1C
Complementary color
Monochromatic Colors of #DB0D1C
Black with #DB0D1C
Text Example
Text Example
White with #DB0D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0D1C; }
p { color: rgb(219,13,28); }
H1.HeaderClassName
{
color: #DB0D1C;
}
.AnyTagClassName
{
color: #DB0D1C;
}
</style>
background-color css
<style>
a { background-color: #DB0D1C; }
a { background-color: rgb(219,13,28); }
div.DivClassName
{
background-color: #DB0D1C;
}
.BgClassName
{
background-color: #DB0D1C;
}
</style>
border-color css
<style>
span { border-color: #DB0D1C; }
span { border-color: rgb(219,13,28); }
td.TdClassName
{
border-color: #DB0D1C;
}
.TagClassName
{
border-color: #DB0D1C;
}
</style>