Shades of Fire Engine Red #C0161F
Tints of Fire Engine Red #C0161F
RGB
CMYK
RGB Variations
Color information
#C0161F (or 0xC0161F) is known color: Fire Engine Red. HEX triplet: C0, 16 and 1F. RGB value is (192,22,31). Sum of RGB (Red+Green+Blue) = 192+22+31=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C0161F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0161F is #3FE9E0. Grayscale: #494949. Windows color (decimal): -4188641 or 2037440. OLE color: 2037440.
HSL color Cylindrical-coordinate representation of color #C0161F: hue angle of 356.82º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0161F is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 31 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.25 |
| HSL | 356.82º | 0.79% | 0.42% | - |
| HSV(B) | 356.82º | 0.89% | 0.75% | - |
| XYZ | 22.27 | 11.88 | 2.42 | - |
| YUV | 73.86 | 103.82 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 31 | 0 | 0.89 | 0.84 | 0.25 | 356.82 | 0.79 | 0.42 |
| Hex | C0 | 16 | 1F | 0 | 59 | 54 | 19 | 165 | 4F | 2A |
| Octal | 300 | 26 | 37 | 0 | 131 | 124 | 31 | 545 | 117 | 52 |
| Binary | 11000000 | 10110 | 11111 | 0 | 1011001 | 1010100 | 11001 | 101100101 | 1001111 | 101010 |
Color Harmonies of #C0161F
Complementary color
Monochromatic Colors of #C0161F
Black with #C0161F
Text Example
Text Example
White with #C0161F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0161F; }
p { color: rgb(192,22,31); }
H1.HeaderClassName
{
color: #C0161F;
}
.AnyTagClassName
{
color: #C0161F;
}
</style>
background-color css
<style>
a { background-color: #C0161F; }
a { background-color: rgb(192,22,31); }
div.DivClassName
{
background-color: #C0161F;
}
.BgClassName
{
background-color: #C0161F;
}
</style>
border-color css
<style>
span { border-color: #C0161F; }
span { border-color: rgb(192,22,31); }
td.TdClassName
{
border-color: #C0161F;
}
.TagClassName
{
border-color: #C0161F;
}
</style>