Shades of Fire Engine Red #D7111D
Tints of Fire Engine Red #D7111D
RGB
CMYK
RGB Variations
Color information
#D7111D (or 0xD7111D) is known color: Fire Engine Red. HEX triplet: D7, 11 and 1D. RGB value is (215,17,29). Sum of RGB (Red+Green+Blue) = 215+17+29=261 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.38% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 215 - color contains mainly: red. Hex color #D7111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7111D is #28EEE2. Grayscale: #4D4D4D. Windows color (decimal): -2682595 or 1905111. OLE color: 1905111.
HSL color Cylindrical-coordinate representation of color #D7111D: hue angle of 356.36º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D7111D is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 17 | 29 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.16 |
| HSL | 356.36º | 0.85% | 0.45% | - |
| HSV(B) | 356.36º | 0.92% | 0.84% | - |
| XYZ | 28.45 | 14.94 | 2.55 | - |
| YUV | 77.57 | 100.6 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 17 | 29 | 0 | 0.92 | 0.87 | 0.16 | 356.36 | 0.85 | 0.45 |
| Hex | D7 | 11 | 1D | 0 | 5C | 57 | 10 | 164 | 55 | 2D |
| Octal | 327 | 21 | 35 | 0 | 134 | 127 | 20 | 544 | 125 | 55 |
| Binary | 11010111 | 10001 | 11101 | 0 | 1011100 | 1010111 | 10000 | 101100100 | 1010101 | 101101 |
Color Harmonies of #D7111D
Complementary color
Monochromatic Colors of #D7111D
Black with #D7111D
Text Example
Text Example
White with #D7111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7111D; }
p { color: rgb(215,17,29); }
H1.HeaderClassName
{
color: #D7111D;
}
.AnyTagClassName
{
color: #D7111D;
}
</style>
background-color css
<style>
a { background-color: #D7111D; }
a { background-color: rgb(215,17,29); }
div.DivClassName
{
background-color: #D7111D;
}
.BgClassName
{
background-color: #D7111D;
}
</style>
border-color css
<style>
span { border-color: #D7111D; }
span { border-color: rgb(215,17,29); }
td.TdClassName
{
border-color: #D7111D;
}
.TagClassName
{
border-color: #D7111D;
}
</style>