#C7161B

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

Shades of Fire Engine Red #C7161B

Tints of Fire Engine Red #C7161B

Color information

#C7161B (or 0xC7161B) is unknown color: approx Fire Engine Red. HEX triplet: C7, 16 and 1B. RGB value is (199,22,27). Sum of RGB (Red+Green+Blue) = 199+22+27=248 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.24% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 199 - color contains mainly: red. Hex color #C7161B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7161B is #38E9E4. Grayscale: #4B4B4B. Windows color (decimal): -3729893 or 1775303. OLE color: 1775303.

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

Color convert

RGB1992227-
CMYK00.890.860.22
HSL358.31º80.09%43.33%-
HSV(B)358.31º88.94%78.04%-
XYZ24.0412.82.24-
YUV75.49100.64216.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 80.24%
GREEN value IS 22 (8.98% from 255) = 8.87%
BLUE value IS 27 (10.94% from 255) = 10.89%
R=80.24%
G=8.87%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199222700.890.860.22358.3180.0943.33
HexC7161B0595616166502b
Octal307263301311262654612053
Binary110001111011011011010110011010110101101011001101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7161B; }

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

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

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

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

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

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

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

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