Shades of Fire Engine Red #D6171C
Tints of Fire Engine Red #D6171C
RGB
CMYK
RGB Variations
Color information
#D6171C (or 0xD6171C) is known color: Fire Engine Red. HEX triplet: D6, 17 and 1C. RGB value is (214,23,28). Sum of RGB (Red+Green+Blue) = 214+23+28=265 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.75% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 214 - color contains mainly: red. Hex color #D6171C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6171C is #29E8E3. Grayscale: #505050. Windows color (decimal): -2746596 or 1841110. OLE color: 1841110.
HSL color Cylindrical-coordinate representation of color #D6171C: hue angle of 358.43º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6171C is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 28 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.16 |
| HSL | 358.43º | 0.81% | 0.46% | - |
| HSV(B) | 358.43º | 0.89% | 0.84% | - |
| XYZ | 28.25 | 14.99 | 2.5 | - |
| YUV | 80.68 | 98.28 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 28 | 0 | 0.89 | 0.87 | 0.16 | 358.43 | 0.81 | 0.46 |
| Hex | D6 | 17 | 1C | 0 | 59 | 57 | 10 | 166 | 51 | 2E |
| Octal | 326 | 27 | 34 | 0 | 131 | 127 | 20 | 546 | 121 | 56 |
| Binary | 11010110 | 10111 | 11100 | 0 | 1011001 | 1010111 | 10000 | 101100110 | 1010001 | 101110 |
Color Harmonies of #D6171C
Complementary color
Monochromatic Colors of #D6171C
Black with #D6171C
Text Example
Text Example
White with #D6171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6171C; }
p { color: rgb(214,23,28); }
H1.HeaderClassName
{
color: #D6171C;
}
.AnyTagClassName
{
color: #D6171C;
}
</style>
background-color css
<style>
a { background-color: #D6171C; }
a { background-color: rgb(214,23,28); }
div.DivClassName
{
background-color: #D6171C;
}
.BgClassName
{
background-color: #D6171C;
}
</style>
border-color css
<style>
span { border-color: #D6171C; }
span { border-color: rgb(214,23,28); }
td.TdClassName
{
border-color: #D6171C;
}
.TagClassName
{
border-color: #D6171C;
}
</style>