Shades of Fire Engine Red #D71D23
Tints of Fire Engine Red #D71D23
RGB
CMYK
RGB Variations
Color information
#D71D23 (or 0xD71D23) is known color: Fire Engine Red. HEX triplet: D7, 1D and 23. RGB value is (215,29,35). Sum of RGB (Red+Green+Blue) = 215+29+35=279 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.06% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71D23 is #28E2DC. Grayscale: #555555. Windows color (decimal): -2679517 or 2301399. OLE color: 2301399.
HSL color Cylindrical-coordinate representation of color #D71D23: hue angle of 358.06º 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 #D71D23 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 29 | 35 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.16 |
| HSL | 358.06º | 0.76% | 0.48% | - |
| HSV(B) | 358.06º | 0.87% | 0.84% | - |
| XYZ | 28.77 | 15.45 | 3.06 | - |
| YUV | 85.3 | 99.62 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 35 | 0 | 0.87 | 0.84 | 0.16 | 358.06 | 0.76 | 0.48 |
| Hex | D7 | 1D | 23 | 0 | 57 | 54 | 10 | 166 | 4C | 30 |
| Octal | 327 | 35 | 43 | 0 | 127 | 124 | 20 | 546 | 114 | 60 |
| Binary | 11010111 | 11101 | 100011 | 0 | 1010111 | 1010100 | 10000 | 101100110 | 1001100 | 110000 |
Color Harmonies of #D71D23
Complementary color
Monochromatic Colors of #D71D23
Black with #D71D23
Text Example
Text Example
White with #D71D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71D23; }
p { color: rgb(215,29,35); }
H1.HeaderClassName
{
color: #D71D23;
}
.AnyTagClassName
{
color: #D71D23;
}
</style>
background-color css
<style>
a { background-color: #D71D23; }
a { background-color: rgb(215,29,35); }
div.DivClassName
{
background-color: #D71D23;
}
.BgClassName
{
background-color: #D71D23;
}
</style>
border-color css
<style>
span { border-color: #D71D23; }
span { border-color: rgb(215,29,35); }
td.TdClassName
{
border-color: #D71D23;
}
.TagClassName
{
border-color: #D71D23;
}
</style>