Shades of Fire Engine Red #C9172C
Tints of Fire Engine Red #C9172C
RGB
CMYK
RGB Variations
Color information
#C9172C (or 0xC9172C) is known color: Fire Engine Red. HEX triplet: C9, 17 and 2C. RGB value is (201,23,44). Sum of RGB (Red+Green+Blue) = 201+23+44=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C9172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9172C is #36E8D3. Grayscale: #4E4E4E. Windows color (decimal): -3598548 or 2889673. OLE color: 2889673.
HSL color Cylindrical-coordinate representation of color #C9172C: hue angle of 352.92º 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 #C9172C is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 44 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.21 |
| HSL | 352.92º | 0.79% | 0.44% | - |
| HSV(B) | 352.92º | 0.89% | 0.79% | - |
| XYZ | 24.85 | 13.21 | 3.62 | - |
| YUV | 78.62 | 108.47 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 44 | 0 | 0.89 | 0.78 | 0.21 | 352.92 | 0.79 | 0.44 |
| Hex | C9 | 17 | 2C | 0 | 59 | 4E | 15 | 161 | 4F | 2C |
| Octal | 311 | 27 | 54 | 0 | 131 | 116 | 25 | 541 | 117 | 54 |
| Binary | 11001001 | 10111 | 101100 | 0 | 1011001 | 1001110 | 10101 | 101100001 | 1001111 | 101100 |
Color Harmonies of #C9172C
Complementary color
Monochromatic Colors of #C9172C
Black with #C9172C
Text Example
Text Example
White with #C9172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9172C; }
p { color: rgb(201,23,44); }
H1.HeaderClassName
{
color: #C9172C;
}
.AnyTagClassName
{
color: #C9172C;
}
</style>
background-color css
<style>
a { background-color: #C9172C; }
a { background-color: rgb(201,23,44); }
div.DivClassName
{
background-color: #C9172C;
}
.BgClassName
{
background-color: #C9172C;
}
</style>
border-color css
<style>
span { border-color: #C9172C; }
span { border-color: rgb(201,23,44); }
td.TdClassName
{
border-color: #C9172C;
}
.TagClassName
{
border-color: #C9172C;
}
</style>