Shades of Fire Engine Red #D9111F
Tints of Fire Engine Red #D9111F
RGB
CMYK
RGB Variations
Color information
#D9111F (or 0xD9111F) is known color: Fire Engine Red. HEX triplet: D9, 11 and 1F. RGB value is (217,17,31). Sum of RGB (Red+Green+Blue) = 217+17+31=265 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.89% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 217 - color contains mainly: red. Hex color #D9111F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9111F is #26EEE0. Grayscale: #4E4E4E. Windows color (decimal): -2551521 or 2036185. OLE color: 2036185.
HSL color Cylindrical-coordinate representation of color #D9111F: hue angle of 355.8º 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 #D9111F is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 31 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.15 |
| HSL | 355.8º | 0.85% | 0.46% | - |
| HSV(B) | 355.8º | 0.92% | 0.85% | - |
| XYZ | 29.06 | 15.25 | 2.71 | - |
| YUV | 78.4 | 101.26 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 31 | 0 | 0.92 | 0.86 | 0.15 | 355.8 | 0.85 | 0.46 |
| Hex | D9 | 11 | 1F | 0 | 5C | 56 | F | 164 | 55 | 2E |
| Octal | 331 | 21 | 37 | 0 | 134 | 126 | 17 | 544 | 125 | 56 |
| Binary | 11011001 | 10001 | 11111 | 0 | 1011100 | 1010110 | 1111 | 101100100 | 1010101 | 101110 |
Color Harmonies of #D9111F
Complementary color
Monochromatic Colors of #D9111F
Black with #D9111F
Text Example
Text Example
White with #D9111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9111F; }
p { color: rgb(217,17,31); }
H1.HeaderClassName
{
color: #D9111F;
}
.AnyTagClassName
{
color: #D9111F;
}
</style>
background-color css
<style>
a { background-color: #D9111F; }
a { background-color: rgb(217,17,31); }
div.DivClassName
{
background-color: #D9111F;
}
.BgClassName
{
background-color: #D9111F;
}
</style>
border-color css
<style>
span { border-color: #D9111F; }
span { border-color: rgb(217,17,31); }
td.TdClassName
{
border-color: #D9111F;
}
.TagClassName
{
border-color: #D9111F;
}
</style>