Shades of Fire Engine Red #D8171F
Tints of Fire Engine Red #D8171F
RGB
CMYK
RGB Variations
Color information
#D8171F (or 0xD8171F) is known color: Fire Engine Red. HEX triplet: D8, 17 and 1F. RGB value is (216,23,31). Sum of RGB (Red+Green+Blue) = 216+23+31=270 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 216 - color contains mainly: red. Hex color #D8171F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8171F is #27E8E0. Grayscale: #515151. Windows color (decimal): -2615521 or 2037720. OLE color: 2037720.
HSL color Cylindrical-coordinate representation of color #D8171F: hue angle of 357.51º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D8171F is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 23 | 31 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.15 |
| HSL | 357.51º | 0.81% | 0.47% | - |
| HSV(B) | 357.51º | 0.89% | 0.85% | - |
| XYZ | 28.87 | 15.31 | 2.73 | - |
| YUV | 81.62 | 99.44 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 31 | 0 | 0.89 | 0.86 | 0.15 | 357.51 | 0.81 | 0.47 |
| Hex | D8 | 17 | 1F | 0 | 59 | 56 | F | 166 | 51 | 2F |
| Octal | 330 | 27 | 37 | 0 | 131 | 126 | 17 | 546 | 121 | 57 |
| Binary | 11011000 | 10111 | 11111 | 0 | 1011001 | 1010110 | 1111 | 101100110 | 1010001 | 101111 |
Color Harmonies of #D8171F
Complementary color
Monochromatic Colors of #D8171F
Black with #D8171F
Text Example
Text Example
White with #D8171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8171F; }
p { color: rgb(216,23,31); }
H1.HeaderClassName
{
color: #D8171F;
}
.AnyTagClassName
{
color: #D8171F;
}
</style>
background-color css
<style>
a { background-color: #D8171F; }
a { background-color: rgb(216,23,31); }
div.DivClassName
{
background-color: #D8171F;
}
.BgClassName
{
background-color: #D8171F;
}
</style>
border-color css
<style>
span { border-color: #D8171F; }
span { border-color: rgb(216,23,31); }
td.TdClassName
{
border-color: #D8171F;
}
.TagClassName
{
border-color: #D8171F;
}
</style>