#7f2c2d

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

Shades of Flame Red #7F2C2D

Tints of Flame Red #7F2C2D

Color information

#7F2C2D (or 0x7F2C2D) is unknown color: approx Flame Red. HEX triplet: 7F, 2C and 2D. RGB value is (127,44,45). Sum of RGB (Red+Green+Blue) = 127+44+45=216 (28% of max value = 765). Red value is 127 (50% from 255 or 58.80% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2C2D is #80D3D2. Grayscale: #454545. Windows color (decimal): -8442835 or 2960511. OLE color: 2960511.

HSL color Cylindrical-coordinate representation of color #7F2C2D: hue angle of 359.28º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F2C2D is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB1274445-
CMYK00.650.650.50
HSL359.28º48.54%33.53%-
HSV(B)359.28º65.35%49.8%-
XYZ10.136.53.2-
YUV68.93114.5169.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 58.80%
GREEN value IS 44 (17.58% from 255) = 20.37%
BLUE value IS 45 (17.97% from 255) = 20.83%
R=58.80%
G=20.37%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127444500.650.650.50359.2848.5433.53
Hex7F2C2D04141321673122
Octal17754550101101625476142
Binary1111111101100101101010000011000001110010101100111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f2c2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7f2c2d; }

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

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

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

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

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

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

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

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