Shades of Fire Engine Red #D4162A
Tints of Fire Engine Red #D4162A
RGB
CMYK
RGB Variations
Color information
#D4162A (or 0xD4162A) is known color: Fire Engine Red. HEX triplet: D4, 16 and 2A. RGB value is (212,22,42). Sum of RGB (Red+Green+Blue) = 212+22+42=276 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.81% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 212 - color contains mainly: red. Hex color #D4162A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4162A is #2BE9D5. Grayscale: #515151. Windows color (decimal): -2877910 or 2758356. OLE color: 2758356.
HSL color Cylindrical-coordinate representation of color #D4162A: hue angle of 353.68º 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 #D4162A is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 42 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.17 |
| HSL | 353.68º | 0.81% | 0.46% | - |
| HSV(B) | 353.68º | 0.9% | 0.83% | - |
| XYZ | 27.86 | 14.74 | 3.57 | - |
| YUV | 81.09 | 105.95 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 42 | 0 | 0.90 | 0.80 | 0.17 | 353.68 | 0.81 | 0.46 |
| Hex | D4 | 16 | 2A | 0 | 5A | 50 | 11 | 162 | 51 | 2E |
| Octal | 324 | 26 | 52 | 0 | 132 | 120 | 21 | 542 | 121 | 56 |
| Binary | 11010100 | 10110 | 101010 | 0 | 1011010 | 1010000 | 10001 | 101100010 | 1010001 | 101110 |
Color Harmonies of #D4162A
Complementary color
Monochromatic Colors of #D4162A
Black with #D4162A
Text Example
Text Example
White with #D4162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4162A; }
p { color: rgb(212,22,42); }
H1.HeaderClassName
{
color: #D4162A;
}
.AnyTagClassName
{
color: #D4162A;
}
</style>
background-color css
<style>
a { background-color: #D4162A; }
a { background-color: rgb(212,22,42); }
div.DivClassName
{
background-color: #D4162A;
}
.BgClassName
{
background-color: #D4162A;
}
</style>
border-color css
<style>
span { border-color: #D4162A; }
span { border-color: rgb(212,22,42); }
td.TdClassName
{
border-color: #D4162A;
}
.TagClassName
{
border-color: #D4162A;
}
</style>