Shades of Fire Engine Red #D6172B
Tints of Fire Engine Red #D6172B
RGB
CMYK
RGB Variations
Color information
#D6172B (or 0xD6172B) is known color: Fire Engine Red. HEX triplet: D6, 17 and 2B. RGB value is (214,23,43). Sum of RGB (Red+Green+Blue) = 214+23+43=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D6172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6172B is #29E8D4. Grayscale: #525252. Windows color (decimal): -2746581 or 2824150. OLE color: 2824150.
HSL color Cylindrical-coordinate representation of color #D6172B: hue angle of 353.72º 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 #D6172B is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 43 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.16 |
| HSL | 353.72º | 0.81% | 0.46% | - |
| HSV(B) | 353.72º | 0.89% | 0.84% | - |
| XYZ | 28.47 | 15.08 | 3.7 | - |
| YUV | 82.39 | 105.78 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 43 | 0 | 0.89 | 0.80 | 0.16 | 353.72 | 0.81 | 0.46 |
| Hex | D6 | 17 | 2B | 0 | 59 | 50 | 10 | 162 | 51 | 2E |
| Octal | 326 | 27 | 53 | 0 | 131 | 120 | 20 | 542 | 121 | 56 |
| Binary | 11010110 | 10111 | 101011 | 0 | 1011001 | 1010000 | 10000 | 101100010 | 1010001 | 101110 |
Color Harmonies of #D6172B
Complementary color
Monochromatic Colors of #D6172B
Black with #D6172B
Text Example
Text Example
White with #D6172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6172B; }
p { color: rgb(214,23,43); }
H1.HeaderClassName
{
color: #D6172B;
}
.AnyTagClassName
{
color: #D6172B;
}
</style>
background-color css
<style>
a { background-color: #D6172B; }
a { background-color: rgb(214,23,43); }
div.DivClassName
{
background-color: #D6172B;
}
.BgClassName
{
background-color: #D6172B;
}
</style>
border-color css
<style>
span { border-color: #D6172B; }
span { border-color: rgb(214,23,43); }
td.TdClassName
{
border-color: #D6172B;
}
.TagClassName
{
border-color: #D6172B;
}
</style>