#C8171A

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

Shades of Fire Engine Red #C8171A

Tints of Fire Engine Red #C8171A

Color information

#C8171A (or 0xC8171A) is unknown color: approx Fire Engine Red. HEX triplet: C8, 17 and 1A. RGB value is (200,23,26). Sum of RGB (Red+Green+Blue) = 200+23+26=249 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.32% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 200 - color contains mainly: red. Hex color #C8171A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8171A is #37E8E5. Grayscale: #4C4C4C. Windows color (decimal): -3664102 or 1710024. OLE color: 1710024.

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

Color convert

RGB2002326-
CMYK00.880.870.22
HSL358.98º79.37%43.73%-
HSV(B)358.98º88.5%78.43%-
XYZ24.3112.972.2-
YUV76.2699.64216.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 80.32%
GREEN value IS 23 (9.38% from 255) = 9.24%
BLUE value IS 26 (10.55% from 255) = 10.44%
R=80.32%
G=9.24%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200232600.880.870.22358.9879.3743.73
HexC8171A05857161674f2c
Octal310273201301272654711754
Binary110010001011111010010110001010111101101011001111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8171A; }

 p { color: rgb(200,23,26); }

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

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

 a { background-color: rgb(200,23,26); }

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

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

 span { border-color: rgb(200,23,26); }

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