Shades of Fire Engine Red #C1191E
Tints of Fire Engine Red #C1191E
RGB
CMYK
RGB Variations
Color information
#C1191E (or 0xC1191E) is known color: Fire Engine Red. HEX triplet: C1, 19 and 1E. RGB value is (193,25,30). Sum of RGB (Red+Green+Blue) = 193+25+30=248 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.82% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 193 - color contains mainly: red. Hex color #C1191E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1191E is #3EE6E1. Grayscale: #4B4B4B. Windows color (decimal): -4122338 or 1972673. OLE color: 1972673.
HSL color Cylindrical-coordinate representation of color #C1191E: hue angle of 358.21º 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 #C1191E is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 30 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.24 |
| HSL | 358.21º | 0.77% | 0.43% | - |
| HSV(B) | 358.21º | 0.87% | 0.76% | - |
| XYZ | 22.57 | 12.13 | 2.38 | - |
| YUV | 75.8 | 102.16 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 30 | 0 | 0.87 | 0.84 | 0.24 | 358.21 | 0.77 | 0.43 |
| Hex | C1 | 19 | 1E | 0 | 57 | 54 | 18 | 166 | 4D | 2B |
| Octal | 301 | 31 | 36 | 0 | 127 | 124 | 30 | 546 | 115 | 53 |
| Binary | 11000001 | 11001 | 11110 | 0 | 1010111 | 1010100 | 11000 | 101100110 | 1001101 | 101011 |
Color Harmonies of #C1191E
Complementary color
Monochromatic Colors of #C1191E
Black with #C1191E
Text Example
Text Example
White with #C1191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1191E; }
p { color: rgb(193,25,30); }
H1.HeaderClassName
{
color: #C1191E;
}
.AnyTagClassName
{
color: #C1191E;
}
</style>
background-color css
<style>
a { background-color: #C1191E; }
a { background-color: rgb(193,25,30); }
div.DivClassName
{
background-color: #C1191E;
}
.BgClassName
{
background-color: #C1191E;
}
</style>
border-color css
<style>
span { border-color: #C1191E; }
span { border-color: rgb(193,25,30); }
td.TdClassName
{
border-color: #C1191E;
}
.TagClassName
{
border-color: #C1191E;
}
</style>