Shades of Fire Engine Red #D1171F
Tints of Fire Engine Red #D1171F
RGB
CMYK
RGB Variations
Color information
#D1171F (or 0xD1171F) is known color: Fire Engine Red. HEX triplet: D1, 17 and 1F. RGB value is (209,23,31). Sum of RGB (Red+Green+Blue) = 209+23+31=263 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.47% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 209 - color contains mainly: red. Hex color #D1171F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1171F is #2EE8E0. Grayscale: #4F4F4F. Windows color (decimal): -3074273 or 2037713. OLE color: 2037713.
HSL color Cylindrical-coordinate representation of color #D1171F: hue angle of 357.42º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1171F is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 23 | 31 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.18 |
| HSL | 357.42º | 0.8% | 0.45% | - |
| HSV(B) | 357.42º | 0.89% | 0.82% | - |
| XYZ | 26.85 | 14.27 | 2.64 | - |
| YUV | 79.53 | 100.62 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 31 | 0 | 0.89 | 0.85 | 0.18 | 357.42 | 0.8 | 0.45 |
| Hex | D1 | 17 | 1F | 0 | 59 | 55 | 12 | 165 | 50 | 2D |
| Octal | 321 | 27 | 37 | 0 | 131 | 125 | 22 | 545 | 120 | 55 |
| Binary | 11010001 | 10111 | 11111 | 0 | 1011001 | 1010101 | 10010 | 101100101 | 1010000 | 101101 |
Color Harmonies of #D1171F
Complementary color
Monochromatic Colors of #D1171F
Black with #D1171F
Text Example
Text Example
White with #D1171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1171F; }
p { color: rgb(209,23,31); }
H1.HeaderClassName
{
color: #D1171F;
}
.AnyTagClassName
{
color: #D1171F;
}
</style>
background-color css
<style>
a { background-color: #D1171F; }
a { background-color: rgb(209,23,31); }
div.DivClassName
{
background-color: #D1171F;
}
.BgClassName
{
background-color: #D1171F;
}
</style>
border-color css
<style>
span { border-color: #D1171F; }
span { border-color: rgb(209,23,31); }
td.TdClassName
{
border-color: #D1171F;
}
.TagClassName
{
border-color: #D1171F;
}
</style>