Shades of Fire Engine Red #D8112B
Tints of Fire Engine Red #D8112B
RGB
CMYK
RGB Variations
Color information
#D8112B (or 0xD8112B) is known color: Fire Engine Red. HEX triplet: D8, 11 and 2B. RGB value is (216,17,43). Sum of RGB (Red+Green+Blue) = 216+17+43=276 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.26% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 216 - color contains mainly: red. Hex color #D8112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8112B is #27EED4. Grayscale: #4F4F4F. Windows color (decimal): -2617045 or 2822616. OLE color: 2822616.
HSL color Cylindrical-coordinate representation of color #D8112B: hue angle of 352.16º 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 #D8112B is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 17 | 43 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.15 |
| HSL | 352.16º | 0.85% | 0.46% | - |
| HSV(B) | 352.16º | 0.92% | 0.85% | - |
| XYZ | 28.96 | 15.17 | 3.69 | - |
| YUV | 79.47 | 107.43 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 43 | 0 | 0.92 | 0.80 | 0.15 | 352.16 | 0.85 | 0.46 |
| Hex | D8 | 11 | 2B | 0 | 5C | 50 | F | 160 | 55 | 2E |
| Octal | 330 | 21 | 53 | 0 | 134 | 120 | 17 | 540 | 125 | 56 |
| Binary | 11011000 | 10001 | 101011 | 0 | 1011100 | 1010000 | 1111 | 101100000 | 1010101 | 101110 |
Color Harmonies of #D8112B
Complementary color
Monochromatic Colors of #D8112B
Black with #D8112B
Text Example
Text Example
White with #D8112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8112B; }
p { color: rgb(216,17,43); }
H1.HeaderClassName
{
color: #D8112B;
}
.AnyTagClassName
{
color: #D8112B;
}
</style>
background-color css
<style>
a { background-color: #D8112B; }
a { background-color: rgb(216,17,43); }
div.DivClassName
{
background-color: #D8112B;
}
.BgClassName
{
background-color: #D8112B;
}
</style>
border-color css
<style>
span { border-color: #D8112B; }
span { border-color: rgb(216,17,43); }
td.TdClassName
{
border-color: #D8112B;
}
.TagClassName
{
border-color: #D8112B;
}
</style>