Shades of Fire Engine Red #D9172C
Tints of Fire Engine Red #D9172C
RGB
CMYK
RGB Variations
Color information
#D9172C (or 0xD9172C) is known color: Fire Engine Red. HEX triplet: D9, 17 and 2C. RGB value is (217,23,44). Sum of RGB (Red+Green+Blue) = 217+23+44=284 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.41% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 217 - color contains mainly: red. Hex color #D9172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9172C is #26E8D3. Grayscale: #535353. Windows color (decimal): -2549972 or 2889689. OLE color: 2889689.
HSL color Cylindrical-coordinate representation of color #D9172C: hue angle of 353.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 #D9172C is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 23 | 44 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.15 |
| HSL | 353.51º | 0.81% | 0.47% | - |
| HSV(B) | 353.51º | 0.89% | 0.85% | - |
| XYZ | 29.38 | 15.55 | 3.84 | - |
| YUV | 83.4 | 105.77 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 44 | 0 | 0.89 | 0.80 | 0.15 | 353.51 | 0.81 | 0.47 |
| Hex | D9 | 17 | 2C | 0 | 59 | 50 | F | 162 | 51 | 2F |
| Octal | 331 | 27 | 54 | 0 | 131 | 120 | 17 | 542 | 121 | 57 |
| Binary | 11011001 | 10111 | 101100 | 0 | 1011001 | 1010000 | 1111 | 101100010 | 1010001 | 101111 |
Color Harmonies of #D9172C
Complementary color
Monochromatic Colors of #D9172C
Black with #D9172C
Text Example
Text Example
White with #D9172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9172C; }
p { color: rgb(217,23,44); }
H1.HeaderClassName
{
color: #D9172C;
}
.AnyTagClassName
{
color: #D9172C;
}
</style>
background-color css
<style>
a { background-color: #D9172C; }
a { background-color: rgb(217,23,44); }
div.DivClassName
{
background-color: #D9172C;
}
.BgClassName
{
background-color: #D9172C;
}
</style>
border-color css
<style>
span { border-color: #D9172C; }
span { border-color: rgb(217,23,44); }
td.TdClassName
{
border-color: #D9172C;
}
.TagClassName
{
border-color: #D9172C;
}
</style>