Shades of Fire Engine Red #C7182B
Tints of Fire Engine Red #C7182B
RGB
CMYK
RGB Variations
Color information
#C7182B (or 0xC7182B) is known color: Fire Engine Red. HEX triplet: C7, 18 and 2B. RGB value is (199,24,43). Sum of RGB (Red+Green+Blue) = 199+24+43=266 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.81% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 199 - color contains mainly: red. Hex color #C7182B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7182B is #38E7D4. Grayscale: #4E4E4E. Windows color (decimal): -3729365 or 2824391. OLE color: 2824391.
HSL color Cylindrical-coordinate representation of color #C7182B: hue angle of 353.49º 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 #C7182B is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 43 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.22 |
| HSL | 353.49º | 0.78% | 0.44% | - |
| HSV(B) | 353.49º | 0.88% | 0.78% | - |
| XYZ | 24.32 | 12.97 | 3.51 | - |
| YUV | 78.49 | 107.98 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 43 | 0 | 0.88 | 0.78 | 0.22 | 353.49 | 0.78 | 0.44 |
| Hex | C7 | 18 | 2B | 0 | 58 | 4E | 16 | 161 | 4E | 2C |
| Octal | 307 | 30 | 53 | 0 | 130 | 116 | 26 | 541 | 116 | 54 |
| Binary | 11000111 | 11000 | 101011 | 0 | 1011000 | 1001110 | 10110 | 101100001 | 1001110 | 101100 |
Color Harmonies of #C7182B
Complementary color
Monochromatic Colors of #C7182B
Black with #C7182B
Text Example
Text Example
White with #C7182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7182B; }
p { color: rgb(199,24,43); }
H1.HeaderClassName
{
color: #C7182B;
}
.AnyTagClassName
{
color: #C7182B;
}
</style>
background-color css
<style>
a { background-color: #C7182B; }
a { background-color: rgb(199,24,43); }
div.DivClassName
{
background-color: #C7182B;
}
.BgClassName
{
background-color: #C7182B;
}
</style>
border-color css
<style>
span { border-color: #C7182B; }
span { border-color: rgb(199,24,43); }
td.TdClassName
{
border-color: #C7182B;
}
.TagClassName
{
border-color: #C7182B;
}
</style>