Shades of Fire Engine Red #D8161C
Tints of Fire Engine Red #D8161C
RGB
CMYK
RGB Variations
Color information
#D8161C (or 0xD8161C) is known color: Fire Engine Red. HEX triplet: D8, 16 and 1C. RGB value is (216,22,28). Sum of RGB (Red+Green+Blue) = 216+22+28=266 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.20% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 216 - color contains mainly: red. Hex color #D8161C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8161C is #27E9E3. Grayscale: #505050. Windows color (decimal): -2615780 or 1840856. OLE color: 1840856.
HSL color Cylindrical-coordinate representation of color #D8161C: hue angle of 358.14º 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 #D8161C is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 22 | 28 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.15 |
| HSL | 358.14º | 0.82% | 0.47% | - |
| HSV(B) | 358.14º | 0.9% | 0.85% | - |
| XYZ | 28.82 | 15.26 | 2.52 | - |
| YUV | 80.69 | 98.27 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 22 | 28 | 0 | 0.90 | 0.87 | 0.15 | 358.14 | 0.82 | 0.47 |
| Hex | D8 | 16 | 1C | 0 | 5A | 57 | F | 166 | 52 | 2F |
| Octal | 330 | 26 | 34 | 0 | 132 | 127 | 17 | 546 | 122 | 57 |
| Binary | 11011000 | 10110 | 11100 | 0 | 1011010 | 1010111 | 1111 | 101100110 | 1010010 | 101111 |
Color Harmonies of #D8161C
Complementary color
Monochromatic Colors of #D8161C
Black with #D8161C
Text Example
Text Example
White with #D8161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8161C; }
p { color: rgb(216,22,28); }
H1.HeaderClassName
{
color: #D8161C;
}
.AnyTagClassName
{
color: #D8161C;
}
</style>
background-color css
<style>
a { background-color: #D8161C; }
a { background-color: rgb(216,22,28); }
div.DivClassName
{
background-color: #D8161C;
}
.BgClassName
{
background-color: #D8161C;
}
</style>
border-color css
<style>
span { border-color: #D8161C; }
span { border-color: rgb(216,22,28); }
td.TdClassName
{
border-color: #D8161C;
}
.TagClassName
{
border-color: #D8161C;
}
</style>