Shades of Fire Engine Red #C7101F
Tints of Fire Engine Red #C7101F
RGB
CMYK
RGB Variations
Color information
#C7101F (or 0xC7101F) is known color: Fire Engine Red. HEX triplet: C7, 10 and 1F. RGB value is (199,16,31). Sum of RGB (Red+Green+Blue) = 199+16+31=246 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.89% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 199 - color contains mainly: red. Hex color #C7101F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7101F is #38EFE0. Grayscale: #484848. Windows color (decimal): -3731425 or 2035911. OLE color: 2035911.
HSL color Cylindrical-coordinate representation of color #C7101F: hue angle of 355.08º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7101F is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 31 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.22 |
| HSL | 355.08º | 0.85% | 0.42% | - |
| HSV(B) | 355.08º | 0.92% | 0.78% | - |
| XYZ | 23.99 | 12.61 | 2.47 | - |
| YUV | 72.43 | 104.63 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 31 | 0 | 0.92 | 0.84 | 0.22 | 355.08 | 0.85 | 0.42 |
| Hex | C7 | 10 | 1F | 0 | 5C | 54 | 16 | 163 | 55 | 2A |
| Octal | 307 | 20 | 37 | 0 | 134 | 124 | 26 | 543 | 125 | 52 |
| Binary | 11000111 | 10000 | 11111 | 0 | 1011100 | 1010100 | 10110 | 101100011 | 1010101 | 101010 |
Color Harmonies of #C7101F
Complementary color
Monochromatic Colors of #C7101F
Black with #C7101F
Text Example
Text Example
White with #C7101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7101F; }
p { color: rgb(199,16,31); }
H1.HeaderClassName
{
color: #C7101F;
}
.AnyTagClassName
{
color: #C7101F;
}
</style>
background-color css
<style>
a { background-color: #C7101F; }
a { background-color: rgb(199,16,31); }
div.DivClassName
{
background-color: #C7101F;
}
.BgClassName
{
background-color: #C7101F;
}
</style>
border-color css
<style>
span { border-color: #C7101F; }
span { border-color: rgb(199,16,31); }
td.TdClassName
{
border-color: #C7101F;
}
.TagClassName
{
border-color: #C7101F;
}
</style>