Shades of Fire Engine Red #D6161D
Tints of Fire Engine Red #D6161D
RGB
CMYK
RGB Variations
Color information
#D6161D (or 0xD6161D) is known color: Fire Engine Red. HEX triplet: D6, 16 and 1D. RGB value is (214,22,29). Sum of RGB (Red+Green+Blue) = 214+22+29=265 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.75% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 214 - color contains mainly: red. Hex color #D6161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6161D is #29E9E2. Grayscale: #505050. Windows color (decimal): -2746851 or 1906390. OLE color: 1906390.
HSL color Cylindrical-coordinate representation of color #D6161D: hue angle of 357.81º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6161D is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 29 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.16 |
| HSL | 357.81º | 0.81% | 0.46% | - |
| HSV(B) | 357.81º | 0.9% | 0.84% | - |
| XYZ | 28.24 | 14.96 | 2.56 | - |
| YUV | 80.21 | 99.11 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 29 | 0 | 0.90 | 0.86 | 0.16 | 357.81 | 0.81 | 0.46 |
| Hex | D6 | 16 | 1D | 0 | 5A | 56 | 10 | 166 | 51 | 2E |
| Octal | 326 | 26 | 35 | 0 | 132 | 126 | 20 | 546 | 121 | 56 |
| Binary | 11010110 | 10110 | 11101 | 0 | 1011010 | 1010110 | 10000 | 101100110 | 1010001 | 101110 |
Color Harmonies of #D6161D
Complementary color
Monochromatic Colors of #D6161D
Black with #D6161D
Text Example
Text Example
White with #D6161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6161D; }
p { color: rgb(214,22,29); }
H1.HeaderClassName
{
color: #D6161D;
}
.AnyTagClassName
{
color: #D6161D;
}
</style>
background-color css
<style>
a { background-color: #D6161D; }
a { background-color: rgb(214,22,29); }
div.DivClassName
{
background-color: #D6161D;
}
.BgClassName
{
background-color: #D6161D;
}
</style>
border-color css
<style>
span { border-color: #D6161D; }
span { border-color: rgb(214,22,29); }
td.TdClassName
{
border-color: #D6161D;
}
.TagClassName
{
border-color: #D6161D;
}
</style>