Shades of Fire Engine Red #D6172C
Tints of Fire Engine Red #D6172C
RGB
CMYK
RGB Variations
Color information
#D6172C (or 0xD6172C) is known color: Fire Engine Red. HEX triplet: D6, 17 and 2C. RGB value is (214,23,44). Sum of RGB (Red+Green+Blue) = 214+23+44=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D6172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6172C is #29E8D3. Grayscale: #525252. Windows color (decimal): -2746580 or 2889686. OLE color: 2889686.
HSL color Cylindrical-coordinate representation of color #D6172C: hue angle of 353.4º 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 #D6172C is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 44 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.16 |
| HSL | 353.4º | 0.81% | 0.46% | - |
| HSV(B) | 353.4º | 0.89% | 0.84% | - |
| XYZ | 28.49 | 15.09 | 3.79 | - |
| YUV | 82.5 | 106.28 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 44 | 0 | 0.89 | 0.79 | 0.16 | 353.4 | 0.81 | 0.46 |
| Hex | D6 | 17 | 2C | 0 | 59 | 4F | 10 | 161 | 51 | 2E |
| Octal | 326 | 27 | 54 | 0 | 131 | 117 | 20 | 541 | 121 | 56 |
| Binary | 11010110 | 10111 | 101100 | 0 | 1011001 | 1001111 | 10000 | 101100001 | 1010001 | 101110 |
Color Harmonies of #D6172C
Complementary color
Monochromatic Colors of #D6172C
Black with #D6172C
Text Example
Text Example
White with #D6172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6172C; }
p { color: rgb(214,23,44); }
H1.HeaderClassName
{
color: #D6172C;
}
.AnyTagClassName
{
color: #D6172C;
}
</style>
background-color css
<style>
a { background-color: #D6172C; }
a { background-color: rgb(214,23,44); }
div.DivClassName
{
background-color: #D6172C;
}
.BgClassName
{
background-color: #D6172C;
}
</style>
border-color css
<style>
span { border-color: #D6172C; }
span { border-color: rgb(214,23,44); }
td.TdClassName
{
border-color: #D6172C;
}
.TagClassName
{
border-color: #D6172C;
}
</style>