Shades of Fire Engine Red #DB101E
Tints of Fire Engine Red #DB101E
RGB
CMYK
RGB Variations
Color information
#DB101E (or 0xDB101E) is known color: Fire Engine Red. HEX triplet: DB, 10 and 1E. RGB value is (219,16,30). Sum of RGB (Red+Green+Blue) = 219+16+30=265 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.64% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 219 - color contains mainly: red. Hex color #DB101E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB101E is #24EFE1. Grayscale: #4E4E4E. Windows color (decimal): -2420706 or 1970395. OLE color: 1970395.
HSL color Cylindrical-coordinate representation of color #DB101E: hue angle of 355.86º 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 #DB101E is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 30 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.14 |
| HSL | 355.86º | 0.86% | 0.46% | - |
| HSV(B) | 355.86º | 0.93% | 0.86% | - |
| XYZ | 29.63 | 15.52 | 2.66 | - |
| YUV | 78.29 | 100.75 | 228.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 30 | 0 | 0.93 | 0.86 | 0.14 | 355.86 | 0.86 | 0.46 |
| Hex | DB | 10 | 1E | 0 | 5D | 56 | E | 164 | 56 | 2E |
| Octal | 333 | 20 | 36 | 0 | 135 | 126 | 16 | 544 | 126 | 56 |
| Binary | 11011011 | 10000 | 11110 | 0 | 1011101 | 1010110 | 1110 | 101100100 | 1010110 | 101110 |
Color Harmonies of #DB101E
Complementary color
Monochromatic Colors of #DB101E
Black with #DB101E
Text Example
Text Example
White with #DB101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB101E; }
p { color: rgb(219,16,30); }
H1.HeaderClassName
{
color: #DB101E;
}
.AnyTagClassName
{
color: #DB101E;
}
</style>
background-color css
<style>
a { background-color: #DB101E; }
a { background-color: rgb(219,16,30); }
div.DivClassName
{
background-color: #DB101E;
}
.BgClassName
{
background-color: #DB101E;
}
</style>
border-color css
<style>
span { border-color: #DB101E; }
span { border-color: rgb(219,16,30); }
td.TdClassName
{
border-color: #DB101E;
}
.TagClassName
{
border-color: #DB101E;
}
</style>