Shades of Fire Engine Red #D9161C
Tints of Fire Engine Red #D9161C
RGB
CMYK
RGB Variations
Color information
#D9161C (or 0xD9161C) is known color: Fire Engine Red. HEX triplet: D9, 16 and 1C. RGB value is (217,22,28). Sum of RGB (Red+Green+Blue) = 217+22+28=267 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.27% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 217 - color contains mainly: red. Hex color #D9161C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9161C is #26E9E3. Grayscale: #515151. Windows color (decimal): -2550244 or 1840857. OLE color: 1840857.
HSL color Cylindrical-coordinate representation of color #D9161C: hue angle of 358.15º 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 #D9161C is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 28 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.15 |
| HSL | 358.15º | 0.82% | 0.47% | - |
| HSV(B) | 358.15º | 0.9% | 0.85% | - |
| XYZ | 29.11 | 15.41 | 2.54 | - |
| YUV | 80.99 | 98.1 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 28 | 0 | 0.90 | 0.87 | 0.15 | 358.15 | 0.82 | 0.47 |
| Hex | D9 | 16 | 1C | 0 | 5A | 57 | F | 166 | 52 | 2F |
| Octal | 331 | 26 | 34 | 0 | 132 | 127 | 17 | 546 | 122 | 57 |
| Binary | 11011001 | 10110 | 11100 | 0 | 1011010 | 1010111 | 1111 | 101100110 | 1010010 | 101111 |
Color Harmonies of #D9161C
Complementary color
Monochromatic Colors of #D9161C
Black with #D9161C
Text Example
Text Example
White with #D9161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9161C; }
p { color: rgb(217,22,28); }
H1.HeaderClassName
{
color: #D9161C;
}
.AnyTagClassName
{
color: #D9161C;
}
</style>
background-color css
<style>
a { background-color: #D9161C; }
a { background-color: rgb(217,22,28); }
div.DivClassName
{
background-color: #D9161C;
}
.BgClassName
{
background-color: #D9161C;
}
</style>
border-color css
<style>
span { border-color: #D9161C; }
span { border-color: rgb(217,22,28); }
td.TdClassName
{
border-color: #D9161C;
}
.TagClassName
{
border-color: #D9161C;
}
</style>