Shades of Fire Engine Red #D7162D
Tints of Fire Engine Red #D7162D
RGB
CMYK
RGB Variations
Color information
#D7162D (or 0xD7162D) is known color: Fire Engine Red. HEX triplet: D7, 16 and 2D. RGB value is (215,22,45). Sum of RGB (Red+Green+Blue) = 215+22+45=282 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.24% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 215 - color contains mainly: red. Hex color #D7162D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7162D is #28E9D2. Grayscale: #525252. Windows color (decimal): -2681299 or 2954967. OLE color: 2954967.
HSL color Cylindrical-coordinate representation of color #D7162D: hue angle of 352.85º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7162D is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 45 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.16 |
| HSL | 352.85º | 0.81% | 0.46% | - |
| HSV(B) | 352.85º | 0.9% | 0.84% | - |
| XYZ | 28.78 | 15.21 | 3.9 | - |
| YUV | 82.33 | 106.94 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 45 | 0 | 0.90 | 0.79 | 0.16 | 352.85 | 0.81 | 0.46 |
| Hex | D7 | 16 | 2D | 0 | 5A | 4F | 10 | 161 | 51 | 2E |
| Octal | 327 | 26 | 55 | 0 | 132 | 117 | 20 | 541 | 121 | 56 |
| Binary | 11010111 | 10110 | 101101 | 0 | 1011010 | 1001111 | 10000 | 101100001 | 1010001 | 101110 |
Color Harmonies of #D7162D
Complementary color
Monochromatic Colors of #D7162D
Black with #D7162D
Text Example
Text Example
White with #D7162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7162D; }
p { color: rgb(215,22,45); }
H1.HeaderClassName
{
color: #D7162D;
}
.AnyTagClassName
{
color: #D7162D;
}
</style>
background-color css
<style>
a { background-color: #D7162D; }
a { background-color: rgb(215,22,45); }
div.DivClassName
{
background-color: #D7162D;
}
.BgClassName
{
background-color: #D7162D;
}
</style>
border-color css
<style>
span { border-color: #D7162D; }
span { border-color: rgb(215,22,45); }
td.TdClassName
{
border-color: #D7162D;
}
.TagClassName
{
border-color: #D7162D;
}
</style>