#8C1A1B

Color #8C1A1B Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #8C1A1B

Tints of Flame Red #8C1A1B

Color information

#8C1A1B (or 0x8C1A1B) is unknown color: approx Flame Red. HEX triplet: 8C, 1A and 1B. RGB value is (140,26,27). Sum of RGB (Red+Green+Blue) = 140+26+27=193 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.54% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1A1B is #73E5E4. Grayscale: #3C3C3C. Windows color (decimal): -7595493 or 1776268. OLE color: 1776268.

HSL color Cylindrical-coordinate representation of color #8C1A1B: hue angle of 359.47º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C1A1B is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB1402627-
CMYK00.810.810.45
HSL359.47º68.67%32.55%-
HSV(B)359.47º81.43%54.9%-
XYZ11.386.391.67-
YUV60.2109.27184.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 72.54%
GREEN value IS 26 (10.55% from 255) = 13.47%
BLUE value IS 27 (10.94% from 255) = 13.99%
R=72.54%
G=13.47%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140262700.810.810.45359.4768.6732.55
Hex8C1A1B051512D1674521
Octal214323301211215554710541
Binary1000110011010110110101000110100011011011011001111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C1A1B; }

 p { color: rgb(140,26,27); }

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

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

 a { background-color: rgb(140,26,27); }

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

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

 span { border-color: rgb(140,26,27); }

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