Shades of Fire Engine Red #DB101F
Tints of Fire Engine Red #DB101F
RGB
CMYK
RGB Variations
Color information
#DB101F (or 0xDB101F) is known color: Fire Engine Red. HEX triplet: DB, 10 and 1F. RGB value is (219,16,31). Sum of RGB (Red+Green+Blue) = 219+16+31=266 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.33% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 219 - color contains mainly: red. Hex color #DB101F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB101F is #24EFE0. Grayscale: #4E4E4E. Windows color (decimal): -2420705 or 2035931. OLE color: 2035931.
HSL color Cylindrical-coordinate representation of color #DB101F: hue angle of 355.57º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB101F is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 31 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.14 |
| HSL | 355.57º | 0.86% | 0.46% | - |
| HSV(B) | 355.57º | 0.93% | 0.86% | - |
| XYZ | 29.65 | 15.53 | 2.73 | - |
| YUV | 78.41 | 101.25 | 228.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 31 | 0 | 0.93 | 0.86 | 0.14 | 355.57 | 0.86 | 0.46 |
| Hex | DB | 10 | 1F | 0 | 5D | 56 | E | 164 | 56 | 2E |
| Octal | 333 | 20 | 37 | 0 | 135 | 126 | 16 | 544 | 126 | 56 |
| Binary | 11011011 | 10000 | 11111 | 0 | 1011101 | 1010110 | 1110 | 101100100 | 1010110 | 101110 |
Color Harmonies of #DB101F
Complementary color
Monochromatic Colors of #DB101F
Black with #DB101F
Text Example
Text Example
White with #DB101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB101F; }
p { color: rgb(219,16,31); }
H1.HeaderClassName
{
color: #DB101F;
}
.AnyTagClassName
{
color: #DB101F;
}
</style>
background-color css
<style>
a { background-color: #DB101F; }
a { background-color: rgb(219,16,31); }
div.DivClassName
{
background-color: #DB101F;
}
.BgClassName
{
background-color: #DB101F;
}
</style>
border-color css
<style>
span { border-color: #DB101F; }
span { border-color: rgb(219,16,31); }
td.TdClassName
{
border-color: #DB101F;
}
.TagClassName
{
border-color: #DB101F;
}
</style>