Shades of Fire Engine Red #C5192B
Tints of Fire Engine Red #C5192B
RGB
CMYK
RGB Variations
Color information
#C5192B (or 0xC5192B) is known color: Fire Engine Red. HEX triplet: C5, 19 and 2B. RGB value is (197,25,43). Sum of RGB (Red+Green+Blue) = 197+25+43=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C5192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5192B is #3AE6D4. Grayscale: #4E4E4E. Windows color (decimal): -3860181 or 2824645. OLE color: 2824645.
HSL color Cylindrical-coordinate representation of color #C5192B: hue angle of 353.72º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5192B is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 43 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.23 |
| HSL | 353.72º | 0.77% | 0.44% | - |
| HSV(B) | 353.72º | 0.87% | 0.77% | - |
| XYZ | 23.81 | 12.74 | 3.49 | - |
| YUV | 78.48 | 107.98 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 43 | 0 | 0.87 | 0.78 | 0.23 | 353.72 | 0.77 | 0.44 |
| Hex | C5 | 19 | 2B | 0 | 57 | 4E | 17 | 162 | 4D | 2C |
| Octal | 305 | 31 | 53 | 0 | 127 | 116 | 27 | 542 | 115 | 54 |
| Binary | 11000101 | 11001 | 101011 | 0 | 1010111 | 1001110 | 10111 | 101100010 | 1001101 | 101100 |
Color Harmonies of #C5192B
Complementary color
Monochromatic Colors of #C5192B
Black with #C5192B
Text Example
Text Example
White with #C5192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5192B; }
p { color: rgb(197,25,43); }
H1.HeaderClassName
{
color: #C5192B;
}
.AnyTagClassName
{
color: #C5192B;
}
</style>
background-color css
<style>
a { background-color: #C5192B; }
a { background-color: rgb(197,25,43); }
div.DivClassName
{
background-color: #C5192B;
}
.BgClassName
{
background-color: #C5192B;
}
</style>
border-color css
<style>
span { border-color: #C5192B; }
span { border-color: rgb(197,25,43); }
td.TdClassName
{
border-color: #C5192B;
}
.TagClassName
{
border-color: #C5192B;
}
</style>