Shades of Fire Engine Red #D8161D
Tints of Fire Engine Red #D8161D
RGB
CMYK
RGB Variations
Color information
#D8161D (or 0xD8161D) is known color: Fire Engine Red. HEX triplet: D8, 16 and 1D. RGB value is (216,22,29). Sum of RGB (Red+Green+Blue) = 216+22+29=267 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.90% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 216 - color contains mainly: red. Hex color #D8161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8161D is #27E9E2. Grayscale: #505050. Windows color (decimal): -2615779 or 1906392. OLE color: 1906392.
HSL color Cylindrical-coordinate representation of color #D8161D: hue angle of 357.84º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8161D is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 22 | 29 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.15 |
| HSL | 357.84º | 0.82% | 0.47% | - |
| HSV(B) | 357.84º | 0.9% | 0.85% | - |
| XYZ | 28.83 | 15.26 | 2.59 | - |
| YUV | 80.8 | 98.77 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 22 | 29 | 0 | 0.90 | 0.87 | 0.15 | 357.84 | 0.82 | 0.47 |
| Hex | D8 | 16 | 1D | 0 | 5A | 57 | F | 166 | 52 | 2F |
| Octal | 330 | 26 | 35 | 0 | 132 | 127 | 17 | 546 | 122 | 57 |
| Binary | 11011000 | 10110 | 11101 | 0 | 1011010 | 1010111 | 1111 | 101100110 | 1010010 | 101111 |
Color Harmonies of #D8161D
Complementary color
Monochromatic Colors of #D8161D
Black with #D8161D
Text Example
Text Example
White with #D8161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8161D; }
p { color: rgb(216,22,29); }
H1.HeaderClassName
{
color: #D8161D;
}
.AnyTagClassName
{
color: #D8161D;
}
</style>
background-color css
<style>
a { background-color: #D8161D; }
a { background-color: rgb(216,22,29); }
div.DivClassName
{
background-color: #D8161D;
}
.BgClassName
{
background-color: #D8161D;
}
</style>
border-color css
<style>
span { border-color: #D8161D; }
span { border-color: rgb(216,22,29); }
td.TdClassName
{
border-color: #D8161D;
}
.TagClassName
{
border-color: #D8161D;
}
</style>