Shades of Fire Engine Red #D71418
Tints of Fire Engine Red #D71418
RGB
CMYK
RGB Variations
Color information
#D71418 (or 0xD71418) is known color: Fire Engine Red. HEX triplet: D7, 14 and 18. RGB value is (215,20,24). Sum of RGB (Red+Green+Blue) = 215+20+24=259 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.01% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 215 - color contains mainly: red. Hex color #D71418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71418 is #28EBE7. Grayscale: #4E4E4E. Windows color (decimal): -2681832 or 1578199. OLE color: 1578199.
HSL color Cylindrical-coordinate representation of color #D71418: hue angle of 358.77º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D71418 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 24 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.16 |
| HSL | 358.77º | 0.83% | 0.46% | - |
| HSV(B) | 358.77º | 0.91% | 0.84% | - |
| XYZ | 28.44 | 15.01 | 2.26 | - |
| YUV | 78.76 | 97.1 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 24 | 0 | 0.91 | 0.89 | 0.16 | 358.77 | 0.83 | 0.46 |
| Hex | D7 | 14 | 18 | 0 | 5B | 59 | 10 | 167 | 53 | 2E |
| Octal | 327 | 24 | 30 | 0 | 133 | 131 | 20 | 547 | 123 | 56 |
| Binary | 11010111 | 10100 | 11000 | 0 | 1011011 | 1011001 | 10000 | 101100111 | 1010011 | 101110 |
Color Harmonies of #D71418
Complementary color
Monochromatic Colors of #D71418
Black with #D71418
Text Example
Text Example
White with #D71418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71418; }
p { color: rgb(215,20,24); }
H1.HeaderClassName
{
color: #D71418;
}
.AnyTagClassName
{
color: #D71418;
}
</style>
background-color css
<style>
a { background-color: #D71418; }
a { background-color: rgb(215,20,24); }
div.DivClassName
{
background-color: #D71418;
}
.BgClassName
{
background-color: #D71418;
}
</style>
border-color css
<style>
span { border-color: #D71418; }
span { border-color: rgb(215,20,24); }
td.TdClassName
{
border-color: #D71418;
}
.TagClassName
{
border-color: #D71418;
}
</style>