Shades of Fire Engine Red #D8112A
Tints of Fire Engine Red #D8112A
RGB
CMYK
RGB Variations
Color information
#D8112A (or 0xD8112A) is known color: Fire Engine Red. HEX triplet: D8, 11 and 2A. RGB value is (216,17,42). Sum of RGB (Red+Green+Blue) = 216+17+42=275 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.55% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 216 - color contains mainly: red. Hex color #D8112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8112A is #27EED5. Grayscale: #4F4F4F. Windows color (decimal): -2617046 or 2757080. OLE color: 2757080.
HSL color Cylindrical-coordinate representation of color #D8112A: hue angle of 352.46º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D8112A is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 17 | 42 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.15 |
| HSL | 352.46º | 0.85% | 0.46% | - |
| HSV(B) | 352.46º | 0.92% | 0.85% | - |
| XYZ | 28.94 | 15.17 | 3.59 | - |
| YUV | 79.35 | 106.93 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 42 | 0 | 0.92 | 0.81 | 0.15 | 352.46 | 0.85 | 0.46 |
| Hex | D8 | 11 | 2A | 0 | 5C | 51 | F | 160 | 55 | 2E |
| Octal | 330 | 21 | 52 | 0 | 134 | 121 | 17 | 540 | 125 | 56 |
| Binary | 11011000 | 10001 | 101010 | 0 | 1011100 | 1010001 | 1111 | 101100000 | 1010101 | 101110 |
Color Harmonies of #D8112A
Complementary color
Monochromatic Colors of #D8112A
Black with #D8112A
Text Example
Text Example
White with #D8112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8112A; }
p { color: rgb(216,17,42); }
H1.HeaderClassName
{
color: #D8112A;
}
.AnyTagClassName
{
color: #D8112A;
}
</style>
background-color css
<style>
a { background-color: #D8112A; }
a { background-color: rgb(216,17,42); }
div.DivClassName
{
background-color: #D8112A;
}
.BgClassName
{
background-color: #D8112A;
}
</style>
border-color css
<style>
span { border-color: #D8112A; }
span { border-color: rgb(216,17,42); }
td.TdClassName
{
border-color: #D8112A;
}
.TagClassName
{
border-color: #D8112A;
}
</style>