Shades of Fire Engine Red #D1161B
Tints of Fire Engine Red #D1161B
RGB
CMYK
RGB Variations
Color information
#D1161B (or 0xD1161B) is known color: Fire Engine Red. HEX triplet: D1, 16 and 1B. RGB value is (209,22,27). Sum of RGB (Red+Green+Blue) = 209+22+27=258 (34% of max value = 765). Red value is 209 (82.03% from 255 or 81.01% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 209 - color contains mainly: red. Hex color #D1161B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1161B is #2EE9E4. Grayscale: #4E4E4E. Windows color (decimal): -3074533 or 1775313. OLE color: 1775313.
HSL color Cylindrical-coordinate representation of color #D1161B: hue angle of 358.4º 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 #D1161B is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 22 | 27 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.18 |
| HSL | 358.4º | 0.81% | 0.45% | - |
| HSV(B) | 358.4º | 0.89% | 0.82% | - |
| XYZ | 26.78 | 14.21 | 2.37 | - |
| YUV | 78.48 | 98.95 | 221.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 27 | 0 | 0.89 | 0.87 | 0.18 | 358.4 | 0.81 | 0.45 |
| Hex | D1 | 16 | 1B | 0 | 59 | 57 | 12 | 166 | 51 | 2D |
| Octal | 321 | 26 | 33 | 0 | 131 | 127 | 22 | 546 | 121 | 55 |
| Binary | 11010001 | 10110 | 11011 | 0 | 1011001 | 1010111 | 10010 | 101100110 | 1010001 | 101101 |
Color Harmonies of #D1161B
Complementary color
Monochromatic Colors of #D1161B
Black with #D1161B
Text Example
Text Example
White with #D1161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1161B; }
p { color: rgb(209,22,27); }
H1.HeaderClassName
{
color: #D1161B;
}
.AnyTagClassName
{
color: #D1161B;
}
</style>
background-color css
<style>
a { background-color: #D1161B; }
a { background-color: rgb(209,22,27); }
div.DivClassName
{
background-color: #D1161B;
}
.BgClassName
{
background-color: #D1161B;
}
</style>
border-color css
<style>
span { border-color: #D1161B; }
span { border-color: rgb(209,22,27); }
td.TdClassName
{
border-color: #D1161B;
}
.TagClassName
{
border-color: #D1161B;
}
</style>