#C7162A

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

Shades of Fire Engine Red #C7162A

Tints of Fire Engine Red #C7162A

Color information

#C7162A (or 0xC7162A) is unknown color: approx Fire Engine Red. HEX triplet: C7, 16 and 2A. RGB value is (199,22,42). Sum of RGB (Red+Green+Blue) = 199+22+42=263 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.67% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 199 - color contains mainly: red. Hex color #C7162A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7162A is #38E9D5. Grayscale: #4D4D4D. Windows color (decimal): -3729878 or 2758343. OLE color: 2758343.

HSL color Cylindrical-coordinate representation of color #C7162A: hue angle of 353.22º 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 #C7162A is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB1992242-
CMYK00.890.790.22
HSL353.22º80.09%43.33%-
HSV(B)353.22º88.94%78.04%-
XYZ24.2612.883.4-
YUV77.2108.14214.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 75.67%
GREEN value IS 22 (8.98% from 255) = 8.37%
BLUE value IS 42 (16.80% from 255) = 15.97%
R=75.67%
G=8.37%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199224200.890.790.22353.2280.0943.33
HexC7162A0594F16161502b
Octal307265201311172654112053
Binary1100011110110101010010110011001111101101011000011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7162A; }

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

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

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

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

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

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

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

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