Shades of Fire Engine Red #D7172C
Tints of Fire Engine Red #D7172C
RGB
CMYK
RGB Variations
Color information
#D7172C (or 0xD7172C) is known color: Fire Engine Red. HEX triplet: D7, 17 and 2C. RGB value is (215,23,44). Sum of RGB (Red+Green+Blue) = 215+23+44=282 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.24% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 215 - color contains mainly: red. Hex color #D7172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7172C is #28E8D3. Grayscale: #525252. Windows color (decimal): -2681044 or 2889687. OLE color: 2889687.
HSL color Cylindrical-coordinate representation of color #D7172C: hue angle of 353.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 #D7172C is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 23 | 44 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.16 |
| HSL | 353.44º | 0.81% | 0.47% | - |
| HSV(B) | 353.44º | 0.89% | 0.84% | - |
| XYZ | 28.79 | 15.24 | 3.81 | - |
| YUV | 82.8 | 106.11 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 23 | 44 | 0 | 0.89 | 0.80 | 0.16 | 353.44 | 0.81 | 0.47 |
| Hex | D7 | 17 | 2C | 0 | 59 | 50 | 10 | 161 | 51 | 2F |
| Octal | 327 | 27 | 54 | 0 | 131 | 120 | 20 | 541 | 121 | 57 |
| Binary | 11010111 | 10111 | 101100 | 0 | 1011001 | 1010000 | 10000 | 101100001 | 1010001 | 101111 |
Color Harmonies of #D7172C
Complementary color
Monochromatic Colors of #D7172C
Black with #D7172C
Text Example
Text Example
White with #D7172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7172C; }
p { color: rgb(215,23,44); }
H1.HeaderClassName
{
color: #D7172C;
}
.AnyTagClassName
{
color: #D7172C;
}
</style>
background-color css
<style>
a { background-color: #D7172C; }
a { background-color: rgb(215,23,44); }
div.DivClassName
{
background-color: #D7172C;
}
.BgClassName
{
background-color: #D7172C;
}
</style>
border-color css
<style>
span { border-color: #D7172C; }
span { border-color: rgb(215,23,44); }
td.TdClassName
{
border-color: #D7172C;
}
.TagClassName
{
border-color: #D7172C;
}
</style>