Shades of Fire Engine Red #C7191A
Tints of Fire Engine Red #C7191A
RGB
CMYK
RGB Variations
Color information
#C7191A (or 0xC7191A) is known color: Fire Engine Red. HEX triplet: C7, 19 and 1A. RGB value is (199,25,26). Sum of RGB (Red+Green+Blue) = 199+25+26=250 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.6% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 199 - color contains mainly: red. Hex color #C7191A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7191A is #38E6E5. Grayscale: #4D4D4D. Windows color (decimal): -3729126 or 1710535. OLE color: 1710535.
HSL color Cylindrical-coordinate representation of color #C7191A: hue angle of 359.66º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7191A is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 26 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.22 |
| HSL | 359.66º | 0.78% | 0.44% | - |
| HSV(B) | 359.66º | 0.87% | 0.78% | - |
| XYZ | 24.09 | 12.91 | 2.2 | - |
| YUV | 77.14 | 99.15 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 26 | 0 | 0.87 | 0.87 | 0.22 | 359.66 | 0.78 | 0.44 |
| Hex | C7 | 19 | 1A | 0 | 57 | 57 | 16 | 168 | 4E | 2C |
| Octal | 307 | 31 | 32 | 0 | 127 | 127 | 26 | 550 | 116 | 54 |
| Binary | 11000111 | 11001 | 11010 | 0 | 1010111 | 1010111 | 10110 | 101101000 | 1001110 | 101100 |
Color Harmonies of #C7191A
Complementary color
Monochromatic Colors of #C7191A
Black with #C7191A
Text Example
Text Example
White with #C7191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7191A; }
p { color: rgb(199,25,26); }
H1.HeaderClassName
{
color: #C7191A;
}
.AnyTagClassName
{
color: #C7191A;
}
</style>
background-color css
<style>
a { background-color: #C7191A; }
a { background-color: rgb(199,25,26); }
div.DivClassName
{
background-color: #C7191A;
}
.BgClassName
{
background-color: #C7191A;
}
</style>
border-color css
<style>
span { border-color: #C7191A; }
span { border-color: rgb(199,25,26); }
td.TdClassName
{
border-color: #C7191A;
}
.TagClassName
{
border-color: #C7191A;
}
</style>