Shades of Fire Engine Red #C9171F
Tints of Fire Engine Red #C9171F
RGB
CMYK
RGB Variations
Color information
#C9171F (or 0xC9171F) is known color: Fire Engine Red. HEX triplet: C9, 17 and 1F. RGB value is (201,23,31). Sum of RGB (Red+Green+Blue) = 201+23+31=255 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.82% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 201 - color contains mainly: red. Hex color #C9171F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9171F is #36E8E0. Grayscale: #4D4D4D. Windows color (decimal): -3598561 or 2037705. OLE color: 2037705.
HSL color Cylindrical-coordinate representation of color #C9171F: hue angle of 357.3º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9171F is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 31 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.21 |
| HSL | 357.3º | 0.79% | 0.44% | - |
| HSV(B) | 357.3º | 0.89% | 0.79% | - |
| XYZ | 24.64 | 13.13 | 2.53 | - |
| YUV | 77.13 | 101.97 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 31 | 0 | 0.89 | 0.85 | 0.21 | 357.3 | 0.79 | 0.44 |
| Hex | C9 | 17 | 1F | 0 | 59 | 55 | 15 | 165 | 4F | 2C |
| Octal | 311 | 27 | 37 | 0 | 131 | 125 | 25 | 545 | 117 | 54 |
| Binary | 11001001 | 10111 | 11111 | 0 | 1011001 | 1010101 | 10101 | 101100101 | 1001111 | 101100 |
Color Harmonies of #C9171F
Complementary color
Monochromatic Colors of #C9171F
Black with #C9171F
Text Example
Text Example
White with #C9171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9171F; }
p { color: rgb(201,23,31); }
H1.HeaderClassName
{
color: #C9171F;
}
.AnyTagClassName
{
color: #C9171F;
}
</style>
background-color css
<style>
a { background-color: #C9171F; }
a { background-color: rgb(201,23,31); }
div.DivClassName
{
background-color: #C9171F;
}
.BgClassName
{
background-color: #C9171F;
}
</style>
border-color css
<style>
span { border-color: #C9171F; }
span { border-color: rgb(201,23,31); }
td.TdClassName
{
border-color: #C9171F;
}
.TagClassName
{
border-color: #C9171F;
}
</style>