Shades of Fire Engine Red #C4192A
Tints of Fire Engine Red #C4192A
RGB
CMYK
RGB Variations
Color information
#C4192A (or 0xC4192A) is known color: Fire Engine Red. HEX triplet: C4, 19 and 2A. RGB value is (196,25,42). Sum of RGB (Red+Green+Blue) = 196+25+42=263 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.52% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 196 - color contains mainly: red. Hex color #C4192A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4192A is #3BE6D5. Grayscale: #4E4E4E. Windows color (decimal): -3925718 or 2759108. OLE color: 2759108.
HSL color Cylindrical-coordinate representation of color #C4192A: hue angle of 354.04º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4192A is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 42 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.23 |
| HSL | 354.04º | 0.77% | 0.43% | - |
| HSV(B) | 354.04º | 0.87% | 0.77% | - |
| XYZ | 23.53 | 12.6 | 3.38 | - |
| YUV | 78.07 | 107.65 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 42 | 0 | 0.87 | 0.79 | 0.23 | 354.04 | 0.77 | 0.43 |
| Hex | C4 | 19 | 2A | 0 | 57 | 4F | 17 | 162 | 4D | 2B |
| Octal | 304 | 31 | 52 | 0 | 127 | 117 | 27 | 542 | 115 | 53 |
| Binary | 11000100 | 11001 | 101010 | 0 | 1010111 | 1001111 | 10111 | 101100010 | 1001101 | 101011 |
Color Harmonies of #C4192A
Complementary color
Monochromatic Colors of #C4192A
Black with #C4192A
Text Example
Text Example
White with #C4192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4192A; }
p { color: rgb(196,25,42); }
H1.HeaderClassName
{
color: #C4192A;
}
.AnyTagClassName
{
color: #C4192A;
}
</style>
background-color css
<style>
a { background-color: #C4192A; }
a { background-color: rgb(196,25,42); }
div.DivClassName
{
background-color: #C4192A;
}
.BgClassName
{
background-color: #C4192A;
}
</style>
border-color css
<style>
span { border-color: #C4192A; }
span { border-color: rgb(196,25,42); }
td.TdClassName
{
border-color: #C4192A;
}
.TagClassName
{
border-color: #C4192A;
}
</style>