Shades of Fire Engine Red #D8172B
Tints of Fire Engine Red #D8172B
RGB
CMYK
RGB Variations
Color information
#D8172B (or 0xD8172B) is known color: Fire Engine Red. HEX triplet: D8, 17 and 2B. RGB value is (216,23,43). Sum of RGB (Red+Green+Blue) = 216+23+43=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D8172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8172B is #27E8D4. Grayscale: #535353. Windows color (decimal): -2615509 or 2824152. OLE color: 2824152.
HSL color Cylindrical-coordinate representation of color #D8172B: hue angle of 353.78º 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 #D8172B is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 23 | 43 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.15 |
| HSL | 353.78º | 0.81% | 0.47% | - |
| HSV(B) | 353.78º | 0.89% | 0.85% | - |
| XYZ | 29.06 | 15.39 | 3.72 | - |
| YUV | 82.99 | 105.44 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 43 | 0 | 0.89 | 0.80 | 0.15 | 353.78 | 0.81 | 0.47 |
| Hex | D8 | 17 | 2B | 0 | 59 | 50 | F | 162 | 51 | 2F |
| Octal | 330 | 27 | 53 | 0 | 131 | 120 | 17 | 542 | 121 | 57 |
| Binary | 11011000 | 10111 | 101011 | 0 | 1011001 | 1010000 | 1111 | 101100010 | 1010001 | 101111 |
Color Harmonies of #D8172B
Complementary color
Monochromatic Colors of #D8172B
Black with #D8172B
Text Example
Text Example
White with #D8172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8172B; }
p { color: rgb(216,23,43); }
H1.HeaderClassName
{
color: #D8172B;
}
.AnyTagClassName
{
color: #D8172B;
}
</style>
background-color css
<style>
a { background-color: #D8172B; }
a { background-color: rgb(216,23,43); }
div.DivClassName
{
background-color: #D8172B;
}
.BgClassName
{
background-color: #D8172B;
}
</style>
border-color css
<style>
span { border-color: #D8172B; }
span { border-color: rgb(216,23,43); }
td.TdClassName
{
border-color: #D8172B;
}
.TagClassName
{
border-color: #D8172B;
}
</style>