Html Css Color HEX #7E2526 Flame Red

📋 copy color: '#7E2526'

red 126 ◦ green 37 ◦ blue 38

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

Shades of Flame Red #7E2526

Tints of Flame Red #7E2526

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.41%

 BLUE value IS 38 (15.23% from 255) = 18.91%

R = 62.69%
G = 18.41%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#7E2526 (or 0x7E2526) is known color: Flame Red. HEX triplet: 7E, 25 and 26. RGB value is (126,37,38). Sum of RGB (Red+Green+Blue) = 126+37+38=201 (26% of max value = 765). Red value is 126 (49.61% from 255 or 62.69% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2526 is #81DAD9. Grayscale: #3F3F3F. Windows color (decimal): -8510170 or 2499966. OLE color: 2499966.

HSL color Cylindrical-coordinate representation of color #7E2526: hue angle of 359.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E2526 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 37 38 -
CMYK 0 0.71 0.70 0.51
HSL 359.33º 0.55% 0.32% -
HSV(B) 359.33º 0.71% 0.49% -
XYZ 9.62 5.9 2.47 -
YUV 63.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 126 37 38 0 0.71 0.70 0.51 359.33 0.55 0.32
Hex 7E 25 26 0 47 46 33 167 37 20
Octal 176 45 46 0 107 106 63 547 67 40
Binary 1111110 100101 100110 0 1000111 1000110 110011 101100111 110111 100000

Color Harmonies of #7E2526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2526

Black with #7E2526

Text Example


Text Example

White with #7E2526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,37,38); }

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

background-color css

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

 a { background-color: rgb(126,37,38); }

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

border-color css

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

 span { border-color: rgb(126,37,38); }

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