Shades of Fire Engine Red #C9161D
Tints of Fire Engine Red #C9161D
RGB
CMYK
RGB Variations
Color information
#C9161D (or 0xC9161D) is known color: Fire Engine Red. HEX triplet: C9, 16 and 1D. RGB value is (201,22,29). Sum of RGB (Red+Green+Blue) = 201+22+29=252 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.76% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 201 - color contains mainly: red. Hex color #C9161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9161D is #36E9E2. Grayscale: #4C4C4C. Windows color (decimal): -3598819 or 1906377. OLE color: 1906377.
HSL color Cylindrical-coordinate representation of color #C9161D: hue angle of 357.65º degrees, saturation: 0.8, 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 #C9161D is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 29 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.21 |
| HSL | 357.65º | 0.8% | 0.44% | - |
| HSV(B) | 357.65º | 0.89% | 0.79% | - |
| XYZ | 24.6 | 13.08 | 2.39 | - |
| YUV | 76.32 | 101.3 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 29 | 0 | 0.89 | 0.86 | 0.21 | 357.65 | 0.8 | 0.44 |
| Hex | C9 | 16 | 1D | 0 | 59 | 56 | 15 | 166 | 50 | 2C |
| Octal | 311 | 26 | 35 | 0 | 131 | 126 | 25 | 546 | 120 | 54 |
| Binary | 11001001 | 10110 | 11101 | 0 | 1011001 | 1010110 | 10101 | 101100110 | 1010000 | 101100 |
Color Harmonies of #C9161D
Complementary color
Monochromatic Colors of #C9161D
Black with #C9161D
Text Example
Text Example
White with #C9161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9161D; }
p { color: rgb(201,22,29); }
H1.HeaderClassName
{
color: #C9161D;
}
.AnyTagClassName
{
color: #C9161D;
}
</style>
background-color css
<style>
a { background-color: #C9161D; }
a { background-color: rgb(201,22,29); }
div.DivClassName
{
background-color: #C9161D;
}
.BgClassName
{
background-color: #C9161D;
}
</style>
border-color css
<style>
span { border-color: #C9161D; }
span { border-color: rgb(201,22,29); }
td.TdClassName
{
border-color: #C9161D;
}
.TagClassName
{
border-color: #C9161D;
}
</style>