Shades of Fire Engine Red #D7172B
Tints of Fire Engine Red #D7172B
RGB
CMYK
RGB Variations
Color information
#D7172B (or 0xD7172B) is known color: Fire Engine Red. HEX triplet: D7, 17 and 2B. RGB value is (215,23,43). Sum of RGB (Red+Green+Blue) = 215+23+43=281 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.51% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 215 - color contains mainly: red. Hex color #D7172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7172B is #28E8D4. Grayscale: #525252. Windows color (decimal): -2681045 or 2824151. OLE color: 2824151.
HSL color Cylindrical-coordinate representation of color #D7172B: hue angle of 353.75º 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 #D7172B is Cyan = 0, Magento = 0.89, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 23 | 43 | - |
| CMYK | 0 | 0.89 | 0.8 | 0.16 |
| HSL | 353.75º | 0.81% | 0.47% | - |
| HSV(B) | 353.75º | 0.89% | 0.84% | - |
| XYZ | 28.77 | 15.23 | 3.71 | - |
| YUV | 82.69 | 105.61 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 23 | 43 | 0 | 0.89 | 0.8 | 0.16 | 353.75 | 0.81 | 0.47 |
| Hex | D7 | 17 | 2B | 0 | 59 | 50 | 10 | 162 | 51 | 2F |
| Octal | 327 | 27 | 53 | 0 | 131 | 120 | 20 | 542 | 121 | 57 |
| Binary | 11010111 | 10111 | 101011 | 0 | 1011001 | 1010000 | 10000 | 101100010 | 1010001 | 101111 |
Color Harmonies of #D7172B
Complementary color
Monochromatic Colors of #D7172B
Black with #D7172B
Text Example
Text Example
White with #D7172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7172B; }
p { color: rgb(215,23,43); }
H1.HeaderClassName
{
color: #D7172B;
}
.AnyTagClassName
{
color: #D7172B;
}
</style>
background-color css
<style>
a { background-color: #D7172B; }
a { background-color: rgb(215,23,43); }
div.DivClassName
{
background-color: #D7172B;
}
.BgClassName
{
background-color: #D7172B;
}
</style>
border-color css
<style>
span { border-color: #D7172B; }
span { border-color: rgb(215,23,43); }
td.TdClassName
{
border-color: #D7172B;
}
.TagClassName
{
border-color: #D7172B;
}
</style>