Shades of Fire Engine Red #C7161A
Tints of Fire Engine Red #C7161A
RGB
CMYK
RGB Variations
Color information
#C7161A (or 0xC7161A) is known color: Fire Engine Red. HEX triplet: C7, 16 and 1A. RGB value is (199,22,26). Sum of RGB (Red+Green+Blue) = 199+22+26=247 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.57% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 199 - color contains mainly: red. Hex color #C7161A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7161A is #38E9E5. Grayscale: #4B4B4B. Windows color (decimal): -3729894 or 1709767. OLE color: 1709767.
HSL color Cylindrical-coordinate representation of color #C7161A: hue angle of 358.64º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7161A is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 26 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.22 |
| HSL | 358.64º | 0.8% | 0.43% | - |
| HSV(B) | 358.64º | 0.89% | 0.78% | - |
| XYZ | 24.03 | 12.79 | 2.18 | - |
| YUV | 75.38 | 100.14 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 26 | 0 | 0.89 | 0.87 | 0.22 | 358.64 | 0.8 | 0.43 |
| Hex | C7 | 16 | 1A | 0 | 59 | 57 | 16 | 167 | 50 | 2B |
| Octal | 307 | 26 | 32 | 0 | 131 | 127 | 26 | 547 | 120 | 53 |
| Binary | 11000111 | 10110 | 11010 | 0 | 1011001 | 1010111 | 10110 | 101100111 | 1010000 | 101011 |
Color Harmonies of #C7161A
Complementary color
Monochromatic Colors of #C7161A
Black with #C7161A
Text Example
Text Example
White with #C7161A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7161A; }
p { color: rgb(199,22,26); }
H1.HeaderClassName
{
color: #C7161A;
}
.AnyTagClassName
{
color: #C7161A;
}
</style>
background-color css
<style>
a { background-color: #C7161A; }
a { background-color: rgb(199,22,26); }
div.DivClassName
{
background-color: #C7161A;
}
.BgClassName
{
background-color: #C7161A;
}
</style>
border-color css
<style>
span { border-color: #C7161A; }
span { border-color: rgb(199,22,26); }
td.TdClassName
{
border-color: #C7161A;
}
.TagClassName
{
border-color: #C7161A;
}
</style>