Shades of Fire Engine Red #D1161E
Tints of Fire Engine Red #D1161E
RGB
CMYK
RGB Variations
Color information
#D1161E (or 0xD1161E) is known color: Fire Engine Red. HEX triplet: D1, 16 and 1E. RGB value is (209,22,30). Sum of RGB (Red+Green+Blue) = 209+22+30=261 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.08% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 209 - color contains mainly: red. Hex color #D1161E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1161E is #2EE9E1. Grayscale: #4E4E4E. Windows color (decimal): -3074530 or 1971921. OLE color: 1971921.
HSL color Cylindrical-coordinate representation of color #D1161E: hue angle of 357.43º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1161E is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 22 | 30 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.18 |
| HSL | 357.43º | 0.81% | 0.45% | - |
| HSV(B) | 357.43º | 0.89% | 0.82% | - |
| XYZ | 26.82 | 14.22 | 2.56 | - |
| YUV | 78.83 | 100.45 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 30 | 0 | 0.89 | 0.86 | 0.18 | 357.43 | 0.81 | 0.45 |
| Hex | D1 | 16 | 1E | 0 | 59 | 56 | 12 | 165 | 51 | 2D |
| Octal | 321 | 26 | 36 | 0 | 131 | 126 | 22 | 545 | 121 | 55 |
| Binary | 11010001 | 10110 | 11110 | 0 | 1011001 | 1010110 | 10010 | 101100101 | 1010001 | 101101 |
Color Harmonies of #D1161E
Complementary color
Monochromatic Colors of #D1161E
Black with #D1161E
Text Example
Text Example
White with #D1161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1161E; }
p { color: rgb(209,22,30); }
H1.HeaderClassName
{
color: #D1161E;
}
.AnyTagClassName
{
color: #D1161E;
}
</style>
background-color css
<style>
a { background-color: #D1161E; }
a { background-color: rgb(209,22,30); }
div.DivClassName
{
background-color: #D1161E;
}
.BgClassName
{
background-color: #D1161E;
}
</style>
border-color css
<style>
span { border-color: #D1161E; }
span { border-color: rgb(209,22,30); }
td.TdClassName
{
border-color: #D1161E;
}
.TagClassName
{
border-color: #D1161E;
}
</style>