Shades of Fire Engine Red #D71E2C
Tints of Fire Engine Red #D71E2C
RGB
CMYK
RGB Variations
Color information
#D71E2C (or 0xD71E2C) is known color: Fire Engine Red. HEX triplet: D7, 1E and 2C. RGB value is (215,30,44). Sum of RGB (Red+Green+Blue) = 215+30+44=289 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.39% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71E2C is #28E1D3. Grayscale: #575757. Windows color (decimal): -2679252 or 2891479. OLE color: 2891479.
HSL color Cylindrical-coordinate representation of color #D71E2C: hue angle of 355.46º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71E2C is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 44 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.16 |
| HSL | 355.46º | 0.76% | 0.48% | - |
| HSV(B) | 355.46º | 0.86% | 0.84% | - |
| XYZ | 28.94 | 15.56 | 3.86 | - |
| YUV | 86.91 | 103.79 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 44 | 0 | 0.86 | 0.80 | 0.16 | 355.46 | 0.76 | 0.48 |
| Hex | D7 | 1E | 2C | 0 | 56 | 50 | 10 | 163 | 4C | 30 |
| Octal | 327 | 36 | 54 | 0 | 126 | 120 | 20 | 543 | 114 | 60 |
| Binary | 11010111 | 11110 | 101100 | 0 | 1010110 | 1010000 | 10000 | 101100011 | 1001100 | 110000 |
Color Harmonies of #D71E2C
Complementary color
Monochromatic Colors of #D71E2C
Black with #D71E2C
Text Example
Text Example
White with #D71E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71E2C; }
p { color: rgb(215,30,44); }
H1.HeaderClassName
{
color: #D71E2C;
}
.AnyTagClassName
{
color: #D71E2C;
}
</style>
background-color css
<style>
a { background-color: #D71E2C; }
a { background-color: rgb(215,30,44); }
div.DivClassName
{
background-color: #D71E2C;
}
.BgClassName
{
background-color: #D71E2C;
}
</style>
border-color css
<style>
span { border-color: #D71E2C; }
span { border-color: rgb(215,30,44); }
td.TdClassName
{
border-color: #D71E2C;
}
.TagClassName
{
border-color: #D71E2C;
}
</style>