Shades of Fire Engine Red #DB121F
Tints of Fire Engine Red #DB121F
RGB
CMYK
RGB Variations
Color information
#DB121F (or 0xDB121F) is known color: Fire Engine Red. HEX triplet: DB, 12 and 1F. RGB value is (219,18,31). Sum of RGB (Red+Green+Blue) = 219+18+31=268 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.72% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 219 - color contains mainly: red. Hex color #DB121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB121F is #24EDE0. Grayscale: #4F4F4F. Windows color (decimal): -2420193 or 2036443. OLE color: 2036443.
HSL color Cylindrical-coordinate representation of color #DB121F: hue angle of 356.12º degrees, saturation: 0.85, 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 #DB121F is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 31 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.14 |
| HSL | 356.12º | 0.85% | 0.46% | - |
| HSV(B) | 356.12º | 0.92% | 0.86% | - |
| XYZ | 29.68 | 15.59 | 2.74 | - |
| YUV | 79.58 | 100.59 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 31 | 0 | 0.92 | 0.86 | 0.14 | 356.12 | 0.85 | 0.46 |
| Hex | DB | 12 | 1F | 0 | 5C | 56 | E | 164 | 55 | 2E |
| Octal | 333 | 22 | 37 | 0 | 134 | 126 | 16 | 544 | 125 | 56 |
| Binary | 11011011 | 10010 | 11111 | 0 | 1011100 | 1010110 | 1110 | 101100100 | 1010101 | 101110 |
Color Harmonies of #DB121F
Complementary color
Monochromatic Colors of #DB121F
Black with #DB121F
Text Example
Text Example
White with #DB121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB121F; }
p { color: rgb(219,18,31); }
H1.HeaderClassName
{
color: #DB121F;
}
.AnyTagClassName
{
color: #DB121F;
}
</style>
background-color css
<style>
a { background-color: #DB121F; }
a { background-color: rgb(219,18,31); }
div.DivClassName
{
background-color: #DB121F;
}
.BgClassName
{
background-color: #DB121F;
}
</style>
border-color css
<style>
span { border-color: #DB121F; }
span { border-color: rgb(219,18,31); }
td.TdClassName
{
border-color: #DB121F;
}
.TagClassName
{
border-color: #DB121F;
}
</style>