Shades of Fire Engine Red #DB101C
Tints of Fire Engine Red #DB101C
RGB
CMYK
RGB Variations
Color information
#DB101C (or 0xDB101C) is known color: Fire Engine Red. HEX triplet: DB, 10 and 1C. RGB value is (219,16,28). Sum of RGB (Red+Green+Blue) = 219+16+28=263 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.27% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 219 - color contains mainly: red. Hex color #DB101C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB101C is #24EFE3. Grayscale: #4E4E4E. Windows color (decimal): -2420708 or 1839323. OLE color: 1839323.
HSL color Cylindrical-coordinate representation of color #DB101C: hue angle of 356.45º 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 #DB101C is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 28 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.14 |
| HSL | 356.45º | 0.86% | 0.46% | - |
| HSV(B) | 356.45º | 0.93% | 0.86% | - |
| XYZ | 29.61 | 15.51 | 2.53 | - |
| YUV | 78.07 | 99.75 | 228.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 28 | 0 | 0.93 | 0.87 | 0.14 | 356.45 | 0.86 | 0.46 |
| Hex | DB | 10 | 1C | 0 | 5D | 57 | E | 164 | 56 | 2E |
| Octal | 333 | 20 | 34 | 0 | 135 | 127 | 16 | 544 | 126 | 56 |
| Binary | 11011011 | 10000 | 11100 | 0 | 1011101 | 1010111 | 1110 | 101100100 | 1010110 | 101110 |
Color Harmonies of #DB101C
Complementary color
Monochromatic Colors of #DB101C
Black with #DB101C
Text Example
Text Example
White with #DB101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB101C; }
p { color: rgb(219,16,28); }
H1.HeaderClassName
{
color: #DB101C;
}
.AnyTagClassName
{
color: #DB101C;
}
</style>
background-color css
<style>
a { background-color: #DB101C; }
a { background-color: rgb(219,16,28); }
div.DivClassName
{
background-color: #DB101C;
}
.BgClassName
{
background-color: #DB101C;
}
</style>
border-color css
<style>
span { border-color: #DB101C; }
span { border-color: rgb(219,16,28); }
td.TdClassName
{
border-color: #DB101C;
}
.TagClassName
{
border-color: #DB101C;
}
</style>