Shades of Fire Engine Red #D71617
Tints of Fire Engine Red #D71617
RGB
CMYK
RGB Variations
Color information
#D71617 (or 0xD71617) is known color: Fire Engine Red. HEX triplet: D7, 16 and 17. RGB value is (215,22,23). Sum of RGB (Red+Green+Blue) = 215+22+23=260 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.69% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 215 - color contains mainly: red. Hex color #D71617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71617 is #28E9E8. Grayscale: #505050. Windows color (decimal): -2681321 or 1513175. OLE color: 1513175.
HSL color Cylindrical-coordinate representation of color #D71617: hue angle of 359.69º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71617 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 23 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.16 |
| HSL | 359.69º | 0.81% | 0.46% | - |
| HSV(B) | 359.69º | 0.9% | 0.84% | - |
| XYZ | 28.47 | 15.08 | 2.22 | - |
| YUV | 79.82 | 95.94 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 23 | 0 | 0.90 | 0.89 | 0.16 | 359.69 | 0.81 | 0.46 |
| Hex | D7 | 16 | 17 | 0 | 5A | 59 | 10 | 168 | 51 | 2E |
| Octal | 327 | 26 | 27 | 0 | 132 | 131 | 20 | 550 | 121 | 56 |
| Binary | 11010111 | 10110 | 10111 | 0 | 1011010 | 1011001 | 10000 | 101101000 | 1010001 | 101110 |
Color Harmonies of #D71617
Complementary color
Monochromatic Colors of #D71617
Black with #D71617
Text Example
Text Example
White with #D71617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71617; }
p { color: rgb(215,22,23); }
H1.HeaderClassName
{
color: #D71617;
}
.AnyTagClassName
{
color: #D71617;
}
</style>
background-color css
<style>
a { background-color: #D71617; }
a { background-color: rgb(215,22,23); }
div.DivClassName
{
background-color: #D71617;
}
.BgClassName
{
background-color: #D71617;
}
</style>
border-color css
<style>
span { border-color: #D71617; }
span { border-color: rgb(215,22,23); }
td.TdClassName
{
border-color: #D71617;
}
.TagClassName
{
border-color: #D71617;
}
</style>