Shades of Fire Engine Red #C7102B
Tints of Fire Engine Red #C7102B
RGB
CMYK
RGB Variations
Color information
#C7102B (or 0xC7102B) is known color: Fire Engine Red. HEX triplet: C7, 10 and 2B. RGB value is (199,16,43). Sum of RGB (Red+Green+Blue) = 199+16+43=258 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.13% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 199 - color contains mainly: red. Hex color #C7102B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7102B is #38EFD4. Grayscale: #494949. Windows color (decimal): -3731413 or 2822343. OLE color: 2822343.
HSL color Cylindrical-coordinate representation of color #C7102B: hue angle of 351.15º 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 #C7102B is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 43 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.22 |
| HSL | 351.15º | 0.85% | 0.42% | - |
| HSV(B) | 351.15º | 0.92% | 0.78% | - |
| XYZ | 24.17 | 12.69 | 3.46 | - |
| YUV | 73.8 | 110.63 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 43 | 0 | 0.92 | 0.78 | 0.22 | 351.15 | 0.85 | 0.42 |
| Hex | C7 | 10 | 2B | 0 | 5C | 4E | 16 | 15F | 55 | 2A |
| Octal | 307 | 20 | 53 | 0 | 134 | 116 | 26 | 537 | 125 | 52 |
| Binary | 11000111 | 10000 | 101011 | 0 | 1011100 | 1001110 | 10110 | 101011111 | 1010101 | 101010 |
Color Harmonies of #C7102B
Complementary color
Monochromatic Colors of #C7102B
Black with #C7102B
Text Example
Text Example
White with #C7102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7102B; }
p { color: rgb(199,16,43); }
H1.HeaderClassName
{
color: #C7102B;
}
.AnyTagClassName
{
color: #C7102B;
}
</style>
background-color css
<style>
a { background-color: #C7102B; }
a { background-color: rgb(199,16,43); }
div.DivClassName
{
background-color: #C7102B;
}
.BgClassName
{
background-color: #C7102B;
}
</style>
border-color css
<style>
span { border-color: #C7102B; }
span { border-color: rgb(199,16,43); }
td.TdClassName
{
border-color: #C7102B;
}
.TagClassName
{
border-color: #C7102B;
}
</style>