Shades of Fire Engine Red #C3192B
Tints of Fire Engine Red #C3192B
RGB
CMYK
RGB Variations
Color information
#C3192B (or 0xC3192B) is known color: Fire Engine Red. HEX triplet: C3, 19 and 2B. RGB value is (195,25,43). Sum of RGB (Red+Green+Blue) = 195+25+43=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C3192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3192B is #3CE6D4. Grayscale: #4D4D4D. Windows color (decimal): -3991253 or 2824643. OLE color: 2824643.
HSL color Cylindrical-coordinate representation of color #C3192B: hue angle of 353.65º 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 #C3192B is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 43 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.24 |
| HSL | 353.65º | 0.77% | 0.43% | - |
| HSV(B) | 353.65º | 0.87% | 0.76% | - |
| XYZ | 23.29 | 12.47 | 3.47 | - |
| YUV | 77.88 | 108.32 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 43 | 0 | 0.87 | 0.78 | 0.24 | 353.65 | 0.77 | 0.43 |
| Hex | C3 | 19 | 2B | 0 | 57 | 4E | 18 | 162 | 4D | 2B |
| Octal | 303 | 31 | 53 | 0 | 127 | 116 | 30 | 542 | 115 | 53 |
| Binary | 11000011 | 11001 | 101011 | 0 | 1010111 | 1001110 | 11000 | 101100010 | 1001101 | 101011 |
Color Harmonies of #C3192B
Complementary color
Monochromatic Colors of #C3192B
Black with #C3192B
Text Example
Text Example
White with #C3192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3192B; }
p { color: rgb(195,25,43); }
H1.HeaderClassName
{
color: #C3192B;
}
.AnyTagClassName
{
color: #C3192B;
}
</style>
background-color css
<style>
a { background-color: #C3192B; }
a { background-color: rgb(195,25,43); }
div.DivClassName
{
background-color: #C3192B;
}
.BgClassName
{
background-color: #C3192B;
}
</style>
border-color css
<style>
span { border-color: #C3192B; }
span { border-color: rgb(195,25,43); }
td.TdClassName
{
border-color: #C3192B;
}
.TagClassName
{
border-color: #C3192B;
}
</style>