Shades of Fire Engine Red #C7191D
Tints of Fire Engine Red #C7191D
RGB
CMYK
RGB Variations
Color information
#C7191D (or 0xC7191D) is known color: Fire Engine Red. HEX triplet: C7, 19 and 1D. RGB value is (199,25,29). Sum of RGB (Red+Green+Blue) = 199+25+29=253 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.66% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 199 - color contains mainly: red. Hex color #C7191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7191D is #38E6E2. Grayscale: #4D4D4D. Windows color (decimal): -3729123 or 1907143. OLE color: 1907143.
HSL color Cylindrical-coordinate representation of color #C7191D: hue angle of 358.62º 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 #C7191D is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 29 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.22 |
| HSL | 358.62º | 0.78% | 0.44% | - |
| HSV(B) | 358.62º | 0.87% | 0.78% | - |
| XYZ | 24.12 | 12.93 | 2.39 | - |
| YUV | 77.48 | 100.65 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 29 | 0 | 0.87 | 0.85 | 0.22 | 358.62 | 0.78 | 0.44 |
| Hex | C7 | 19 | 1D | 0 | 57 | 55 | 16 | 167 | 4E | 2C |
| Octal | 307 | 31 | 35 | 0 | 127 | 125 | 26 | 547 | 116 | 54 |
| Binary | 11000111 | 11001 | 11101 | 0 | 1010111 | 1010101 | 10110 | 101100111 | 1001110 | 101100 |
Color Harmonies of #C7191D
Complementary color
Monochromatic Colors of #C7191D
Black with #C7191D
Text Example
Text Example
White with #C7191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7191D; }
p { color: rgb(199,25,29); }
H1.HeaderClassName
{
color: #C7191D;
}
.AnyTagClassName
{
color: #C7191D;
}
</style>
background-color css
<style>
a { background-color: #C7191D; }
a { background-color: rgb(199,25,29); }
div.DivClassName
{
background-color: #C7191D;
}
.BgClassName
{
background-color: #C7191D;
}
</style>
border-color css
<style>
span { border-color: #C7191D; }
span { border-color: rgb(199,25,29); }
td.TdClassName
{
border-color: #C7191D;
}
.TagClassName
{
border-color: #C7191D;
}
</style>