#8C1E20

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

Shades of Flame Red #8C1E20

Tints of Flame Red #8C1E20

Color information

#8C1E20 (or 0x8C1E20) is unknown color: approx Flame Red. HEX triplet: 8C, 1E and 20. RGB value is (140,30,32). Sum of RGB (Red+Green+Blue) = 140+30+32=202 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.31% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1E20 is #73E1DF. Grayscale: #3F3F3F. Windows color (decimal): -7594464 or 2104972. OLE color: 2104972.

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

Color convert

RGB1403032-
CMYK00.790.770.45
HSL358.91º64.71%33.33%-
HSV(B)358.91º78.57%54.9%-
XYZ11.546.612.03-
YUV63.12110.44182.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 69.31%
GREEN value IS 30 (12.11% from 255) = 14.85%
BLUE value IS 32 (12.89% from 255) = 15.84%
R=69.31%
G=14.85%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140303200.790.770.45358.9164.7133.33
Hex8C1E2004F4D2D1674121
Octal214364001171155554710141
Binary10001100111101000000100111110011011011011011001111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,30,32); }

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

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

 a { background-color: rgb(140,30,32); }

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

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

 span { border-color: rgb(140,30,32); }

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