#C7162B

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

Shades of Fire Engine Red #C7162B

Tints of Fire Engine Red #C7162B

Color information

#C7162B (or 0xC7162B) is unknown color: approx Fire Engine Red. HEX triplet: C7, 16 and 2B. RGB value is (199,22,43). Sum of RGB (Red+Green+Blue) = 199+22+43=264 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.38% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 199 - color contains mainly: red. Hex color #C7162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7162B is #38E9D4. Grayscale: #4D4D4D. Windows color (decimal): -3729877 or 2823879. OLE color: 2823879.

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

Color convert

RGB1992243-
CMYK00.890.780.22
HSL352.88º80.09%43.33%-
HSV(B)352.88º88.94%78.04%-
XYZ24.2812.893.49-
YUV77.32108.64214.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 75.38%
GREEN value IS 22 (8.98% from 255) = 8.33%
BLUE value IS 43 (17.19% from 255) = 16.29%
R=75.38%
G=8.33%
B=16.29%

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
Decimal199224300.890.780.22352.8880.0943.33
HexC7162B0594E16161502b
Octal307265301311162654112053
Binary1100011110110101011010110011001110101101011000011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7162B; }

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

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

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

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

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

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

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

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