Shades of Fire Engine Red #C7172B
Tints of Fire Engine Red #C7172B
RGB
CMYK
RGB Variations
Color information
#C7172B (or 0xC7172B) is known color: Fire Engine Red. HEX triplet: C7, 17 and 2B. RGB value is (199,23,43). Sum of RGB (Red+Green+Blue) = 199+23+43=265 (35% of max value = 765). Red value is 199 (78.12% from 255 or 75.09% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 199 - color contains mainly: red. Hex color #C7172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7172B is #38E8D4. Grayscale: #4E4E4E. Windows color (decimal): -3729621 or 2824135. OLE color: 2824135.
HSL color Cylindrical-coordinate representation of color #C7172B: hue angle of 353.18º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7172B is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 43 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.22 |
| HSL | 353.18º | 0.79% | 0.44% | - |
| HSV(B) | 353.18º | 0.88% | 0.78% | - |
| XYZ | 24.3 | 12.93 | 3.5 | - |
| YUV | 77.9 | 108.31 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 43 | 0 | 0.88 | 0.78 | 0.22 | 353.18 | 0.79 | 0.44 |
| Hex | C7 | 17 | 2B | 0 | 58 | 4E | 16 | 161 | 4F | 2C |
| Octal | 307 | 27 | 53 | 0 | 130 | 116 | 26 | 541 | 117 | 54 |
| Binary | 11000111 | 10111 | 101011 | 0 | 1011000 | 1001110 | 10110 | 101100001 | 1001111 | 101100 |
Color Harmonies of #C7172B
Complementary color
Monochromatic Colors of #C7172B
Black with #C7172B
Text Example
Text Example
White with #C7172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7172B; }
p { color: rgb(199,23,43); }
H1.HeaderClassName
{
color: #C7172B;
}
.AnyTagClassName
{
color: #C7172B;
}
</style>
background-color css
<style>
a { background-color: #C7172B; }
a { background-color: rgb(199,23,43); }
div.DivClassName
{
background-color: #C7172B;
}
.BgClassName
{
background-color: #C7172B;
}
</style>
border-color css
<style>
span { border-color: #C7172B; }
span { border-color: rgb(199,23,43); }
td.TdClassName
{
border-color: #C7172B;
}
.TagClassName
{
border-color: #C7172B;
}
</style>