#7E2829

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

Shades of Flame Red #7E2829

Tints of Flame Red #7E2829

Color information

#7E2829 (or 0x7E2829) is unknown color: approx Flame Red. HEX triplet: 7E, 28 and 29. RGB value is (126,40,41). Sum of RGB (Red+Green+Blue) = 126+40+41=207 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.87% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2829 is #81D7D6. Grayscale: #414141. Windows color (decimal): -8509399 or 2697342. OLE color: 2697342.

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

Color convert

RGB1264041-
CMYK00.680.670.51
HSL359.3º51.81%32.55%-
HSV(B)359.3º68.25%49.41%-
XYZ9.766.112.76-
YUV65.83113.99170.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 60.87%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 41 (16.41% from 255) = 19.81%
R=60.87%
G=19.32%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126404100.680.670.51359.351.8132.55
Hex7E282904443331673421
Octal17650510104103635476441
Binary1111110101000101001010001001000011110011101100111110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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