#C8171C

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

Shades of Fire Engine Red #C8171C

Tints of Fire Engine Red #C8171C

Color information

#C8171C (or 0xC8171C) is unknown color: approx Fire Engine Red. HEX triplet: C8, 17 and 1C. RGB value is (200,23,28). Sum of RGB (Red+Green+Blue) = 200+23+28=251 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.68% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 200 - color contains mainly: red. Hex color #C8171C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8171C is #37E8E3. Grayscale: #4C4C4C. Windows color (decimal): -3664100 or 1841096. OLE color: 1841096.

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

Color convert

RGB2002328-
CMYK00.880.860.22
HSL358.31º79.37%43.73%-
HSV(B)358.31º88.5%78.43%-
XYZ24.3412.982.32-
YUV76.49100.64216.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 79.68%
GREEN value IS 23 (9.38% from 255) = 9.16%
BLUE value IS 28 (11.33% from 255) = 11.16%
R=79.68%
G=9.16%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200232800.880.860.22358.3179.3743.73
HexC8171C05856161664f2c
Octal310273401301262654611754
Binary110010001011111100010110001010110101101011001101001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8171C; }

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

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

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

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

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

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

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

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