Shades of Fire Engine Red #C71129
Tints of Fire Engine Red #C71129
RGB
CMYK
RGB Variations
Color information
#C71129 (or 0xC71129) is known color: Fire Engine Red. HEX triplet: C7, 11 and 29. RGB value is (199,17,41). Sum of RGB (Red+Green+Blue) = 199+17+41=257 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.43% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 199 - color contains mainly: red. Hex color #C71129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71129 is #38EED6. Grayscale: #4A4A4A. Windows color (decimal): -3731159 or 2691527. OLE color: 2691527.
HSL color Cylindrical-coordinate representation of color #C71129: hue angle of 352.09º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71129 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 41 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.22 |
| HSL | 352.09º | 0.84% | 0.42% | - |
| HSV(B) | 352.09º | 0.91% | 0.78% | - |
| XYZ | 24.15 | 12.7 | 3.28 | - |
| YUV | 74.15 | 109.3 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 41 | 0 | 0.91 | 0.79 | 0.22 | 352.09 | 0.84 | 0.42 |
| Hex | C7 | 11 | 29 | 0 | 5B | 4F | 16 | 160 | 54 | 2A |
| Octal | 307 | 21 | 51 | 0 | 133 | 117 | 26 | 540 | 124 | 52 |
| Binary | 11000111 | 10001 | 101001 | 0 | 1011011 | 1001111 | 10110 | 101100000 | 1010100 | 101010 |
Color Harmonies of #C71129
Complementary color
Monochromatic Colors of #C71129
Black with #C71129
Text Example
Text Example
White with #C71129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71129; }
p { color: rgb(199,17,41); }
H1.HeaderClassName
{
color: #C71129;
}
.AnyTagClassName
{
color: #C71129;
}
</style>
background-color css
<style>
a { background-color: #C71129; }
a { background-color: rgb(199,17,41); }
div.DivClassName
{
background-color: #C71129;
}
.BgClassName
{
background-color: #C71129;
}
</style>
border-color css
<style>
span { border-color: #C71129; }
span { border-color: rgb(199,17,41); }
td.TdClassName
{
border-color: #C71129;
}
.TagClassName
{
border-color: #C71129;
}
</style>