#C7162C

Color #C7162C Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #C7162C

Tints of Fire Engine Red #C7162C

Color information

#C7162C (or 0xC7162C) is unknown color: approx Fire Engine Red. HEX triplet: C7, 16 and 2C. RGB value is (199,22,44). Sum of RGB (Red+Green+Blue) = 199+22+44=265 (35% of max value = 765). Red value is 199 (78.12% from 255 or 75.09% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 199 - color contains mainly: red. Hex color #C7162C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7162C is #38E9D3. Grayscale: #4D4D4D. Windows color (decimal): -3729876 or 2889415. OLE color: 2889415.

HSL color Cylindrical-coordinate representation of color #C7162C: hue angle of 352.54º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7162C is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB1992244-
CMYK00.890.780.22
HSL352.54º80.09%43.33%-
HSV(B)352.54º88.94%78.04%-
XYZ24.2912.93.59-
YUV77.43109.14214.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 75.09%
GREEN value IS 22 (8.98% from 255) = 8.30%
BLUE value IS 44 (17.58% from 255) = 16.60%
R=75.09%
G=8.30%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199224400.890.780.22352.5480.0943.33
HexC7162C0594E16161502b
Octal307265401311162654112053
Binary1100011110110101100010110011001110101101011000011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7162C; }

 p { color: rgb(199,22,44); }

 H1.HeaderClassName
 {
   color: #C7162C;
 }
 .AnyTagClassName
 {
   color: #C7162C;
 }
</style>
background-color css

<style>
 a { background-color: #C7162C; }

 a { background-color: rgb(199,22,44); }

 div.DivClassName
 {
   background-color: #C7162C;
 }
 .BgClassName
 {
   background-color: #C7162C;
 }
</style>
border-color css

<style>
 span { border-color: #C7162C; }

 span { border-color: rgb(199,22,44); }

 td.TdClassName
 {
   border-color: #C7162C;
 }
 .TagClassName
 {
   border-color: #C7162C;
 }
</style>