Shades of Fire Engine Red #D8111F
Tints of Fire Engine Red #D8111F
RGB
CMYK
RGB Variations
Color information
#D8111F (or 0xD8111F) is known color: Fire Engine Red. HEX triplet: D8, 11 and 1F. RGB value is (216,17,31). Sum of RGB (Red+Green+Blue) = 216+17+31=264 (34% of max value = 765). Red value is 216 (84.77% from 255 or 81.82% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 216 - color contains mainly: red. Hex color #D8111F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8111F is #27EEE0. Grayscale: #4E4E4E. Windows color (decimal): -2617057 or 2036184. OLE color: 2036184.
HSL color Cylindrical-coordinate representation of color #D8111F: hue angle of 355.78º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D8111F is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 17 | 31 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.15 |
| HSL | 355.78º | 0.85% | 0.46% | - |
| HSV(B) | 355.78º | 0.92% | 0.85% | - |
| XYZ | 28.77 | 15.1 | 2.69 | - |
| YUV | 78.1 | 101.43 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 31 | 0 | 0.92 | 0.86 | 0.15 | 355.78 | 0.85 | 0.46 |
| Hex | D8 | 11 | 1F | 0 | 5C | 56 | F | 164 | 55 | 2E |
| Octal | 330 | 21 | 37 | 0 | 134 | 126 | 17 | 544 | 125 | 56 |
| Binary | 11011000 | 10001 | 11111 | 0 | 1011100 | 1010110 | 1111 | 101100100 | 1010101 | 101110 |
Color Harmonies of #D8111F
Complementary color
Monochromatic Colors of #D8111F
Black with #D8111F
Text Example
Text Example
White with #D8111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8111F; }
p { color: rgb(216,17,31); }
H1.HeaderClassName
{
color: #D8111F;
}
.AnyTagClassName
{
color: #D8111F;
}
</style>
background-color css
<style>
a { background-color: #D8111F; }
a { background-color: rgb(216,17,31); }
div.DivClassName
{
background-color: #D8111F;
}
.BgClassName
{
background-color: #D8111F;
}
</style>
border-color css
<style>
span { border-color: #D8111F; }
span { border-color: rgb(216,17,31); }
td.TdClassName
{
border-color: #D8111F;
}
.TagClassName
{
border-color: #D8111F;
}
</style>