Shades of Fire Engine Red #C7111B
Tints of Fire Engine Red #C7111B
RGB
CMYK
RGB Variations
Color information
#C7111B (or 0xC7111B) is known color: Fire Engine Red. HEX triplet: C7, 11 and 1B. RGB value is (199,17,27). Sum of RGB (Red+Green+Blue) = 199+17+27=243 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.89% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 199 - color contains mainly: red. Hex color #C7111B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7111B is #38EEE4. Grayscale: #484848. Windows color (decimal): -3731173 or 1774023. OLE color: 1774023.
HSL color Cylindrical-coordinate representation of color #C7111B: hue angle of 356.7º 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 #C7111B is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 27 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.22 |
| HSL | 356.7º | 0.84% | 0.42% | - |
| HSV(B) | 356.7º | 0.91% | 0.78% | - |
| XYZ | 23.95 | 12.62 | 2.21 | - |
| YUV | 72.56 | 102.3 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 27 | 0 | 0.91 | 0.86 | 0.22 | 356.7 | 0.84 | 0.42 |
| Hex | C7 | 11 | 1B | 0 | 5B | 56 | 16 | 165 | 54 | 2A |
| Octal | 307 | 21 | 33 | 0 | 133 | 126 | 26 | 545 | 124 | 52 |
| Binary | 11000111 | 10001 | 11011 | 0 | 1011011 | 1010110 | 10110 | 101100101 | 1010100 | 101010 |
Color Harmonies of #C7111B
Complementary color
Monochromatic Colors of #C7111B
Black with #C7111B
Text Example
Text Example
White with #C7111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7111B; }
p { color: rgb(199,17,27); }
H1.HeaderClassName
{
color: #C7111B;
}
.AnyTagClassName
{
color: #C7111B;
}
</style>
background-color css
<style>
a { background-color: #C7111B; }
a { background-color: rgb(199,17,27); }
div.DivClassName
{
background-color: #C7111B;
}
.BgClassName
{
background-color: #C7111B;
}
</style>
border-color css
<style>
span { border-color: #C7111B; }
span { border-color: rgb(199,17,27); }
td.TdClassName
{
border-color: #C7111B;
}
.TagClassName
{
border-color: #C7111B;
}
</style>