Shades of Fire Engine Red #D4162D
Tints of Fire Engine Red #D4162D
RGB
CMYK
RGB Variations
Color information
#D4162D (or 0xD4162D) is known color: Fire Engine Red. HEX triplet: D4, 16 and 2D. RGB value is (212,22,45). Sum of RGB (Red+Green+Blue) = 212+22+45=279 (36% of max value = 765). Red value is 212 (83.20% from 255 or 75.99% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 212 - color contains mainly: red. Hex color #D4162D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4162D is #2BE9D2. Grayscale: #515151. Windows color (decimal): -2877907 or 2954964. OLE color: 2954964.
HSL color Cylindrical-coordinate representation of color #D4162D: hue angle of 352.74º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4162D is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 45 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.17 |
| HSL | 352.74º | 0.81% | 0.46% | - |
| HSV(B) | 352.74º | 0.9% | 0.83% | - |
| XYZ | 27.91 | 14.76 | 3.86 | - |
| YUV | 81.43 | 107.45 | 221.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 45 | 0 | 0.90 | 0.79 | 0.17 | 352.74 | 0.81 | 0.46 |
| Hex | D4 | 16 | 2D | 0 | 5A | 4F | 11 | 161 | 51 | 2E |
| Octal | 324 | 26 | 55 | 0 | 132 | 117 | 21 | 541 | 121 | 56 |
| Binary | 11010100 | 10110 | 101101 | 0 | 1011010 | 1001111 | 10001 | 101100001 | 1010001 | 101110 |
Color Harmonies of #D4162D
Complementary color
Monochromatic Colors of #D4162D
Black with #D4162D
Text Example
Text Example
White with #D4162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4162D; }
p { color: rgb(212,22,45); }
H1.HeaderClassName
{
color: #D4162D;
}
.AnyTagClassName
{
color: #D4162D;
}
</style>
background-color css
<style>
a { background-color: #D4162D; }
a { background-color: rgb(212,22,45); }
div.DivClassName
{
background-color: #D4162D;
}
.BgClassName
{
background-color: #D4162D;
}
</style>
border-color css
<style>
span { border-color: #D4162D; }
span { border-color: rgb(212,22,45); }
td.TdClassName
{
border-color: #D4162D;
}
.TagClassName
{
border-color: #D4162D;
}
</style>