Shades of Fire Engine Red #C1191B
Tints of Fire Engine Red #C1191B
RGB
CMYK
RGB Variations
Color information
#C1191B (or 0xC1191B) is known color: Fire Engine Red. HEX triplet: C1, 19 and 1B. RGB value is (193,25,27). Sum of RGB (Red+Green+Blue) = 193+25+27=245 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.78% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 193 - color contains mainly: red. Hex color #C1191B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1191B is #3EE6E4. Grayscale: #4B4B4B. Windows color (decimal): -4122341 or 1776065. OLE color: 1776065.
HSL color Cylindrical-coordinate representation of color #C1191B: hue angle of 359.29º 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 #C1191B is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 27 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.24 |
| HSL | 359.29º | 0.77% | 0.43% | - |
| HSV(B) | 359.29º | 0.87% | 0.76% | - |
| XYZ | 22.54 | 12.11 | 2.19 | - |
| YUV | 75.46 | 100.66 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 27 | 0 | 0.87 | 0.86 | 0.24 | 359.29 | 0.77 | 0.43 |
| Hex | C1 | 19 | 1B | 0 | 57 | 56 | 18 | 167 | 4D | 2B |
| Octal | 301 | 31 | 33 | 0 | 127 | 126 | 30 | 547 | 115 | 53 |
| Binary | 11000001 | 11001 | 11011 | 0 | 1010111 | 1010110 | 11000 | 101100111 | 1001101 | 101011 |
Color Harmonies of #C1191B
Complementary color
Monochromatic Colors of #C1191B
Black with #C1191B
Text Example
Text Example
White with #C1191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1191B; }
p { color: rgb(193,25,27); }
H1.HeaderClassName
{
color: #C1191B;
}
.AnyTagClassName
{
color: #C1191B;
}
</style>
background-color css
<style>
a { background-color: #C1191B; }
a { background-color: rgb(193,25,27); }
div.DivClassName
{
background-color: #C1191B;
}
.BgClassName
{
background-color: #C1191B;
}
</style>
border-color css
<style>
span { border-color: #C1191B; }
span { border-color: rgb(193,25,27); }
td.TdClassName
{
border-color: #C1191B;
}
.TagClassName
{
border-color: #C1191B;
}
</style>