Shades of Fire Engine Red #C1161B
Tints of Fire Engine Red #C1161B
RGB
CMYK
RGB Variations
Color information
#C1161B (or 0xC1161B) is known color: Fire Engine Red. HEX triplet: C1, 16 and 1B. RGB value is (193,22,27). Sum of RGB (Red+Green+Blue) = 193+22+27=242 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.75% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 193 - color contains mainly: red. Hex color #C1161B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1161B is #3EE9E4. Grayscale: #494949. Windows color (decimal): -4123109 or 1775297. OLE color: 1775297.
HSL color Cylindrical-coordinate representation of color #C1161B: hue angle of 358.25º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C1161B is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 22 | 27 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.24 |
| HSL | 358.25º | 0.8% | 0.42% | - |
| HSV(B) | 358.25º | 0.89% | 0.76% | - |
| XYZ | 22.48 | 11.99 | 2.17 | - |
| YUV | 73.7 | 101.65 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 27 | 0 | 0.89 | 0.86 | 0.24 | 358.25 | 0.8 | 0.42 |
| Hex | C1 | 16 | 1B | 0 | 59 | 56 | 18 | 166 | 50 | 2A |
| Octal | 301 | 26 | 33 | 0 | 131 | 126 | 30 | 546 | 120 | 52 |
| Binary | 11000001 | 10110 | 11011 | 0 | 1011001 | 1010110 | 11000 | 101100110 | 1010000 | 101010 |
Color Harmonies of #C1161B
Complementary color
Monochromatic Colors of #C1161B
Black with #C1161B
Text Example
Text Example
White with #C1161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1161B; }
p { color: rgb(193,22,27); }
H1.HeaderClassName
{
color: #C1161B;
}
.AnyTagClassName
{
color: #C1161B;
}
</style>
background-color css
<style>
a { background-color: #C1161B; }
a { background-color: rgb(193,22,27); }
div.DivClassName
{
background-color: #C1161B;
}
.BgClassName
{
background-color: #C1161B;
}
</style>
border-color css
<style>
span { border-color: #C1161B; }
span { border-color: rgb(193,22,27); }
td.TdClassName
{
border-color: #C1161B;
}
.TagClassName
{
border-color: #C1161B;
}
</style>