Shades of Fire Engine Red #C7111D
Tints of Fire Engine Red #C7111D
RGB
CMYK
RGB Variations
Color information
#C7111D (or 0xC7111D) is known color: Fire Engine Red. HEX triplet: C7, 11 and 1D. RGB value is (199,17,29). Sum of RGB (Red+Green+Blue) = 199+17+29=245 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.22% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 199 - color contains mainly: red. Hex color #C7111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7111D is #38EEE2. Grayscale: #484848. Windows color (decimal): -3731171 or 1905095. OLE color: 1905095.
HSL color Cylindrical-coordinate representation of color #C7111D: hue angle of 356.04º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7111D is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 29 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.22 |
| HSL | 356.04º | 0.84% | 0.42% | - |
| HSV(B) | 356.04º | 0.91% | 0.78% | - |
| XYZ | 23.98 | 12.63 | 2.34 | - |
| YUV | 72.79 | 103.3 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 29 | 0 | 0.91 | 0.85 | 0.22 | 356.04 | 0.84 | 0.42 |
| Hex | C7 | 11 | 1D | 0 | 5B | 55 | 16 | 164 | 54 | 2A |
| Octal | 307 | 21 | 35 | 0 | 133 | 125 | 26 | 544 | 124 | 52 |
| Binary | 11000111 | 10001 | 11101 | 0 | 1011011 | 1010101 | 10110 | 101100100 | 1010100 | 101010 |
Color Harmonies of #C7111D
Complementary color
Monochromatic Colors of #C7111D
Black with #C7111D
Text Example
Text Example
White with #C7111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7111D; }
p { color: rgb(199,17,29); }
H1.HeaderClassName
{
color: #C7111D;
}
.AnyTagClassName
{
color: #C7111D;
}
</style>
background-color css
<style>
a { background-color: #C7111D; }
a { background-color: rgb(199,17,29); }
div.DivClassName
{
background-color: #C7111D;
}
.BgClassName
{
background-color: #C7111D;
}
</style>
border-color css
<style>
span { border-color: #C7111D; }
span { border-color: rgb(199,17,29); }
td.TdClassName
{
border-color: #C7111D;
}
.TagClassName
{
border-color: #C7111D;
}
</style>