Shades of Fire Engine Red #C7101E
Tints of Fire Engine Red #C7101E
RGB
CMYK
RGB Variations
Color information
#C7101E (or 0xC7101E) is known color: Fire Engine Red. HEX triplet: C7, 10 and 1E. RGB value is (199,16,30). Sum of RGB (Red+Green+Blue) = 199+16+30=245 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.22% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 199 - color contains mainly: red. Hex color #C7101E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7101E is #38EFE1. Grayscale: #484848. Windows color (decimal): -3731426 or 1970375. OLE color: 1970375.
HSL color Cylindrical-coordinate representation of color #C7101E: hue angle of 355.41º 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 #C7101E is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 30 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.22 |
| HSL | 355.41º | 0.85% | 0.42% | - |
| HSV(B) | 355.41º | 0.92% | 0.78% | - |
| XYZ | 23.97 | 12.61 | 2.4 | - |
| YUV | 72.31 | 104.13 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 30 | 0 | 0.92 | 0.85 | 0.22 | 355.41 | 0.85 | 0.42 |
| Hex | C7 | 10 | 1E | 0 | 5C | 55 | 16 | 163 | 55 | 2A |
| Octal | 307 | 20 | 36 | 0 | 134 | 125 | 26 | 543 | 125 | 52 |
| Binary | 11000111 | 10000 | 11110 | 0 | 1011100 | 1010101 | 10110 | 101100011 | 1010101 | 101010 |
Color Harmonies of #C7101E
Complementary color
Monochromatic Colors of #C7101E
Black with #C7101E
Text Example
Text Example
White with #C7101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7101E; }
p { color: rgb(199,16,30); }
H1.HeaderClassName
{
color: #C7101E;
}
.AnyTagClassName
{
color: #C7101E;
}
</style>
background-color css
<style>
a { background-color: #C7101E; }
a { background-color: rgb(199,16,30); }
div.DivClassName
{
background-color: #C7101E;
}
.BgClassName
{
background-color: #C7101E;
}
</style>
border-color css
<style>
span { border-color: #C7101E; }
span { border-color: rgb(199,16,30); }
td.TdClassName
{
border-color: #C7101E;
}
.TagClassName
{
border-color: #C7101E;
}
</style>