Shades of Fire Engine Red #C7111E
Tints of Fire Engine Red #C7111E
RGB
CMYK
RGB Variations
Color information
#C7111E (or 0xC7111E) is known color: Fire Engine Red. HEX triplet: C7, 11 and 1E. RGB value is (199,17,30). Sum of RGB (Red+Green+Blue) = 199+17+30=246 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.89% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 199 - color contains mainly: red. Hex color #C7111E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7111E is #38EEE1. Grayscale: #494949. Windows color (decimal): -3731170 or 1970631. OLE color: 1970631.
HSL color Cylindrical-coordinate representation of color #C7111E: hue angle of 355.71º 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 #C7111E is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 30 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.22 |
| HSL | 355.71º | 0.84% | 0.42% | - |
| HSV(B) | 355.71º | 0.91% | 0.78% | - |
| XYZ | 23.99 | 12.64 | 2.4 | - |
| YUV | 72.9 | 103.8 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 30 | 0 | 0.91 | 0.85 | 0.22 | 355.71 | 0.84 | 0.42 |
| Hex | C7 | 11 | 1E | 0 | 5B | 55 | 16 | 164 | 54 | 2A |
| Octal | 307 | 21 | 36 | 0 | 133 | 125 | 26 | 544 | 124 | 52 |
| Binary | 11000111 | 10001 | 11110 | 0 | 1011011 | 1010101 | 10110 | 101100100 | 1010100 | 101010 |
Color Harmonies of #C7111E
Complementary color
Monochromatic Colors of #C7111E
Black with #C7111E
Text Example
Text Example
White with #C7111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7111E; }
p { color: rgb(199,17,30); }
H1.HeaderClassName
{
color: #C7111E;
}
.AnyTagClassName
{
color: #C7111E;
}
</style>
background-color css
<style>
a { background-color: #C7111E; }
a { background-color: rgb(199,17,30); }
div.DivClassName
{
background-color: #C7111E;
}
.BgClassName
{
background-color: #C7111E;
}
</style>
border-color css
<style>
span { border-color: #C7111E; }
span { border-color: rgb(199,17,30); }
td.TdClassName
{
border-color: #C7111E;
}
.TagClassName
{
border-color: #C7111E;
}
</style>