Shades of Fire Engine Red #C70729
Tints of Fire Engine Red #C70729
RGB
CMYK
RGB Variations
Color information
#C70729 (or 0xC70729) is known color: Fire Engine Red. HEX triplet: C7, 07 and 29. RGB value is (199,7,41). Sum of RGB (Red+Green+Blue) = 199+7+41=247 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.57% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 199 - color contains mainly: red. Hex color #C70729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70729 is #38F8D6. Grayscale: #444444. Windows color (decimal): -3733719 or 2688967. OLE color: 2688967.
HSL color Cylindrical-coordinate representation of color #C70729: hue angle of 349.38º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70729 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 7 | 41 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.22 |
| HSL | 349.38º | 0.93% | 0.4% | - |
| HSV(B) | 349.38º | 0.96% | 0.78% | - |
| XYZ | 24.03 | 12.45 | 3.24 | - |
| YUV | 68.28 | 112.61 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 41 | 0 | 0.96 | 0.79 | 0.22 | 349.38 | 0.93 | 0.4 |
| Hex | C7 | 7 | 29 | 0 | 60 | 4F | 16 | 15D | 5D | 28 |
| Octal | 307 | 7 | 51 | 0 | 140 | 117 | 26 | 535 | 135 | 50 |
| Binary | 11000111 | 111 | 101001 | 0 | 1100000 | 1001111 | 10110 | 101011101 | 1011101 | 101000 |
Color Harmonies of #C70729
Complementary color
Monochromatic Colors of #C70729
Black with #C70729
Text Example
Text Example
White with #C70729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70729; }
p { color: rgb(199,7,41); }
H1.HeaderClassName
{
color: #C70729;
}
.AnyTagClassName
{
color: #C70729;
}
</style>
background-color css
<style>
a { background-color: #C70729; }
a { background-color: rgb(199,7,41); }
div.DivClassName
{
background-color: #C70729;
}
.BgClassName
{
background-color: #C70729;
}
</style>
border-color css
<style>
span { border-color: #C70729; }
span { border-color: rgb(199,7,41); }
td.TdClassName
{
border-color: #C70729;
}
.TagClassName
{
border-color: #C70729;
}
</style>