Html Css Color HEX #7E2B2F Flame Red

📋 copy color: '#7E2B2F'

red 126 ◦ green 43 ◦ blue 47

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

Shades of Flame Red #7E2B2F

Tints of Flame Red #7E2B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.76%

R = 58.33%
G = 19.91%
B = 21.76%

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

#7E2B2F (or 0x7E2B2F) is known color: Flame Red. HEX triplet: 7E, 2B and 2F. RGB value is (126,43,47). Sum of RGB (Red+Green+Blue) = 126+43+47=216 (28% of max value = 765). Red value is 126 (49.61% from 255 or 58.33% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2B2F is #81D4D0. Grayscale: #444444. Windows color (decimal): -8508625 or 3091326. OLE color: 3091326.

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

Color convert

RGB 126 43 47 -
CMYK 0 0.66 0.63 0.51
HSL 357.11º 0.49% 0.33% -
HSV(B) 357.11º 0.66% 0.49% -
XYZ 9.98 6.37 3.39 -
YUV 68.27 116 169.17 -
System Red Green Blue C M Y K H S L
Decimal 126 43 47 0 0.66 0.63 0.51 357.11 0.49 0.33
Hex 7E 2B 2F 0 42 3F 33 165 31 21
Octal 176 53 57 0 102 77 63 545 61 41
Binary 1111110 101011 101111 0 1000010 111111 110011 101100101 110001 100001

Color Harmonies of #7E2B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2B2F

Black with #7E2B2F

Text Example


Text Example

White with #7E2B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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