#C8171B

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

Shades of Fire Engine Red #C8171B

Tints of Fire Engine Red #C8171B

Color information

#C8171B (or 0xC8171B) is unknown color: approx Fire Engine Red. HEX triplet: C8, 17 and 1B. RGB value is (200,23,27). Sum of RGB (Red+Green+Blue) = 200+23+27=250 (33% of max value = 765). Red value is 200 (78.52% from 255 or 80% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 200 - color contains mainly: red. Hex color #C8171B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8171B is #37E8E4. Grayscale: #4C4C4C. Windows color (decimal): -3664101 or 1775560. OLE color: 1775560.

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

Color convert

RGB2002327-
CMYK00.880.860.22
HSL358.64º79.37%43.73%-
HSV(B)358.64º88.5%78.43%-
XYZ24.3212.972.26-
YUV76.38100.14216.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 80%
GREEN value IS 23 (9.38% from 255) = 9.2%
BLUE value IS 27 (10.94% from 255) = 10.8%
R=80%
G=9.2%
B=10.8%

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
Decimal200232700.880.860.22358.6479.3743.73
HexC8171B05856161674f2c
Octal310273301301262654711754
Binary110010001011111011010110001010110101101011001111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8171B; }

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

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

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

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

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

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

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

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