Shades of Fire Engine Red #C0192A
Tints of Fire Engine Red #C0192A
RGB
CMYK
RGB Variations
Color information
#C0192A (or 0xC0192A) is known color: Fire Engine Red. HEX triplet: C0, 19 and 2A. RGB value is (192,25,42). Sum of RGB (Red+Green+Blue) = 192+25+42=259 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.13% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 192 - color contains mainly: red. Hex color #C0192A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0192A is #3FE6D5. Grayscale: #4C4C4C. Windows color (decimal): -4187862 or 2759104. OLE color: 2759104.
HSL color Cylindrical-coordinate representation of color #C0192A: hue angle of 353.89º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0192A is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 42 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.25 |
| HSL | 353.89º | 0.77% | 0.43% | - |
| HSV(B) | 353.89º | 0.87% | 0.75% | - |
| XYZ | 22.5 | 12.07 | 3.33 | - |
| YUV | 76.87 | 108.33 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 42 | 0 | 0.87 | 0.78 | 0.25 | 353.89 | 0.77 | 0.43 |
| Hex | C0 | 19 | 2A | 0 | 57 | 4E | 19 | 162 | 4D | 2B |
| Octal | 300 | 31 | 52 | 0 | 127 | 116 | 31 | 542 | 115 | 53 |
| Binary | 11000000 | 11001 | 101010 | 0 | 1010111 | 1001110 | 11001 | 101100010 | 1001101 | 101011 |
Color Harmonies of #C0192A
Complementary color
Monochromatic Colors of #C0192A
Black with #C0192A
Text Example
Text Example
White with #C0192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0192A; }
p { color: rgb(192,25,42); }
H1.HeaderClassName
{
color: #C0192A;
}
.AnyTagClassName
{
color: #C0192A;
}
</style>
background-color css
<style>
a { background-color: #C0192A; }
a { background-color: rgb(192,25,42); }
div.DivClassName
{
background-color: #C0192A;
}
.BgClassName
{
background-color: #C0192A;
}
</style>
border-color css
<style>
span { border-color: #C0192A; }
span { border-color: rgb(192,25,42); }
td.TdClassName
{
border-color: #C0192A;
}
.TagClassName
{
border-color: #C0192A;
}
</style>