#7E2B2C

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

Shades of Flame Red #7E2B2C

Tints of Flame Red #7E2B2C

Color information

#7E2B2C (or 0x7E2B2C) is unknown color: approx Flame Red. HEX triplet: 7E, 2B and 2C. RGB value is (126,43,44). Sum of RGB (Red+Green+Blue) = 126+43+44=213 (28% of max value = 765). Red value is 126 (49.61% from 255 or 59.15% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2B2C is #81D4D3. Grayscale: #444444. Windows color (decimal): -8508628 or 2894718. OLE color: 2894718.

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

Color convert

RGB1264344-
CMYK00.660.650.51
HSL359.28º49.11%33.14%-
HSV(B)359.28º65.87%49.41%-
XYZ9.926.353.08-
YUV67.93114.5169.42-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 59.15%
GREEN value IS 43 (17.19% from 255) = 20.19%
BLUE value IS 44 (17.58% from 255) = 20.66%
R=59.15%
G=20.19%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126434400.660.650.51359.2849.1133.14
Hex7E2B2C04241331673121
Octal17653540102101635476141
Binary1111110101011101100010000101000001110011101100111110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,43,44); }

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

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

 a { background-color: rgb(126,43,44); }

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

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

 span { border-color: rgb(126,43,44); }

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