Shades of Fire Engine Red #D7171C
Tints of Fire Engine Red #D7171C
RGB
CMYK
RGB Variations
Color information
#D7171C (or 0xD7171C) is known color: Fire Engine Red. HEX triplet: D7, 17 and 1C. RGB value is (215,23,28). Sum of RGB (Red+Green+Blue) = 215+23+28=266 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.83% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 215 - color contains mainly: red. Hex color #D7171C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7171C is #28E8E3. Grayscale: #515151. Windows color (decimal): -2681060 or 1841111. OLE color: 1841111.
HSL color Cylindrical-coordinate representation of color #D7171C: hue angle of 358.44º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D7171C is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 23 | 28 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.16 |
| HSL | 358.44º | 0.81% | 0.47% | - |
| HSV(B) | 358.44º | 0.89% | 0.84% | - |
| XYZ | 28.54 | 15.14 | 2.52 | - |
| YUV | 80.98 | 98.11 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 23 | 28 | 0 | 0.89 | 0.87 | 0.16 | 358.44 | 0.81 | 0.47 |
| Hex | D7 | 17 | 1C | 0 | 59 | 57 | 10 | 166 | 51 | 2F |
| Octal | 327 | 27 | 34 | 0 | 131 | 127 | 20 | 546 | 121 | 57 |
| Binary | 11010111 | 10111 | 11100 | 0 | 1011001 | 1010111 | 10000 | 101100110 | 1010001 | 101111 |
Color Harmonies of #D7171C
Complementary color
Monochromatic Colors of #D7171C
Black with #D7171C
Text Example
Text Example
White with #D7171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7171C; }
p { color: rgb(215,23,28); }
H1.HeaderClassName
{
color: #D7171C;
}
.AnyTagClassName
{
color: #D7171C;
}
</style>
background-color css
<style>
a { background-color: #D7171C; }
a { background-color: rgb(215,23,28); }
div.DivClassName
{
background-color: #D7171C;
}
.BgClassName
{
background-color: #D7171C;
}
</style>
border-color css
<style>
span { border-color: #D7171C; }
span { border-color: rgb(215,23,28); }
td.TdClassName
{
border-color: #D7171C;
}
.TagClassName
{
border-color: #D7171C;
}
</style>