#8C2C2D

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

Shades of Flame Red #8C2C2D

Tints of Flame Red #8C2C2D

Color information

#8C2C2D (or 0x8C2C2D) is unknown color: approx Flame Red. HEX triplet: 8C, 2C and 2D. RGB value is (140,44,45). Sum of RGB (Red+Green+Blue) = 140+44+45=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2C2D is #73D3D2. Grayscale: #484848. Windows color (decimal): -7590867 or 2960524. OLE color: 2960524.

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

Color convert

RGB1404445-
CMYK00.690.680.45
HSL359.38º52.17%36.08%-
HSV(B)359.38º68.57%54.9%-
XYZ12.197.573.3-
YUV72.82112.3175.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 61.14%
GREEN value IS 44 (17.58% from 255) = 19.21%
BLUE value IS 45 (17.97% from 255) = 19.65%
R=61.14%
G=19.21%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140444500.690.680.45359.3852.1736.08
Hex8C2C2D045442D1673424
Octal21454550105104555476444
Binary10001100101100101101010001011000100101101101100111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,44,45); }

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

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

 a { background-color: rgb(140,44,45); }

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

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

 span { border-color: rgb(140,44,45); }

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