Shades of Fire Engine Red #D71B1D
Tints of Fire Engine Red #D71B1D
RGB
CMYK
RGB Variations
Color information
#D71B1D (or 0xD71B1D) is known color: Fire Engine Red. HEX triplet: D7, 1B and 1D. RGB value is (215,27,29). Sum of RGB (Red+Green+Blue) = 215+27+29=271 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.34% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71B1D is #28E4E2. Grayscale: #535353. Windows color (decimal): -2680035 or 1907671. OLE color: 1907671.
HSL color Cylindrical-coordinate representation of color #D71B1D: hue angle of 359.36º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71B1D is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 27 | 29 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.16 |
| HSL | 359.36º | 0.78% | 0.47% | - |
| HSV(B) | 359.36º | 0.87% | 0.84% | - |
| XYZ | 28.64 | 15.32 | 2.61 | - |
| YUV | 83.44 | 97.28 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 27 | 29 | 0 | 0.87 | 0.87 | 0.16 | 359.36 | 0.78 | 0.47 |
| Hex | D7 | 1B | 1D | 0 | 57 | 57 | 10 | 167 | 4E | 2F |
| Octal | 327 | 33 | 35 | 0 | 127 | 127 | 20 | 547 | 116 | 57 |
| Binary | 11010111 | 11011 | 11101 | 0 | 1010111 | 1010111 | 10000 | 101100111 | 1001110 | 101111 |
Color Harmonies of #D71B1D
Complementary color
Monochromatic Colors of #D71B1D
Black with #D71B1D
Text Example
Text Example
White with #D71B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71B1D; }
p { color: rgb(215,27,29); }
H1.HeaderClassName
{
color: #D71B1D;
}
.AnyTagClassName
{
color: #D71B1D;
}
</style>
background-color css
<style>
a { background-color: #D71B1D; }
a { background-color: rgb(215,27,29); }
div.DivClassName
{
background-color: #D71B1D;
}
.BgClassName
{
background-color: #D71B1D;
}
</style>
border-color css
<style>
span { border-color: #D71B1D; }
span { border-color: rgb(215,27,29); }
td.TdClassName
{
border-color: #D71B1D;
}
.TagClassName
{
border-color: #D71B1D;
}
</style>