Shades of Fire Engine Red #D71D2B
Tints of Fire Engine Red #D71D2B
RGB
CMYK
RGB Variations
Color information
#D71D2B (or 0xD71D2B) is known color: Fire Engine Red. HEX triplet: D7, 1D and 2B. RGB value is (215,29,43). Sum of RGB (Red+Green+Blue) = 215+29+43=287 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.91% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71D2B is #28E2D4. Grayscale: #565656. Windows color (decimal): -2679509 or 2825687. OLE color: 2825687.
HSL color Cylindrical-coordinate representation of color #D71D2B: hue angle of 355.48º 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 #D71D2B is Cyan = 0, Magento = 0.87, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 29 | 43 | - |
| CMYK | 0 | 0.87 | 0.8 | 0.16 |
| HSL | 355.48º | 0.76% | 0.48% | - |
| HSV(B) | 355.48º | 0.87% | 0.84% | - |
| XYZ | 28.9 | 15.5 | 3.75 | - |
| YUV | 86.21 | 103.62 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 43 | 0 | 0.87 | 0.8 | 0.16 | 355.48 | 0.76 | 0.48 |
| Hex | D7 | 1D | 2B | 0 | 57 | 50 | 10 | 163 | 4C | 30 |
| Octal | 327 | 35 | 53 | 0 | 127 | 120 | 20 | 543 | 114 | 60 |
| Binary | 11010111 | 11101 | 101011 | 0 | 1010111 | 1010000 | 10000 | 101100011 | 1001100 | 110000 |
Color Harmonies of #D71D2B
Complementary color
Monochromatic Colors of #D71D2B
Black with #D71D2B
Text Example
Text Example
White with #D71D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71D2B; }
p { color: rgb(215,29,43); }
H1.HeaderClassName
{
color: #D71D2B;
}
.AnyTagClassName
{
color: #D71D2B;
}
</style>
background-color css
<style>
a { background-color: #D71D2B; }
a { background-color: rgb(215,29,43); }
div.DivClassName
{
background-color: #D71D2B;
}
.BgClassName
{
background-color: #D71D2B;
}
</style>
border-color css
<style>
span { border-color: #D71D2B; }
span { border-color: rgb(215,29,43); }
td.TdClassName
{
border-color: #D71D2B;
}
.TagClassName
{
border-color: #D71D2B;
}
</style>