Shades of Fire Engine Red #C9171A
Tints of Fire Engine Red #C9171A
RGB
CMYK
RGB Variations
Color information
#C9171A (or 0xC9171A) is known color: Fire Engine Red. HEX triplet: C9, 17 and 1A. RGB value is (201,23,26). Sum of RGB (Red+Green+Blue) = 201+23+26=250 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.4% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 201 - color contains mainly: red. Hex color #C9171A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9171A is #36E8E5. Grayscale: #4C4C4C. Windows color (decimal): -3598566 or 1710025. OLE color: 1710025.
HSL color Cylindrical-coordinate representation of color #C9171A: hue angle of 358.99º 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 #C9171A is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 26 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.21 |
| HSL | 358.99º | 0.79% | 0.44% | - |
| HSV(B) | 358.99º | 0.89% | 0.79% | - |
| XYZ | 24.58 | 13.1 | 2.21 | - |
| YUV | 76.56 | 99.47 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 26 | 0 | 0.89 | 0.87 | 0.21 | 358.99 | 0.79 | 0.44 |
| Hex | C9 | 17 | 1A | 0 | 59 | 57 | 15 | 167 | 4F | 2C |
| Octal | 311 | 27 | 32 | 0 | 131 | 127 | 25 | 547 | 117 | 54 |
| Binary | 11001001 | 10111 | 11010 | 0 | 1011001 | 1010111 | 10101 | 101100111 | 1001111 | 101100 |
Color Harmonies of #C9171A
Complementary color
Monochromatic Colors of #C9171A
Black with #C9171A
Text Example
Text Example
White with #C9171A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9171A; }
p { color: rgb(201,23,26); }
H1.HeaderClassName
{
color: #C9171A;
}
.AnyTagClassName
{
color: #C9171A;
}
</style>
background-color css
<style>
a { background-color: #C9171A; }
a { background-color: rgb(201,23,26); }
div.DivClassName
{
background-color: #C9171A;
}
.BgClassName
{
background-color: #C9171A;
}
</style>
border-color css
<style>
span { border-color: #C9171A; }
span { border-color: rgb(201,23,26); }
td.TdClassName
{
border-color: #C9171A;
}
.TagClassName
{
border-color: #C9171A;
}
</style>