Shades of Fire Engine Red #C3192A
Tints of Fire Engine Red #C3192A
RGB
CMYK
RGB Variations
Color information
#C3192A (or 0xC3192A) is known color: Fire Engine Red. HEX triplet: C3, 19 and 2A. RGB value is (195,25,42). Sum of RGB (Red+Green+Blue) = 195+25+42=262 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.43% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 195 - color contains mainly: red. Hex color #C3192A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3192A is #3CE6D5. Grayscale: #4D4D4D. Windows color (decimal): -3991254 or 2759107. OLE color: 2759107.
HSL color Cylindrical-coordinate representation of color #C3192A: hue angle of 354º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C3192A is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 42 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.24 |
| HSL | 354º | 0.77% | 0.43% | - |
| HSV(B) | 354º | 0.87% | 0.76% | - |
| XYZ | 23.27 | 12.46 | 3.37 | - |
| YUV | 77.77 | 107.82 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 42 | 0 | 0.87 | 0.78 | 0.24 | 354 | 0.77 | 0.43 |
| Hex | C3 | 19 | 2A | 0 | 57 | 4E | 18 | 162 | 4D | 2B |
| Octal | 303 | 31 | 52 | 0 | 127 | 116 | 30 | 542 | 115 | 53 |
| Binary | 11000011 | 11001 | 101010 | 0 | 1010111 | 1001110 | 11000 | 101100010 | 1001101 | 101011 |
Color Harmonies of #C3192A
Complementary color
Monochromatic Colors of #C3192A
Black with #C3192A
Text Example
Text Example
White with #C3192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3192A; }
p { color: rgb(195,25,42); }
H1.HeaderClassName
{
color: #C3192A;
}
.AnyTagClassName
{
color: #C3192A;
}
</style>
background-color css
<style>
a { background-color: #C3192A; }
a { background-color: rgb(195,25,42); }
div.DivClassName
{
background-color: #C3192A;
}
.BgClassName
{
background-color: #C3192A;
}
</style>
border-color css
<style>
span { border-color: #C3192A; }
span { border-color: rgb(195,25,42); }
td.TdClassName
{
border-color: #C3192A;
}
.TagClassName
{
border-color: #C3192A;
}
</style>