Html Css Color HEX #7E272A Flame Red

📋 copy color: '#7E272A'

red 126 ◦ green 39 ◦ blue 42

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

Shades of Flame Red #7E272A

Tints of Flame Red #7E272A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.84%

 BLUE value IS 42 (16.8% from 255) = 20.29%

R = 60.87%
G = 18.84%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.51

RGB Variations

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

Color information

#7E272A (or 0x7E272A) is known color: Flame Red. HEX triplet: 7E, 27 and 2A. RGB value is (126,39,42). Sum of RGB (Red+Green+Blue) = 126+39+42=207 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.87% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 126 - color contains mainly: red. Hex color #7E272A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E272A is #81D8D5. Grayscale: #414141. Windows color (decimal): -8509654 or 2762622. OLE color: 2762622.

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

Color convert

RGB 126 39 42 -
CMYK 0 0.69 0.67 0.51
HSL 357.93º 0.53% 0.32% -
HSV(B) 357.93º 0.69% 0.49% -
XYZ 9.75 6.05 2.85 -
YUV 65.36 114.82 171.26 -
System Red Green Blue C M Y K H S L
Decimal 126 39 42 0 0.69 0.67 0.51 357.93 0.53 0.32
Hex 7E 27 2A 0 45 43 33 166 35 20
Octal 176 47 52 0 105 103 63 546 65 40
Binary 1111110 100111 101010 0 1000101 1000011 110011 101100110 110101 100000

Color Harmonies of #7E272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E272A

Black with #7E272A

Text Example


Text Example

White with #7E272A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,39,42); }

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

background-color css

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

 a { background-color: rgb(126,39,42); }

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

border-color css

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

 span { border-color: rgb(126,39,42); }

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