Html Css Color HEX #7E2B2D Flame Red

📋 copy color: '#7E2B2D'

red 126 ◦ green 43 ◦ blue 45

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

Shades of Flame Red #7E2B2D

Tints of Flame Red #7E2B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.03%

R = 58.88%
G = 20.09%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#7E2B2D (or 0x7E2B2D) is known color: Flame Red. HEX triplet: 7E, 2B and 2D. RGB value is (126,43,45). Sum of RGB (Red+Green+Blue) = 126+43+45=214 (28% of max value = 765). Red value is 126 (49.61% from 255 or 58.88% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2B2D is #81D4D2. Grayscale: #444444. Windows color (decimal): -8508627 or 2960254. OLE color: 2960254.

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

Color convert

RGB 126 43 45 -
CMYK 0 0.66 0.64 0.51
HSL 358.55º 0.49% 0.33% -
HSV(B) 358.55º 0.66% 0.49% -
XYZ 9.94 6.35 3.18 -
YUV 68.05 115 169.34 -
System Red Green Blue C M Y K H S L
Decimal 126 43 45 0 0.66 0.64 0.51 358.55 0.49 0.33
Hex 7E 2B 2D 0 42 40 33 167 31 21
Octal 176 53 55 0 102 100 63 547 61 41
Binary 1111110 101011 101101 0 1000010 1000000 110011 101100111 110001 100001

Color Harmonies of #7E2B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2B2D

Black with #7E2B2D

Text Example


Text Example

White with #7E2B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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