Shades of Fire Engine Red #D7131D
Tints of Fire Engine Red #D7131D
RGB
CMYK
RGB Variations
Color information
#D7131D (or 0xD7131D) is known color: Fire Engine Red. HEX triplet: D7, 13 and 1D. RGB value is (215,19,29). Sum of RGB (Red+Green+Blue) = 215+19+29=263 (34% of max value = 765). Red value is 215 (84.38% from 255 or 81.75% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 215 - color contains mainly: red. Hex color #D7131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7131D is #28ECE2. Grayscale: #4E4E4E. Windows color (decimal): -2682083 or 1905623. OLE color: 1905623.
HSL color Cylindrical-coordinate representation of color #D7131D: hue angle of 356.94º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D7131D is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 19 | 29 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.16 |
| HSL | 356.94º | 0.84% | 0.46% | - |
| HSV(B) | 356.94º | 0.91% | 0.84% | - |
| XYZ | 28.48 | 15 | 2.56 | - |
| YUV | 78.74 | 99.93 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 29 | 0 | 0.91 | 0.87 | 0.16 | 356.94 | 0.84 | 0.46 |
| Hex | D7 | 13 | 1D | 0 | 5B | 57 | 10 | 165 | 54 | 2E |
| Octal | 327 | 23 | 35 | 0 | 133 | 127 | 20 | 545 | 124 | 56 |
| Binary | 11010111 | 10011 | 11101 | 0 | 1011011 | 1010111 | 10000 | 101100101 | 1010100 | 101110 |
Color Harmonies of #D7131D
Complementary color
Monochromatic Colors of #D7131D
Black with #D7131D
Text Example
Text Example
White with #D7131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7131D; }
p { color: rgb(215,19,29); }
H1.HeaderClassName
{
color: #D7131D;
}
.AnyTagClassName
{
color: #D7131D;
}
</style>
background-color css
<style>
a { background-color: #D7131D; }
a { background-color: rgb(215,19,29); }
div.DivClassName
{
background-color: #D7131D;
}
.BgClassName
{
background-color: #D7131D;
}
</style>
border-color css
<style>
span { border-color: #D7131D; }
span { border-color: rgb(215,19,29); }
td.TdClassName
{
border-color: #D7131D;
}
.TagClassName
{
border-color: #D7131D;
}
</style>