Shades of Fire Engine Red #C9192B
Tints of Fire Engine Red #C9192B
RGB
CMYK
RGB Variations
Color information
#C9192B (or 0xC9192B) is known color: Fire Engine Red. HEX triplet: C9, 19 and 2B. RGB value is (201,25,43). Sum of RGB (Red+Green+Blue) = 201+25+43=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C9192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9192B is #36E6D4. Grayscale: #4F4F4F. Windows color (decimal): -3598037 or 2824649. OLE color: 2824649.
HSL color Cylindrical-coordinate representation of color #C9192B: hue angle of 353.86º 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 #C9192B is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 43 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.21 |
| HSL | 353.86º | 0.78% | 0.44% | - |
| HSV(B) | 353.86º | 0.88% | 0.79% | - |
| XYZ | 24.87 | 13.29 | 3.54 | - |
| YUV | 79.68 | 107.31 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 43 | 0 | 0.88 | 0.79 | 0.21 | 353.86 | 0.78 | 0.44 |
| Hex | C9 | 19 | 2B | 0 | 58 | 4F | 15 | 162 | 4E | 2C |
| Octal | 311 | 31 | 53 | 0 | 130 | 117 | 25 | 542 | 116 | 54 |
| Binary | 11001001 | 11001 | 101011 | 0 | 1011000 | 1001111 | 10101 | 101100010 | 1001110 | 101100 |
Color Harmonies of #C9192B
Complementary color
Monochromatic Colors of #C9192B
Black with #C9192B
Text Example
Text Example
White with #C9192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9192B; }
p { color: rgb(201,25,43); }
H1.HeaderClassName
{
color: #C9192B;
}
.AnyTagClassName
{
color: #C9192B;
}
</style>
background-color css
<style>
a { background-color: #C9192B; }
a { background-color: rgb(201,25,43); }
div.DivClassName
{
background-color: #C9192B;
}
.BgClassName
{
background-color: #C9192B;
}
</style>
border-color css
<style>
span { border-color: #C9192B; }
span { border-color: rgb(201,25,43); }
td.TdClassName
{
border-color: #C9192B;
}
.TagClassName
{
border-color: #C9192B;
}
</style>