Shades of Fire Engine Red #D8172C
Tints of Fire Engine Red #D8172C
RGB
CMYK
RGB Variations
Color information
#D8172C (or 0xD8172C) is known color: Fire Engine Red. HEX triplet: D8, 17 and 2C. RGB value is (216,23,44). Sum of RGB (Red+Green+Blue) = 216+23+44=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D8172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8172C is #27E8D3. Grayscale: #535353. Windows color (decimal): -2615508 or 2889688. OLE color: 2889688.
HSL color Cylindrical-coordinate representation of color #D8172C: hue angle of 353.47º 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 #D8172C is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 23 | 44 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.15 |
| HSL | 353.47º | 0.81% | 0.47% | - |
| HSV(B) | 353.47º | 0.89% | 0.85% | - |
| XYZ | 29.08 | 15.39 | 3.82 | - |
| YUV | 83.1 | 105.94 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 44 | 0 | 0.89 | 0.80 | 0.15 | 353.47 | 0.81 | 0.47 |
| Hex | D8 | 17 | 2C | 0 | 59 | 50 | F | 161 | 51 | 2F |
| Octal | 330 | 27 | 54 | 0 | 131 | 120 | 17 | 541 | 121 | 57 |
| Binary | 11011000 | 10111 | 101100 | 0 | 1011001 | 1010000 | 1111 | 101100001 | 1010001 | 101111 |
Color Harmonies of #D8172C
Complementary color
Monochromatic Colors of #D8172C
Black with #D8172C
Text Example
Text Example
White with #D8172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8172C; }
p { color: rgb(216,23,44); }
H1.HeaderClassName
{
color: #D8172C;
}
.AnyTagClassName
{
color: #D8172C;
}
</style>
background-color css
<style>
a { background-color: #D8172C; }
a { background-color: rgb(216,23,44); }
div.DivClassName
{
background-color: #D8172C;
}
.BgClassName
{
background-color: #D8172C;
}
</style>
border-color css
<style>
span { border-color: #D8172C; }
span { border-color: rgb(216,23,44); }
td.TdClassName
{
border-color: #D8172C;
}
.TagClassName
{
border-color: #D8172C;
}
</style>