Shades of Fire Engine Red #C9191C
Tints of Fire Engine Red #C9191C
RGB
CMYK
RGB Variations
Color information
#C9191C (or 0xC9191C) is known color: Fire Engine Red. HEX triplet: C9, 19 and 1C. RGB value is (201,25,28). Sum of RGB (Red+Green+Blue) = 201+25+28=254 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.13% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 201 - color contains mainly: red. Hex color #C9191C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9191C is #36E6E3. Grayscale: #4E4E4E. Windows color (decimal): -3598052 or 1841609. OLE color: 1841609.
HSL color Cylindrical-coordinate representation of color #C9191C: hue angle of 358.98º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9191C is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 28 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.21 |
| HSL | 358.98º | 0.78% | 0.44% | - |
| HSV(B) | 358.98º | 0.88% | 0.79% | - |
| XYZ | 24.64 | 13.2 | 2.35 | - |
| YUV | 77.97 | 99.81 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 28 | 0 | 0.88 | 0.86 | 0.21 | 358.98 | 0.78 | 0.44 |
| Hex | C9 | 19 | 1C | 0 | 58 | 56 | 15 | 167 | 4E | 2C |
| Octal | 311 | 31 | 34 | 0 | 130 | 126 | 25 | 547 | 116 | 54 |
| Binary | 11001001 | 11001 | 11100 | 0 | 1011000 | 1010110 | 10101 | 101100111 | 1001110 | 101100 |
Color Harmonies of #C9191C
Complementary color
Monochromatic Colors of #C9191C
Black with #C9191C
Text Example
Text Example
White with #C9191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9191C; }
p { color: rgb(201,25,28); }
H1.HeaderClassName
{
color: #C9191C;
}
.AnyTagClassName
{
color: #C9191C;
}
</style>
background-color css
<style>
a { background-color: #C9191C; }
a { background-color: rgb(201,25,28); }
div.DivClassName
{
background-color: #C9191C;
}
.BgClassName
{
background-color: #C9191C;
}
</style>
border-color css
<style>
span { border-color: #C9191C; }
span { border-color: rgb(201,25,28); }
td.TdClassName
{
border-color: #C9191C;
}
.TagClassName
{
border-color: #C9191C;
}
</style>