Shades of Fire Engine Red #D3161D
Tints of Fire Engine Red #D3161D
RGB
CMYK
RGB Variations
Color information
#D3161D (or 0xD3161D) is known color: Fire Engine Red. HEX triplet: D3, 16 and 1D. RGB value is (211,22,29). Sum of RGB (Red+Green+Blue) = 211+22+29=262 (34% of max value = 765). Red value is 211 (82.81% from 255 or 80.53% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 211 - color contains mainly: red. Hex color #D3161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3161D is #2CE9E2. Grayscale: #4F4F4F. Windows color (decimal): -2943459 or 1906387. OLE color: 1906387.
HSL color Cylindrical-coordinate representation of color #D3161D: hue angle of 357.78º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3161D is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 22 | 29 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.17 |
| HSL | 357.78º | 0.81% | 0.46% | - |
| HSV(B) | 357.78º | 0.9% | 0.83% | - |
| XYZ | 27.37 | 14.51 | 2.52 | - |
| YUV | 79.31 | 99.62 | 221.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 29 | 0 | 0.90 | 0.86 | 0.17 | 357.78 | 0.81 | 0.46 |
| Hex | D3 | 16 | 1D | 0 | 5A | 56 | 11 | 166 | 51 | 2E |
| Octal | 323 | 26 | 35 | 0 | 132 | 126 | 21 | 546 | 121 | 56 |
| Binary | 11010011 | 10110 | 11101 | 0 | 1011010 | 1010110 | 10001 | 101100110 | 1010001 | 101110 |
Color Harmonies of #D3161D
Complementary color
Monochromatic Colors of #D3161D
Black with #D3161D
Text Example
Text Example
White with #D3161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3161D; }
p { color: rgb(211,22,29); }
H1.HeaderClassName
{
color: #D3161D;
}
.AnyTagClassName
{
color: #D3161D;
}
</style>
background-color css
<style>
a { background-color: #D3161D; }
a { background-color: rgb(211,22,29); }
div.DivClassName
{
background-color: #D3161D;
}
.BgClassName
{
background-color: #D3161D;
}
</style>
border-color css
<style>
span { border-color: #D3161D; }
span { border-color: rgb(211,22,29); }
td.TdClassName
{
border-color: #D3161D;
}
.TagClassName
{
border-color: #D3161D;
}
</style>