Shades of Fire Engine Red #C7102D
Tints of Fire Engine Red #C7102D
RGB
CMYK
RGB Variations
Color information
#C7102D (or 0xC7102D) is known color: Fire Engine Red. HEX triplet: C7, 10 and 2D. RGB value is (199,16,45). Sum of RGB (Red+Green+Blue) = 199+16+45=260 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.54% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 199 - color contains mainly: red. Hex color #C7102D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7102D is #38EFD2. Grayscale: #4A4A4A. Windows color (decimal): -3731411 or 2953415. OLE color: 2953415.
HSL color Cylindrical-coordinate representation of color #C7102D: hue angle of 350.49º 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 #C7102D is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 45 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.22 |
| HSL | 350.49º | 0.85% | 0.42% | - |
| HSV(B) | 350.49º | 0.92% | 0.78% | - |
| XYZ | 24.21 | 12.7 | 3.66 | - |
| YUV | 74.02 | 111.63 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 45 | 0 | 0.92 | 0.77 | 0.22 | 350.49 | 0.85 | 0.42 |
| Hex | C7 | 10 | 2D | 0 | 5C | 4D | 16 | 15E | 55 | 2A |
| Octal | 307 | 20 | 55 | 0 | 134 | 115 | 26 | 536 | 125 | 52 |
| Binary | 11000111 | 10000 | 101101 | 0 | 1011100 | 1001101 | 10110 | 101011110 | 1010101 | 101010 |
Color Harmonies of #C7102D
Complementary color
Monochromatic Colors of #C7102D
Black with #C7102D
Text Example
Text Example
White with #C7102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7102D; }
p { color: rgb(199,16,45); }
H1.HeaderClassName
{
color: #C7102D;
}
.AnyTagClassName
{
color: #C7102D;
}
</style>
background-color css
<style>
a { background-color: #C7102D; }
a { background-color: rgb(199,16,45); }
div.DivClassName
{
background-color: #C7102D;
}
.BgClassName
{
background-color: #C7102D;
}
</style>
border-color css
<style>
span { border-color: #C7102D; }
span { border-color: rgb(199,16,45); }
td.TdClassName
{
border-color: #C7102D;
}
.TagClassName
{
border-color: #C7102D;
}
</style>