Shades of Fire Engine Red #C7102A
Tints of Fire Engine Red #C7102A
RGB
CMYK
RGB Variations
Color information
#C7102A (or 0xC7102A) is known color: Fire Engine Red. HEX triplet: C7, 10 and 2A. RGB value is (199,16,42). Sum of RGB (Red+Green+Blue) = 199+16+42=257 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.43% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 199 - color contains mainly: red. Hex color #C7102A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7102A is #38EFD5. Grayscale: #494949. Windows color (decimal): -3731414 or 2756807. OLE color: 2756807.
HSL color Cylindrical-coordinate representation of color #C7102A: hue angle of 351.48º 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 #C7102A is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 42 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.22 |
| HSL | 351.48º | 0.85% | 0.42% | - |
| HSV(B) | 351.48º | 0.92% | 0.78% | - |
| XYZ | 24.16 | 12.68 | 3.36 | - |
| YUV | 73.68 | 110.13 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 42 | 0 | 0.92 | 0.79 | 0.22 | 351.48 | 0.85 | 0.42 |
| Hex | C7 | 10 | 2A | 0 | 5C | 4F | 16 | 15F | 55 | 2A |
| Octal | 307 | 20 | 52 | 0 | 134 | 117 | 26 | 537 | 125 | 52 |
| Binary | 11000111 | 10000 | 101010 | 0 | 1011100 | 1001111 | 10110 | 101011111 | 1010101 | 101010 |
Color Harmonies of #C7102A
Complementary color
Monochromatic Colors of #C7102A
Black with #C7102A
Text Example
Text Example
White with #C7102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7102A; }
p { color: rgb(199,16,42); }
H1.HeaderClassName
{
color: #C7102A;
}
.AnyTagClassName
{
color: #C7102A;
}
</style>
background-color css
<style>
a { background-color: #C7102A; }
a { background-color: rgb(199,16,42); }
div.DivClassName
{
background-color: #C7102A;
}
.BgClassName
{
background-color: #C7102A;
}
</style>
border-color css
<style>
span { border-color: #C7102A; }
span { border-color: rgb(199,16,42); }
td.TdClassName
{
border-color: #C7102A;
}
.TagClassName
{
border-color: #C7102A;
}
</style>