Shades of Fire Engine Red #C1171A
Tints of Fire Engine Red #C1171A
RGB
CMYK
RGB Variations
Color information
#C1171A (or 0xC1171A) is known color: Fire Engine Red. HEX triplet: C1, 17 and 1A. RGB value is (193,23,26). Sum of RGB (Red+Green+Blue) = 193+23+26=242 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.75% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 193 - color contains mainly: red. Hex color #C1171A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1171A is #3EE8E5. Grayscale: #4A4A4A. Windows color (decimal): -4122854 or 1710017. OLE color: 1710017.
HSL color Cylindrical-coordinate representation of color #C1171A: hue angle of 358.94º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C1171A is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 26 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.24 |
| HSL | 358.94º | 0.79% | 0.42% | - |
| HSV(B) | 358.94º | 0.88% | 0.76% | - |
| XYZ | 22.49 | 12.02 | 2.11 | - |
| YUV | 74.17 | 100.82 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 26 | 0 | 0.88 | 0.87 | 0.24 | 358.94 | 0.79 | 0.42 |
| Hex | C1 | 17 | 1A | 0 | 58 | 57 | 18 | 167 | 4F | 2A |
| Octal | 301 | 27 | 32 | 0 | 130 | 127 | 30 | 547 | 117 | 52 |
| Binary | 11000001 | 10111 | 11010 | 0 | 1011000 | 1010111 | 11000 | 101100111 | 1001111 | 101010 |
Color Harmonies of #C1171A
Complementary color
Monochromatic Colors of #C1171A
Black with #C1171A
Text Example
Text Example
White with #C1171A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1171A; }
p { color: rgb(193,23,26); }
H1.HeaderClassName
{
color: #C1171A;
}
.AnyTagClassName
{
color: #C1171A;
}
</style>
background-color css
<style>
a { background-color: #C1171A; }
a { background-color: rgb(193,23,26); }
div.DivClassName
{
background-color: #C1171A;
}
.BgClassName
{
background-color: #C1171A;
}
</style>
border-color css
<style>
span { border-color: #C1171A; }
span { border-color: rgb(193,23,26); }
td.TdClassName
{
border-color: #C1171A;
}
.TagClassName
{
border-color: #C1171A;
}
</style>