Html Css Color HEX #7E2B2E Flame Red

📋 copy color: '#7E2B2E'

red 126 ◦ green 43 ◦ blue 46

#7E2B2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Red #7E2B2E

Tints of Flame Red #7E2B2E

RGB

 RED value IS 126 (49.61% from 255) = 58.6%

 GREEN value IS 43 (17.19% from 255) = 20%

 BLUE value IS 46 (18.36% from 255) = 21.4%

R = 58.6%
G = 20%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7E2B2E (or 0x7E2B2E) is known color: Flame Red. HEX triplet: 7E, 2B and 2E. RGB value is (126,43,46). Sum of RGB (Red+Green+Blue) = 126+43+46=215 (28% of max value = 765). Red value is 126 (49.61% from 255 or 58.60% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2B2E is #81D4D1. Grayscale: #444444. Windows color (decimal): -8508626 or 3025790. OLE color: 3025790.

HSL color Cylindrical-coordinate representation of color #7E2B2E: hue angle of 357.83º 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 #7E2B2E is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 43 46 -
CMYK 0 0.66 0.63 0.51
HSL 357.83º 0.49% 0.33% -
HSV(B) 357.83º 0.66% 0.49% -
XYZ 9.96 6.36 3.29 -
YUV 68.16 115.5 169.26 -
System Red Green Blue C M Y K H S L
Decimal 126 43 46 0 0.66 0.63 0.51 357.83 0.49 0.33
Hex 7E 2B 2E 0 42 3F 33 166 31 21
Octal 176 53 56 0 102 77 63 546 61 41
Binary 1111110 101011 101110 0 1000010 111111 110011 101100110 110001 100001

Color Harmonies of #7E2B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2B2E

Black with #7E2B2E

Text Example


Text Example

White with #7E2B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E2B2E;
 }
 .AnyTagClassName
 {
   color: #7E2B2E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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