Shades of Fire Engine Red #D4162B
Tints of Fire Engine Red #D4162B
RGB
CMYK
RGB Variations
Color information
#D4162B (or 0xD4162B) is known color: Fire Engine Red. HEX triplet: D4, 16 and 2B. RGB value is (212,22,43). Sum of RGB (Red+Green+Blue) = 212+22+43=277 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.53% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 212 - color contains mainly: red. Hex color #D4162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4162B is #2BE9D4. Grayscale: #515151. Windows color (decimal): -2877909 or 2823892. OLE color: 2823892.
HSL color Cylindrical-coordinate representation of color #D4162B: hue angle of 353.37º 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 #D4162B is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 43 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.17 |
| HSL | 353.37º | 0.81% | 0.46% | - |
| HSV(B) | 353.37º | 0.9% | 0.83% | - |
| XYZ | 27.87 | 14.75 | 3.66 | - |
| YUV | 81.2 | 106.45 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 43 | 0 | 0.90 | 0.80 | 0.17 | 353.37 | 0.81 | 0.46 |
| Hex | D4 | 16 | 2B | 0 | 5A | 50 | 11 | 161 | 51 | 2E |
| Octal | 324 | 26 | 53 | 0 | 132 | 120 | 21 | 541 | 121 | 56 |
| Binary | 11010100 | 10110 | 101011 | 0 | 1011010 | 1010000 | 10001 | 101100001 | 1010001 | 101110 |
Color Harmonies of #D4162B
Complementary color
Monochromatic Colors of #D4162B
Black with #D4162B
Text Example
Text Example
White with #D4162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4162B; }
p { color: rgb(212,22,43); }
H1.HeaderClassName
{
color: #D4162B;
}
.AnyTagClassName
{
color: #D4162B;
}
</style>
background-color css
<style>
a { background-color: #D4162B; }
a { background-color: rgb(212,22,43); }
div.DivClassName
{
background-color: #D4162B;
}
.BgClassName
{
background-color: #D4162B;
}
</style>
border-color css
<style>
span { border-color: #D4162B; }
span { border-color: rgb(212,22,43); }
td.TdClassName
{
border-color: #D4162B;
}
.TagClassName
{
border-color: #D4162B;
}
</style>