Shades of Fire Engine Red #D71D20
Tints of Fire Engine Red #D71D20
RGB
CMYK
RGB Variations
Color information
#D71D20 (or 0xD71D20) is known color: Fire Engine Red. HEX triplet: D7, 1D and 20. RGB value is (215,29,32). Sum of RGB (Red+Green+Blue) = 215+29+32=276 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.90% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71D20 is #28E2DF. Grayscale: #555555. Windows color (decimal): -2679520 or 2104791. OLE color: 2104791.
HSL color Cylindrical-coordinate representation of color #D71D20: hue angle of 359.03º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71D20 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 29 | 32 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.16 |
| HSL | 359.03º | 0.76% | 0.48% | - |
| HSV(B) | 359.03º | 0.87% | 0.84% | - |
| XYZ | 28.72 | 15.43 | 2.83 | - |
| YUV | 84.96 | 98.12 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 32 | 0 | 0.87 | 0.85 | 0.16 | 359.03 | 0.76 | 0.48 |
| Hex | D7 | 1D | 20 | 0 | 57 | 55 | 10 | 167 | 4C | 30 |
| Octal | 327 | 35 | 40 | 0 | 127 | 125 | 20 | 547 | 114 | 60 |
| Binary | 11010111 | 11101 | 100000 | 0 | 1010111 | 1010101 | 10000 | 101100111 | 1001100 | 110000 |
Color Harmonies of #D71D20
Complementary color
Monochromatic Colors of #D71D20
Black with #D71D20
Text Example
Text Example
White with #D71D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71D20; }
p { color: rgb(215,29,32); }
H1.HeaderClassName
{
color: #D71D20;
}
.AnyTagClassName
{
color: #D71D20;
}
</style>
background-color css
<style>
a { background-color: #D71D20; }
a { background-color: rgb(215,29,32); }
div.DivClassName
{
background-color: #D71D20;
}
.BgClassName
{
background-color: #D71D20;
}
</style>
border-color css
<style>
span { border-color: #D71D20; }
span { border-color: rgb(215,29,32); }
td.TdClassName
{
border-color: #D71D20;
}
.TagClassName
{
border-color: #D71D20;
}
</style>