Shades of Fire Engine Red #DB1123
Tints of Fire Engine Red #DB1123
RGB
CMYK
RGB Variations
Color information
#DB1123 (or 0xDB1123) is known color: Fire Engine Red. HEX triplet: DB, 11 and 23. RGB value is (219,17,35). Sum of RGB (Red+Green+Blue) = 219+17+35=271 (35% of max value = 765). Red value is 219 (85.94% from 255 or 80.81% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1123 is #24EEDC. Grayscale: #4F4F4F. Windows color (decimal): -2420445 or 2298331. OLE color: 2298331.
HSL color Cylindrical-coordinate representation of color #DB1123: hue angle of 354.65º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1123 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 35 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.14 |
| HSL | 354.65º | 0.86% | 0.46% | - |
| HSV(B) | 354.65º | 0.92% | 0.86% | - |
| XYZ | 29.72 | 15.58 | 3.03 | - |
| YUV | 79.45 | 102.92 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 35 | 0 | 0.92 | 0.84 | 0.14 | 354.65 | 0.86 | 0.46 |
| Hex | DB | 11 | 23 | 0 | 5C | 54 | E | 163 | 56 | 2E |
| Octal | 333 | 21 | 43 | 0 | 134 | 124 | 16 | 543 | 126 | 56 |
| Binary | 11011011 | 10001 | 100011 | 0 | 1011100 | 1010100 | 1110 | 101100011 | 1010110 | 101110 |
Color Harmonies of #DB1123
Complementary color
Monochromatic Colors of #DB1123
Black with #DB1123
Text Example
Text Example
White with #DB1123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1123; }
p { color: rgb(219,17,35); }
H1.HeaderClassName
{
color: #DB1123;
}
.AnyTagClassName
{
color: #DB1123;
}
</style>
background-color css
<style>
a { background-color: #DB1123; }
a { background-color: rgb(219,17,35); }
div.DivClassName
{
background-color: #DB1123;
}
.BgClassName
{
background-color: #DB1123;
}
</style>
border-color css
<style>
span { border-color: #DB1123; }
span { border-color: rgb(219,17,35); }
td.TdClassName
{
border-color: #DB1123;
}
.TagClassName
{
border-color: #DB1123;
}
</style>