Shades of Fire Engine Red #D71C2D
Tints of Fire Engine Red #D71C2D
RGB
CMYK
RGB Variations
Color information
#D71C2D (or 0xD71C2D) is known color: Fire Engine Red. HEX triplet: D7, 1C and 2D. RGB value is (215,28,45). Sum of RGB (Red+Green+Blue) = 215+28+45=288 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.65% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71C2D is #28E3D2. Grayscale: #555555. Windows color (decimal): -2679763 or 2956503. OLE color: 2956503.
HSL color Cylindrical-coordinate representation of color #D71C2D: hue angle of 354.55º degrees, saturation: 0.77, 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 #D71C2D is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 28 | 45 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.16 |
| HSL | 354.55º | 0.77% | 0.48% | - |
| HSV(B) | 354.55º | 0.87% | 0.84% | - |
| XYZ | 28.91 | 15.47 | 3.94 | - |
| YUV | 85.85 | 104.95 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 28 | 45 | 0 | 0.87 | 0.79 | 0.16 | 354.55 | 0.77 | 0.48 |
| Hex | D7 | 1C | 2D | 0 | 57 | 4F | 10 | 163 | 4D | 30 |
| Octal | 327 | 34 | 55 | 0 | 127 | 117 | 20 | 543 | 115 | 60 |
| Binary | 11010111 | 11100 | 101101 | 0 | 1010111 | 1001111 | 10000 | 101100011 | 1001101 | 110000 |
Color Harmonies of #D71C2D
Complementary color
Monochromatic Colors of #D71C2D
Black with #D71C2D
Text Example
Text Example
White with #D71C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71C2D; }
p { color: rgb(215,28,45); }
H1.HeaderClassName
{
color: #D71C2D;
}
.AnyTagClassName
{
color: #D71C2D;
}
</style>
background-color css
<style>
a { background-color: #D71C2D; }
a { background-color: rgb(215,28,45); }
div.DivClassName
{
background-color: #D71C2D;
}
.BgClassName
{
background-color: #D71C2D;
}
</style>
border-color css
<style>
span { border-color: #D71C2D; }
span { border-color: rgb(215,28,45); }
td.TdClassName
{
border-color: #D71C2D;
}
.TagClassName
{
border-color: #D71C2D;
}
</style>