#7E292B

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

Shades of Flame Red #7E292B

Tints of Flame Red #7E292B

Color information

#7E292B (or 0x7E292B) is unknown color: approx Flame Red. HEX triplet: 7E, 29 and 2B. RGB value is (126,41,43). Sum of RGB (Red+Green+Blue) = 126+41+43=210 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 126 - color contains mainly: red. Hex color #7E292B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E292B is #81D6D4. Grayscale: #424242. Windows color (decimal): -8509141 or 2828670. OLE color: 2828670.

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

Color convert

RGB1264143-
CMYK00.670.660.51
HSL358.59º50.9%32.75%-
HSV(B)358.59º67.46%49.41%-
XYZ9.836.22.96-
YUV66.64114.66170.34-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 60%
GREEN value IS 41 (16.41% from 255) = 19.52%
BLUE value IS 43 (17.19% from 255) = 20.48%
R=60%
G=19.52%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126414300.670.660.51358.5950.932.75
Hex7E292B04342331673321
Octal17651530103102635476341
Binary1111110101001101011010000111000010110011101100111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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