Shades of Fire Engine Red #D1111F
Tints of Fire Engine Red #D1111F
RGB
CMYK
RGB Variations
Color information
#D1111F (or 0xD1111F) is known color: Fire Engine Red. HEX triplet: D1, 11 and 1F. RGB value is (209,17,31). Sum of RGB (Red+Green+Blue) = 209+17+31=257 (34% of max value = 765). Red value is 209 (82.03% from 255 or 81.32% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 209 - color contains mainly: red. Hex color #D1111F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1111F is #2EEEE0. Grayscale: #4C4C4C. Windows color (decimal): -3075809 or 2036177. OLE color: 2036177.
HSL color Cylindrical-coordinate representation of color #D1111F: hue angle of 355.62º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1111F is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 31 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.18 |
| HSL | 355.63º | 0.85% | 0.44% | - |
| HSV(B) | 355.63º | 0.92% | 0.82% | - |
| XYZ | 26.74 | 14.06 | 2.6 | - |
| YUV | 76 | 102.61 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 31 | 0 | 0.92 | 0.85 | 0.18 | 355.63 | 0.85 | 0.44 |
| Hex | D1 | 11 | 1F | 0 | 5C | 55 | 12 | 164 | 55 | 2C |
| Octal | 321 | 21 | 37 | 0 | 134 | 125 | 22 | 544 | 125 | 54 |
| Binary | 11010001 | 10001 | 11111 | 0 | 1011100 | 1010101 | 10010 | 101100100 | 1010101 | 101100 |
Color Harmonies of #D1111F
Complementary color
Monochromatic Colors of #D1111F
Black with #D1111F
Text Example
Text Example
White with #D1111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1111F; }
p { color: rgb(209,17,31); }
H1.HeaderClassName
{
color: #D1111F;
}
.AnyTagClassName
{
color: #D1111F;
}
</style>
background-color css
<style>
a { background-color: #D1111F; }
a { background-color: rgb(209,17,31); }
div.DivClassName
{
background-color: #D1111F;
}
.BgClassName
{
background-color: #D1111F;
}
</style>
border-color css
<style>
span { border-color: #D1111F; }
span { border-color: rgb(209,17,31); }
td.TdClassName
{
border-color: #D1111F;
}
.TagClassName
{
border-color: #D1111F;
}
</style>