Shades of Fire Engine Red #C7182A
Tints of Fire Engine Red #C7182A
RGB
CMYK
RGB Variations
Color information
#C7182A (or 0xC7182A) is known color: Fire Engine Red. HEX triplet: C7, 18 and 2A. RGB value is (199,24,42). Sum of RGB (Red+Green+Blue) = 199+24+42=265 (35% of max value = 765). Red value is 199 (78.12% from 255 or 75.09% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 199 - color contains mainly: red. Hex color #C7182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7182A is #38E7D5. Grayscale: #4E4E4E. Windows color (decimal): -3729366 or 2758855. OLE color: 2758855.
HSL color Cylindrical-coordinate representation of color #C7182A: hue angle of 353.83º degrees, saturation: 0.78, 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 #C7182A is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 42 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.22 |
| HSL | 353.83º | 0.78% | 0.44% | - |
| HSV(B) | 353.83º | 0.88% | 0.78% | - |
| XYZ | 24.3 | 12.96 | 3.41 | - |
| YUV | 78.38 | 107.48 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 42 | 0 | 0.88 | 0.79 | 0.22 | 353.83 | 0.78 | 0.44 |
| Hex | C7 | 18 | 2A | 0 | 58 | 4F | 16 | 162 | 4E | 2C |
| Octal | 307 | 30 | 52 | 0 | 130 | 117 | 26 | 542 | 116 | 54 |
| Binary | 11000111 | 11000 | 101010 | 0 | 1011000 | 1001111 | 10110 | 101100010 | 1001110 | 101100 |
Color Harmonies of #C7182A
Complementary color
Monochromatic Colors of #C7182A
Black with #C7182A
Text Example
Text Example
White with #C7182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7182A; }
p { color: rgb(199,24,42); }
H1.HeaderClassName
{
color: #C7182A;
}
.AnyTagClassName
{
color: #C7182A;
}
</style>
background-color css
<style>
a { background-color: #C7182A; }
a { background-color: rgb(199,24,42); }
div.DivClassName
{
background-color: #C7182A;
}
.BgClassName
{
background-color: #C7182A;
}
</style>
border-color css
<style>
span { border-color: #C7182A; }
span { border-color: rgb(199,24,42); }
td.TdClassName
{
border-color: #C7182A;
}
.TagClassName
{
border-color: #C7182A;
}
</style>