Shades of Fire Engine Red #C9172A
Tints of Fire Engine Red #C9172A
RGB
CMYK
RGB Variations
Color information
#C9172A (or 0xC9172A) is known color: Fire Engine Red. HEX triplet: C9, 17 and 2A. RGB value is (201,23,42). Sum of RGB (Red+Green+Blue) = 201+23+42=266 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.56% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 201 - color contains mainly: red. Hex color #C9172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9172A is #36E8D5. Grayscale: #4E4E4E. Windows color (decimal): -3598550 or 2758601. OLE color: 2758601.
HSL color Cylindrical-coordinate representation of color #C9172A: hue angle of 353.6º 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 #C9172A is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 42 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.21 |
| HSL | 353.6º | 0.79% | 0.44% | - |
| HSV(B) | 353.6º | 0.89% | 0.79% | - |
| XYZ | 24.81 | 13.2 | 3.43 | - |
| YUV | 78.39 | 107.47 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 42 | 0 | 0.89 | 0.79 | 0.21 | 353.6 | 0.79 | 0.44 |
| Hex | C9 | 17 | 2A | 0 | 59 | 4F | 15 | 162 | 4F | 2C |
| Octal | 311 | 27 | 52 | 0 | 131 | 117 | 25 | 542 | 117 | 54 |
| Binary | 11001001 | 10111 | 101010 | 0 | 1011001 | 1001111 | 10101 | 101100010 | 1001111 | 101100 |
Color Harmonies of #C9172A
Complementary color
Monochromatic Colors of #C9172A
Black with #C9172A
Text Example
Text Example
White with #C9172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9172A; }
p { color: rgb(201,23,42); }
H1.HeaderClassName
{
color: #C9172A;
}
.AnyTagClassName
{
color: #C9172A;
}
</style>
background-color css
<style>
a { background-color: #C9172A; }
a { background-color: rgb(201,23,42); }
div.DivClassName
{
background-color: #C9172A;
}
.BgClassName
{
background-color: #C9172A;
}
</style>
border-color css
<style>
span { border-color: #C9172A; }
span { border-color: rgb(201,23,42); }
td.TdClassName
{
border-color: #C9172A;
}
.TagClassName
{
border-color: #C9172A;
}
</style>